Jump to content

Syntax help using class variables in select statement


telsiin

Recommended Posts

Hello Everyone

I need a little help

 

I have a select statement and I need to make a query base on a Class variable pass from paypal.

 

mysql_select_db($database_mobile, $mobile);
$query_Recordset1 = "SELECT * FROM invoice WHERE invoice.invoice= '$p->ipn_data[invoice]'";
$Recordset1 = mysql_query($query_Recordset1, $mobile) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);

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.