Jump to content

[SOLVED] HTML within an echo error. undexpected >


Foser

Recommended Posts

Project Name:
<label><?php 
echo("<select name=\"project_name\">");
$query = mysql_query("SELECT names FROM projects");
while(mysql_fetch_array($query)){
echo  "<option value='{$query['name']}'>{$query['name']</option>";
}
echo "</select>"; ?> </label>

 

this is the error i get

Parse error: syntax error, unexpected '<', expecting '}' in C:\WAMP\www\Projects\LogiPlan\main\admin\cregister.php on line 55

 

line 55 is :

echo  "<option value='{$query['name']}'>{$query['name']</option>";

 

im not sure what is the mistake.

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.