php-windows Digest 12 Mar 2001 03:36:15 -0000 Issue 486 Topics (messages 5937 through 5945): Re: Resource for PHP and other technologies 5937 by: Ralph Alberti Re: HELP ON IIS4 & PHP4.0.4pl1 5938 by: Ralph Alberti Re: Web Servers 5939 by: Ralph Alberti Re: Installing in winNT 5940 by: Ralph Alberti unsupported or undefined function mysql_connect() 5941 by: Mark Taylor 5942 by: David Elliott Personal Web Server 5943 by: Marco Sarti 5944 by: Chris Poirier unknows errors with the mail() function 5945 by: NeonGhozt Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Excellent resource. Please don't take it down. I've bookmarked it and will come back often. --Ralph narsu wrote: > > I developed this site http://www.hytes.com > for techical resource for developers. Please take a look and let me know > your feedback. > > Thanks > Narsu > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED]
So what did you do? I upgraded my home machine and it also has a Windows directory and no WinNT directory. My work laptop came preconfigured with Win2000 and does have the c:\winnt as you mentioned. PHP seems to work fairly well on both using the cgi version of php. I am trying to track down one problem though. I can't get POST to work. Only get. --Ralph Martin Kemp wrote: > > You're not alone in having had this problem - I upgraded a machine from > win98 to win2k and spent about a day banging my head against a wall trying > to get PHP to work (it wasn't even finding the executable), and then > realised at about 9pm that I was installing the .dll and .ini file to > c:\windows, not c:\winnt as I should have done! I was so fed up... > > Martin Kemp > > > -----Original Message----- > > From: Florian Poizac [mailto:[EMAIL PROTECTED]] > > Sent: 09 March 2001 2:55 > > To: PHP Mailing list; Phil Driscoll > > Subject: Re: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1 > > > > > > Thanks for your reponse > > > > I add total control for the system,admin,all the world to php.ini > > but this is again the same probleme > > So my WinNt install directory is c:\winnt.sbs does it can be the prob > > > > Cheers > > > > > > ----- Original Message ----- > > From: Phil Driscoll <[EMAIL PROTECTED]> > > To: Florian Poizac <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > > Sent: Friday, March 09, 2001 11:13 AM > > Subject: Re: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1 > > > > > > > php.ini should be in c:\winnt, and nowhere else - otherwise > > it's anybody's > > > guess which one will get used! Get rid of any copies you have made > > > elsewhere, and then check that the php.ini in c:\winnt has read > > access for > > > IUSR_<machinename>. > > > > > > Cheers > > > -- > > > Phil Driscoll > > > Dial Solutions > > > +44 (0)113 294 5112 > > > http://www.dialsolutions.com > > > http://www.dtonline.org > > > > > > > > > > > > -- > > > PHP Windows Mailing List (http://www.php.net/) > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED]
Check out the following link. http://www.php.net/manual/en/install.iis.php --Ralph Jim Ray wrote: > > I am new with PHP and I have a question about Web Servers. I am running > Windows ME and PWS is not supported. Will PHP run under Apache for windows? > > Also, does anyone know will Windows MySQL run under Apache for windows as > well? > > Thank you for the help. > > Jim Ray > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED]
I am also new to this but have recently found an excellent site in support of PHP on Windows. http://www.php4win.de/ I've also heard it mentioned many times that you should probably use the CGI implementation of PHP rather than the isapi module as it is not ready for prime time. --Ralph Administrator wrote: > > Hi > > I am very new in this area and I have to set up Apache, MYSQL,PHP and Perl > work in winNT server. Some people said we have to follow sequence to make > it work together, if that is true than which sequence we have to > follow(which one first and which one is last)?. > > I downloaded PHP4 but I could not find any DLL file or exe file, which is > mention in documentation.. or we have to compile all together(I have > downloaded distribution version). Also is there any stander way of testing > Apache,MySQL,PHP and Perl working together? > > Thank you in advance > > Regards > Ashok > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED]
hi all, I've been testing out some PHP / MySQL locally on PC (Win98 / Apache) and all is well. However when I pushed it up to my ISP, I receive the following error. "Call to unsupported or undefined function mysql_connect() " Anybody got any comments. PHP on the ISP is working fine. Best regards, Mark Taylor
Dear Mark, On 11 March 2001 at 16:25:19 -0000 (which was 16:25 where I live) Mark Taylor wrote MT> However when I pushed it up to my ISP, I receive the following error. MT> "Call to unsupported or undefined function mysql_connect() " Sounds like mysql is either not supported or not enabled. -- Thank you for your time, _______________________________________________ David | David Elliott | Software Engineer | _________________________| [EMAIL PROTECTED] | PGP Key ID 0x650F4534 | | * OKyoucanstealmytaglinesbutgivemebackmybloodyspacebar! |
I'm really new in PHP and I don'tknow if I need Personal Web Server installed on my computer to test my .php pages before sending them to the server hat do I have to do to test my .php pages offline?Where can I download PWS? Thanks.. Marco from Italy
Hi Marco, > I'm really new in PHP and I don'tknow if I need Personal Web Server > installed on my computer to test my .php pages before sending them to > the server hat do I have to do to test my .php pages offline?Where can > I download PWS? Thanks.. Marco from Italy PWS comes with Windows 98 (and possibly later versions of Windows), and its setup program is usually installed in C:\Windows\Options\PWS (as I recall). If you go that route, you should pick up the PHP installer for IIS/PWS from http://php.weblogs.com. However, unless you have a lot of involved pages (frames), it is probably better to just get OmniHTTPD from http://www.omnicron.ab.ca -- it comes with PHP installed, and is easy to set up. It is a bit slower than PWS (it runs PHP as a CGI), but it is more stable. Later, Chris.
Hello, I have a php script that uses the mail function, and whenever I try to execute it I get an unknown error on the line that has the mail code.. ive checked the php.ini file and it looks fine ive checked the code over and over again and I don't see what is wrong, im hoping that someone out there might have had this same problem and found a solution to it... thanks mail($address, "Found Password", "$user - $found"); all the variables are set.. please, any info on this would be much welcome.