Tried that, what now?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I followed your advice Michele, and I still get a timeout error. Here is the
function i've defined. It's no doubt a very small function. It should
execute almost immediately.

function dothisfunction($nid) {

    //connect to db, defined above

    global $db;

    $result = $db->query("SELECT * FROM marques WHERE id = $nid LIMIT 0,1");

    $row = $result->fetchRow();

    $name = $row['name'];

    return $name;

}

I've also tried using the defualt PHP 'mysql' function library, and no luck.
Is it the SOAP client thats the problem, or is it the server. Should I use a
different client. I'm using PEAR::SOAP right now. For client and server.



...Dustin

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux