I have created a basic HTML/PHP script that updates the news section of my website. Everything is working well with the exception of this one problem.
My form is below for inserting/updating.
Date: (input=text)
Title: (input=text)
Content: (textarea)
-------------
When submitting, it works great! When I try to update the row of the table, everything updates correctly EXCEPT the title. If the title is one or more words, it cuts off every word but the frist word. Any ideas on how to get it so it will display the whole value in the text field when updating?
-------------
Need this fixed tonight if all possible.
** I will check back at 8:30 EST
--Thank you!