Jump to content

[SOLVED] unexpected '{'


ballhogjoni

Recommended Posts

Can someone help me figure this out? I am getting this error unexpected '{' for this block of code.

 

if (!empty($row['commments']) {
											echo '<textarea name="comments" cols="70" rows="5">'.$row['commments'].'</textarea>';
											} else { 
												echo '<textarea name="comments" cols="70" rows="5">Comments (250 Characters Max)</textarea>';
											}

Link to comment
https://forums.phpfreaks.com/topic/50827-solved-unexpected/
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.