Search found 1 match

by kevinsal
Fri Jul 06, 2007 12:08 pm
Forum: Javascript
Topic: Problems with Spaces in Data SQL/PHP
Replies: 1
Views: 406

Problems with Spaces in Data SQL/PHP

When I enter data such as "Phone Template Document" into my database it works correctly. However when I pull up the data in a field to edit using... <tr> <td><b>Document Name:</b></td> <td><INPUT size=39 name=store_name value=<?=$data[1]?>></td> </tr> Only the 'Phone' shows up in the field...