php syntax problem, i need help please?

Aram

New member
help please ,anyone knows what is wrong with this code:
mysql_query(“INSERT INTO members SET name=’{$input[‘name’]}’,
email=’{$input[‘email’]}’, “ .
“age={$input[‘age’]}”);

thank you for your help
 
Back
Top