Hi,

How have I to write the sql-statement if I want to use variables like this:

<?
...
$sql="SELECT * FROM Table WHERE ID=$recordset";
$result=mysql_db_query($database,$sql);
...
?>

The value of the variable can have the value of another recordsetloop
or a value come from outsite the script.

Regards,
Ruprecht Helms

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to