And example script i'm trying to use is below:

    $result2 = mysql_query($sql2);

    $row2 = mysql_fetch_array($result2);

    $sql = "SELECT * FROM main WHERE id=$id";

    $result = mysql_query($sql);

    $row = mysql_fetch_array($result);


"Ben Houlton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is it posable to execute multiable queries at one time, so that I can
switch
> tables and switch back with ease?
> I've been trying for a while to figure out a way of doing this, but with
no
> luck.
> Any help would be appreciated.
> Thanks.
> - Ben
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to