hello all,

$variable = $id;

// some other stuff....

@mysql_query here....
$id = mysql_insert_id();


to the question: How do I get $id from insert_id() to pass to $variable
above? Hard to explain the situation i am in, but the query has to be below
$variable, is it possible to 'globalize' $id so it passes to the top
$variable?

first time i ever ran into this problem.

Thanks in advanced.

cheers,
- Sebastian

Reply via email to