|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
from db
Hello
I have a php form where there are some form fields(text boxes) displyed in it.Now, i want those boxes to be filled with values from my database.How should i proceed? thank you |
|
#3
|
|||
|
|||
|
RE: from db
um, make a habit of using htmlspecialchars() when putting values directly from the db to a form. This way "'s will be shown in it's entity form (") but most browsers interpret it properly.. Else you'll find the value cuts short and you'll struggle to find out why..
2c *ching-ching*. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > from db |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|