[PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-14 Thread Andy Seabrook
Can anybody help! trying to setup SAPI module on apache 1.3, also tried cgi on bad blue, niether seem to be passing php, OS is ME. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] session_unregister and _destroy ??

2002-03-14 Thread Sviss Cobazor
Hello NG. I'm trying to clear some session variables and destroy the session but it doesn't work. Any suggestions? My code is simple: session_unregister('var1'); session_unregister('var2'); session_unregister('var3'); session_unregister('var3'); session_unregister('var4');

[PHP-WIN] PHP execution error

2002-03-14 Thread Peter Salvage
Hi all NT4 Server SP6 IIS4 I installed PHP 4.0.6 according to the instructions posted on php.net and ran the ubiquitous hello world script to verify that all was working as advertised. My webserver rsponded with a popup window as follows: snip php.exe - invalid current directory The process

Re: [PHP-WIN] Include ()

2002-03-14 Thread Mike Flynn
Check your PHP.INI file for settings related to automatic escaping of characters. And, uh, you say it's a forward slash like '/', but are you sure they aren't backslashes like '\'? I've never heard of forward slashes getting added. Are you positive that the text files don't have the

Re: [PHP-WIN] Error::

2002-03-14 Thread Nicole Amashta
No way. YOu do not need to reformat. Make sure you have your mysql my.cnf file setup properly on your c:/ drive and the paths are configured with the correct paths to mysql. Konus [EMAIL PROTECTED] wrote in message

Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-14 Thread alain
Which install procedure did you follow for each product? (Did you use an install program for PHP? If yes which one?) A+ Alain On Wed, Mar 13, 2002 at 10:20:15AM -, Andy Seabrook wrote: Can anybody help! trying to setup SAPI module on apache 1.3, also tried cgi on bad blue, niether seem to

RE: [PHP-WIN] PHPTriad 2.11 (MySQL) connect problem.

2002-03-14 Thread Peter Ruan
Hi Warren, Unfortunatelly, that didn't work...so I'm still stuck. :( Suggestions? Ran into a similar problem under Windows NT. I can think of several possible causes, 1.) the MySQL server is not started, or 2), as was in my case, the MySQL server came up as a service and not as a

RE: [PHP-WIN] PHPTriad 2.11 (MySQL) connect problem.

2002-03-14 Thread Vail, Warren
Have you been setting up user id's and passwords on your MySQL database, failing to connect usually means that your code can't find the tcp/ip connection, or that the logon/password failed. Connecting to a specific database is handled by other functions after connection to the database server.

[PHP-WIN] Re: parse error

2002-03-14 Thread Phillip Oertel
[EMAIL PROTECTED] wrote: how come whenever i run this code i get a error ... open your eyes - check all occurrences of $fp. you are missing a $ sign. ?php $fp = fopen(./notch/ . $notch_member . .txt, r+); if (!fp) die (Cannot open file for writing. Please contact me.); fwrite($fp,

[PHP-WIN] eregi_replace on a text file

2002-03-14 Thread Asendorf, John
I'm trying to figure out how to add a piece of text to the beginning of every line of a text file. Somewhere, I'm not understanding how the filesystem stuff works. This is what I have right now. I am certain that I'm missing some kind of fgets and/or fwrites or something in this and can't

Re: [PHP-WIN] Re: parse error

2002-03-14 Thread ChaoticWorks
yeah...someone already told mei feel stupid for that one...for some reason the HTML tags were giving me problems...i just opened another text file and resaved it and it worked fine. thanks everyone for your help -Sean-

Re: [PHP-WIN] Error::

2002-03-14 Thread KONUS
I have solve the problem, the path in the my.cfg from the previous install hasn't been changed, so i change it. and it work thanks...a lot guys.. - Original Message - From: Nicole Amashta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 10:48 PM Subject: Re:

php-windows Digest 14 Mar 2002 23:01:38 -0000 Issue 1047

2002-03-14 Thread php-windows-digest-help
php-windows Digest 14 Mar 2002 23:01:38 - Issue 1047 Topics (messages 12629 through 12638): PHP execution error 12629 by: Peter Salvage Re: Include () 12630 by: Mike Flynn Re: Error:: 12631 by: Nicole Amashta 12638 by: KONUS Re: Blank Window - Apache and

Re: [PHP-WIN] PHPTriad 2.11 (MySQL) connect problem.

2002-03-14 Thread Peter
Yeap I did, but still didn't work...I think it's an issue with Windows XP. Anyway, I found another source of webserver which is just as painless as PHPTriad was. http://www.nusphere.com/ Thanks for your help and suggestions. -Peter - Original Message - From: Vail, Warren [EMAIL