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 - 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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 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
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
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
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
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
20 matches
Mail list logo