Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Jan-Borge Landro
has contributed to:
How do i extract elements from a database into a Select Form Field
how do i extract elements from a database into a Select Form Field?
I have id, cat, name, adress as fields, i want to sort by cat and the output to end up in diff. collumns in a table on my php page. how?
I want to store a path to pictures in MySQL. How do i do that - what field type should i use, and how do i "fetch" the picture to the screen?
How can i format <font face="arial">sometext</font> witin a printf() function (or echo/print) and also when i use the printf() in tables?
How do i chage the dateformat "0000-00-00" (year-month-day) to "00-00-0000" (day-month-year)(my fieldname is "fdato" date)
When i press the submit button i want to send the data to my db and reset my form, i want no confirmation page. How do i do it?
The second field in the database is an emailadress. How can i use the printf() function so that $myrow[1] get a <a href="mailto: .... tag. ?