Jump to content

MYSQL SINTAX


jenniferG

Recommended Posts

In the below  code,  the varfiable $INSERTINDEX is  fine,

but this query gives an error saying the query is empty

 

$INSERTINDEX=mysql_insert_id($conn);

$INDEXB=$INSERTINDX+$INDBASE;

$UPDATE_QUERY="UPDATE TABLE SIREQUESTTABLE

    SET INDEXB ='$INDEXB'

    WHERE INDEXA= '$INSERTINDEX'";

 

Thanks,

Jennifer

Link to comment
https://forums.phpfreaks.com/topic/61169-mysql-sintax/
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.