Jump to content

[SOLVED] $row


alienmojo

Recommended Posts

echo 'Address: <input type="text"name="Address"size="30" value="$row['address']" ><br><br>';

its having a problem with the value part not sure why

Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Documents and Settings\Marquis Taliaferro\Desktop\web page\editentries.php on line 60

Link to comment
https://forums.phpfreaks.com/topic/33298-solved-row/
Share on other sites

ok that worked now i need help with this

echo 'Description:<br> <TEXTAREA name="description" rows=10 cols=40>$row['description']</TEXTAREA>
<br><br>';


Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Documents and Settings\Marquis Taliaferro\Desktop\web page\editentries.php on line 134
Link to comment
https://forums.phpfreaks.com/topic/33298-solved-row/#findComment-155571
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.