Hi,
I was wondering if anyone can help me in trying to solve this problem i'm having when i'm pulling data from a MYSQL database via the aid of PHP.
What is happening is when the data is pulled HTML stops displaying the rest of the string after the first white space.
For example if i pull the name Ben Kaye i only get Ben displayed in the HTML.
the code below is what i'm using at present with this problem.
echo("<td width=38%><input name=djname type=text id=djname size=35 value=$row_array[12]></td>"
;
If anyone can help asap they would be a star!!
I was wondering if anyone can help me in trying to solve this problem i'm having when i'm pulling data from a MYSQL database via the aid of PHP.
What is happening is when the data is pulled HTML stops displaying the rest of the string after the first white space.
For example if i pull the name Ben Kaye i only get Ben displayed in the HTML.
the code below is what i'm using at present with this problem.
echo("<td width=38%><input name=djname type=text id=djname size=35 value=$row_array[12]></td>"
If anyone can help asap they would be a star!!