Jump to content

[SOLVED] syntax error


chandler

Recommended Posts

Hello please help

 

 

Parse error: syntax error, unexpected '=' in DataProcessor.php on line 367

 

function GetAllProducts($adminID)
{
	$sql = "Select * From voruleit_products Where admin_id" = $adminID;
	$result = mysql_query( $sql );
	$productsData = array();
	while ( $row = mysql_fetch_assoc( $result ) ) 

 

Thanks.

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