[PHP-WIN] Visibility of the root in an APACHE setting

2005-09-24 Thread Tony Aldemir
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

[PHP-WIN] FrontPage or something else?

2005-09-17 Thread Tony Aldemir
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

[PHP-WIN] I Can't connect to MySql using ADODB

2005-09-14 Thread Tony Aldemir
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 ""; ?>

[PHP-WIN] How to copy from windows clipboard using PHP

2005-09-06 Thread Tony Aldemir
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

[PHP-WIN] A setcookie related question

2005-09-04 Thread 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