Jump to content

[SOLVED] Problem with SQL query T_ENCAPSED....


atticus

Recommended Posts

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in

Line error:

$sql = "SELECT cat_Id FROM CATEGORY WHERE cat_Name = $_POST['cat_Name']";

 

entire query:

$sql = "SELECT cat_Id FROM CATEGORY WHERE cat_Name = $_POST['cat_Name']";
$query = mysql_query($sql);
$row = mysql_fetch_array($query);

 

Something is wrong with WHERE b/c it works w/o it

Link to comment
https://forums.phpfreaks.com/topic/86577-solved-problem-with-sql-query-t_encapsed/
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.