[PHP-WIN] Testing...pls ignore

2002-05-04 Thread theN
pls ignore this -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 4 May 2002 07:39:27 -0000 Issue 1126

2002-05-04 Thread php-windows-digest-help
php-windows Digest 4 May 2002 07:39:27 - Issue 1126 Topics (messages 13508 through 13530): Re: Why Global Variables turned off?? 13508 by: Rasmus Lerdorf IIS 3 - Beginners Installation Questions 13509 by: Charles Prettyman 13513 by: Charles Prettyman Re: Sessions

[PHP-WIN] Re: Testing...pls ignore

2002-05-04 Thread theN
pls ignore this...i am testing news reader software. Sorry if this causes any trouble On Sat, 4 May 2002 07:39:32 GMT, [EMAIL PROTECTED] (Then) wrote: >pls ignore this -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] win 2000 smtp server

2002-05-04 Thread Paul Roberts
can anyone recommend a smtp mail server for windows 2000 pro.( free if possible) Paul Roberts [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Testing...pls ignore

2002-05-04 Thread Webmaster
Ok I am ignoring this Webmaster (http://www.baarnhosting.nl) (http://www.baarnhosting.d2g.com) "Then" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > pls ignore this -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP-WIN] or die

2002-05-04 Thread Raidell Avello
hi a have this code $link = mysql_pconnect ("localhost", "sa", "sa") { or die ("Could not connect"); } and i receive Parse error: parse error in c:\htdocs\otra.php on line 2 and rewrite the code like this if (!$link = mysql_pconnect ("localhost", "sa", "sa")) { echo "Could not

Re: [PHP-WIN] or die

2002-05-04 Thread Waldemar Brand Neto
The first example fixed: $link = mysql_pconnect ("localhost", "sa", "sa") or die ("Could not connect"); or die is an option of mysql_pconnect so you don´t need the {}. In the second example you can use {} for the if. []´s Waldemar - Original Message - From: "Raidell Avello" <[EMAIL

[PHP-WIN] redirection help

2002-05-04 Thread Zac Hillier
Hi, Have been coding in asp for the past 18 months but have now decided to move our site to php and mysql. In asp we used a function response.redirect to send the user to another page as required, is there a similar function in php that can work from within side the page rather than the heade

Re: [PHP-WIN] or die

2002-05-04 Thread Raidell Avello
thanks, now work the problems is i copy this sample from distribution chm manual i'll send a message inform that... The whole sample is: =0; $i--) { if (!mysql_data_seek ($result, $i)) { printf ("Cannot seek to row %d\n", $i); continue; } if(!($row

[PHP-WIN] PHP stopped working

2002-05-04 Thread Jerry
Hello, I recently installed Apache, MySQL, PERL, and PHP using PHP Triad a Win98. After starting Apache I loaded the test document hphinfo.php and it worked fine. I then installed PHPEdit and Dreamweaver MX. PHP no longer works. I have not made any changes to php.ini. I am guessing that the probl

[PHP-WIN] fatal error .... failed opening ..... ????

2002-05-04 Thread toby z
hi im trying to take input from a form & upload a file too .. n im getting this error messege Fatal error: Failed opening required 'common.php' (include_path='c:\php4\pear') in d:\inetpub\wwwroot\proceed.php on line 7 i ve tried changin the include path in php.ini but that did

Re: [PHP-WIN] PHP stopped working

2002-05-04 Thread Jerry
I am not sure why but PHP is now working fine. Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] win 2000 smtp server

2002-05-04 Thread Ross Fleming
No not really, given that a lot of mail servers won't trust a private smtp server (in case of spamming), I went down that path myself once, and several institutes will just reject the mail outright. Ross -Original Message- From: Paul Roberts [mailto:[EMAIL PROTECTED]] Sent: 04 May 2002 1

[PHP-WIN] Good Book for PHP ??

2002-05-04 Thread theN
Could some one please suggest a good book on PHP for a newbie with no idea of OOP and CGI. I am in the process of reading the PHP manual online, but a more book would help me a lot. -- Lots of Luck theN [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP-WIN] Re: Good Book for PHP ??

2002-05-04 Thread Christoph Grottolo
http://www.php.net/books.php Christoph Then wrote: > Could some one please suggest a good book on PHP for a newbie with no > idea of OOP and CGI. I am in the process of reading the PHP manual > online, but a more book would help me a lot. > > theN > [EMAIL PROTECTED] -- PHP Windows Mailing L

php-windows Digest 4 May 2002 21:02:49 -0000 Issue 1127

2002-05-04 Thread php-windows-digest-help
php-windows Digest 4 May 2002 21:02:49 - Issue 1127 Topics (messages 13531 through 13543): Re: Testing...pls ignore 13531 by: theN 13533 by: Webmaster win 2000 smtp server 13532 by: Paul Roberts 13541 by: Ross Fleming or die 13534 by: Raidell Avello

[PHP-WIN] Security Alert! PHP CGI cannot be accessed directly. HELP

2002-05-04 Thread Roberto Valverde
Hi all, please I need help, the Message error is: Security Alert! PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set. This variable is set, for example, by

[PHP-WIN] Session

2002-05-04 Thread Ib Helmer Nielsen
Hi I am new in programming in PHP, so my question is purhaps stupid but never the less. The problem is the following, when i run the program below ther is made a file in the directory for saving session var. but i cannot read the var back with th followng pogram thanks in advance escuse my

[PHP-WIN] Session

2002-05-04 Thread Ib Helmer Nielsen
Hi I am new in programming in PHP, so my question is purhaps stupid but never the less. The problem is the following, when i run the program below ther is made a file in the directory for saving session var. but i cannot read the var back with th followng pogram thanks in advance escuse my

Re: [PHP-WIN] Re: Security Alert!-cgi.force_redirect=0

2002-05-04 Thread Roberto Valverde
I've got the some problem too, but with Xp pro and IIS 5 "Scott Hurring" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have absolutely no idea if this will help, but i've > never seen that "Security Alert", and this is the way > i've always configured Apach