Hi Guys,
Here is my script:
<?
echo "<font face=Verdana, Arial size=2 color=red><b>Band Name:</b></font><br>";
echo "<input type=text name=band_name maxlength=30 size=25 value br><br>";
?>
Why is it that it only returns the first word of the band.
The value {$row['band_name']} is 'Beat Crusaders" (the value in the database) but in the input field it only displays 'Beat'
Can anyone explain this?
Cheers,
sam