A rookie question:
Whenever I download and unzip any PHP related solution, the term "unzip it
to your web server's document root" is used. I am using APACHE and my doc
root is the default "C:\Program Files\Apache Group\Apache2\htdocs".
Now if I put all of the PHP code I develop as well as I down
rt investing my blood and tears into an
application that hopefully will live relatively long life instead of
becoming obsolete in a couple of years.
Any suggestions or guidance would be greatly appreciated.
Kind Regards,
Tony Aldemir
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscri
Hi There,
I am trying to connect to MySQL using ADODB library for PHP using the
following code with no success. What am I doing wrong?
debug = true;
$db->Connect('localhost', 'tony', 'mypassword', 'test');
$rs = $db->Execute('select * from users');
print "";
print_r($rs->GetRows());
print "";
?>
d. I then would be
interested in fetching it later to display and/or print upon users' request.
Has anyone developed such capability before?
Regards,
Tony Aldemir
uth", "1", 0, "/", "localhost:8080", 0); (I a running Apache
HTTP Server 2.0.54 on port 8080)
setcookie("auth", "1", 0, "/", "127.0.0.1", 0);
setcookie("auth", "1", 0, "/", ".oc.cox.net", 0); (this is what my IPCONFIG
returns as my "connection-specific DNS Suffix".)
Any help would be greatly appreciated.
Regards,
Tony Aldemir