|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
How to view TEXT box in Ben's Basic PHP tutorial
I have adapted Ben's basic php tutorial to meet the needs of an online newsletter for teachers to fill in TEXT boxes and post online letters, but when I go to edit the TEXT boxes, there is no data in the form. I am getting data placed in the newsletter view page, and on the db, but not in the text box in the origional form. Any pointers?
![]()
__________________
bow wow! |
|
#2
|
|||
|
|||
|
Hmmm...view the source code of the page and search for <textarea
now, in between the <Textarea>...</textarea> is there anything? What may be happening is that your text contains < and > and the code isn't being displayed properly. Feel free to post your code here for us to look at ![]() |
|
#3
|
|||
|
|||
|
A good test would be just to use echo to display the contents of the newsletter without anything else, and if it isnt shown, work backwards until you can find where an error has occured.
__________________
i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope. |
|
#4
|
|||
|
|||
|
im sure its a simple problem you having. try what the others said, if you still cant find out the problem, post the code here, and we'll try help you with it
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > How to view TEXT box in Ben's Basic PHP tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|