Hi,
I'm trying to send a e-mail with the record register ID from a PHP code query and
don't show the value.
// Connect to database
$db = mysql_connect ("localhost", "my_db", "passxx");
// Select the database
mysql_select_db("my_db", $db);
// Select user registration ID from the database based on the last record string
$ssecurity_record from the registration page.
$register_id = mysql_query( "SELECT register_id from table_register WHERE
$ssecurity_record = ssecurity_record;
echo $register_id = At this time the value is blank when I print the value
Please, If someone know how to print the record value and Select function in php send
to me.
-rgoliver