Jump to content

query problem


jenniferG

Recommended Posts

we have written hundreds of queries, but very few applications with nested queries- The below code  fails o the mysql_query($QUERY2).......statement.

The error message says an error in query2?

--------------------------------------------------------------------------------------------

$QUERY1="SELECT  * FROM SIREQUESTTABLE WHERE INDEXB=1002";

$FIND=mysql_query($QUERY1)or die ('Cannot Query  PRODUCTS Error:14');

if($ROW=mysql_fetch_array($FIND)){

include 'requestfields.php';

 

$QUERY2="SELECT * SIPRODUCTTABLE";

$INVFIND=mysql_query($QUERY2)or die ('Cannot Query  INVENTORY Error:15'. mysql_error());

exit;

IF ($INVROW=mysql_fetch_array($INVFIND)){

$INVENTORY = $INVROW['INVENTORY'];

$LEADTIME  = $INVROW['LEADTIME'];

$REQUESTS  = $INVROW['REQUESTS'];}//FIELDS FROM INVROW->SIPRODUCTTABLE

 

print "$INDEXB<BR><$CAMERAMODEL<BR><$REPFIRM<P>";

print "$INVENTORY<BR>$LEADTIME<BR>$REQUESTS";

exit;

}

--------------------------------------------------------------------------------

Jennifer

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.