Jump to content

<textAREA> PArser error please help


franknu

Recommended Posts

what is the best way to do this


echo"<input type=\"text\"   name=\"Business_Address\" value=\"{$row['Business_Address']}\">";





           echo"</td>
       </tr></table> </td></tr><tr> <td><table><tr>  <td>  </td>  <td>
</td>  <td></td><td> </td><td> Category</td><td>";

that is where the line has the problem...
echo "<textarea rows="5" cols="65"  name="Categories">";echo"{$row['Categories']}"; echo"</textarea>";

 

here is my parser error

 

Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';'

 

 

Link to comment
https://forums.phpfreaks.com/topic/46884-parser-error-please-help/
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.