[PHP-WIN] Re: WinXP PHP Install Problem

2004-08-01 Thread \[php\]Walter
http://web.torres.ws/dev/php check this out, see if the instructions there help you at all. Walter "Bruce Guthrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I've just installed PHP 4.3.8 on my WinXP, Apache 2.0.50, MySQL 4.0.20d > system. Apache, MySQL are running

[PHP-WIN] PHP to mySQL connect...

2004-07-23 Thread \[php\]Walter
I have 2 machines, a server (Win NT server) and a workstation (Win XP Pro). On the server I have PHP, mySQL, Apache, Perl, etc. If I run this command from the prompt... G> mysql -h db.torres.ws -u user It connects fine. If I do this from PHP... $db_user = "user"; $db_pass= "";

[PHP-WIN] virus and auto-reponders!

2004-07-12 Thread \[php\]Walter
I post an answer to 2 different messages here, and within 20 minutes I'm flooded with virus alerts (someone using my address to spew virus) and auto-responders telling me they are on vacation. I thought everyone understood that auto-responders were "discouraged"? And I thought anyone on a develop

[PHP-WIN] Re: PDF Library/Extention

2004-07-12 Thread \[php\]Walter
[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Exactly what extension's do I use to generate PDF documents in PHP 4.2.3? I use this library... http://www.fpdf.org/ works great! Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] Re: php_gettext and php_iconv extensions

2004-07-12 Thread \[php\]Walter
Daniel Blake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok, it took awhile but I finally got it working. Here are the instructions so > everyone can get it working easier. There are two DLL's that need to be in the > Windows\System32 directory and two that need to be in your e

[PHP-WIN] Re: Feature request for PHP on windows

2004-06-06 Thread \[php\]Walter
"Court Shrock" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How about using the registry to store the location of the php.ini. It could > default to c:\windows for backward compatibility. I currently have multiple > versions of PHP setup on the same system. This works fine, as lo

[PHP-WIN] Re: Why doesn't php have a 'date' variable type?

2004-05-20 Thread \[php\]Walter
PEAR:Date Walter "Ross Honniball" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I accidently sent this to php-db mailing list earlier today. Apologies to > people who get it twice. > > Why doesn't php offer a standard class or variable type to help process > dates in a standard m

[PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What I get back is this... > > > > Unable to find wrapper "https" > > - did you forget to enable it when you configured PHP? > > You'll need to look at the openSSL for Windows. Someone at PHP's site > said they

Re: [PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
"Dietrich Ayala" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > even if the openssl extension is enabled, on windows ssl will still not > be available in the streams code (fopen, fsockopen, ftp, etc). > > the only way to make this work is to statically link openssl when > compiling

[PHP-WIN] Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
I did this... https://www.homier.com/security.asp?a=v&$mystr";; echo URLopen($url); // code from PHP docs... function URLopen($url) { // Fake the browser type ini_set('user_agent','MSIE 4\.0b2;'); $dh = fopen("$url",'r'); $result = fread($dh,8192); retur