Thanks for that.
I have tried your suggestions but no succes.
I asume it's a server issue.
I have the same wesite on a webserver of my ISP and it's works fine
there.
Christian.
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://ww
Christian Tischler wrote:
> help again, please.
>
> I asume it is a problem with php.ini but cookies don't work for my website.
>
> can anyone tell me the right configuration or the php.ini to make cookies
> work.
>
> Thanks
>
> Christian
Cookies require two parts: the server and the browser
If you run PHP as a module, you need to restart you web server service for
any changes to PHP.ini to take effect.
- Anthony
"Igor Pustylnick" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm trying to change values in php.ini corresponding to SMTP and
> sendmail_to. whatever I c
Do you really mean "sendmail_to" and not "sendmail_from"?
Does it make sense to set a global "sendmail_to" in your php.ini?
"Igor Pustylnick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I'm trying to change values in php.ini corresponding to SMTP and
> sendmail_to. whatev
OK, sorry. I read the manual, and I use apache...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Or...
Extension_dir = c:\php\extensions
I think as default they've unpacked there?
Not meaning to split hairs :p
chris kranz
fatcuban.com
-Original Message-
From: J.Veenhuijsen [mailto:[EMAIL PROTECTED]
Sent: 03 March 2003 08:05
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: ph
Try extension_dir = C:\PHP\
Jochem
Anthony Ritter wrote:
I run the following script:
// the page loads o.k. when the semi-colon remains as in:
;extension=php_gd2.dll
but if I remove the semicolon as in:
extension=php_gd2.dll
the page won't load and the server hangs up.
...
Nope :)
Have you checked the return status of all mysql function calls?
most probably, there's a failing connect or query call somewhere
that you're not catching.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Wayne A. Darby" <[EMAIL PROTECTED]> wrote in message
[EMAI
I figured it out, I forgot to move the php.ini file to c:\winnt directory. I
also forgot to set the extension_dir variable.
"Nicole Amashta" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Do a find for php.ini on your harddrive(s) and make sure you only have
Do a find for php.ini on your harddrive(s) and make sure you only have ONE
php.ini file on your computer running PHP.
--
Nicole Amashta
Web Application Developer
www.aeontrek.com
"Shawn" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have set the SMTP vari
I answered my own question. base64 encoded mime auth headers can be sent
with PHP for authenticated mail relay servers such as Sambar 5.0
(increasingly popular). The trick is to use the more versatile smtp
function. Example scripts can be found at ftp://ftp.anch.org/pub/www/php/
in a file calle
I'm having the same problem. It's due to the mail server set to AUTH
permissions for mail relay via SMTP. The only way I know of to make it work
is to open up your mail server to act as a full mail relay, letting spammers
do what they want... Not a happy solution.
Now I ask this question again
He already stated that he used phpinfo(); and it was looking in c:\winnt.
as to your question im not really sure. I think there's a way that you
can tell PHP to use a certain ini file, im not sure though. Double check to
make sure you used the php.ini-dist and not the optimized one. Had t
Use phpinfo() to see where PHP is looking for its config file.
--
Justin Garrett
"Harry Blohm" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I'm running PHP4.06 on win2k server.. and PHP seems to work fine.
> I'm running a Vbulletin and that most
Try this:
dir php.ini/s/ah
It may be marked as hidden.
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.21 Guestbook http://www.gaylenandmargie.com/phpwebsite
"Sharan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> i ran the commmand
from the c:\ directory, type dir php.ini/s .
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.2 Guestbook http://www.gaylenandmargie.com/phpwebsite
"Sharan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey all,
>
> My php.ini file is
You could just use the session_save_path([string path]); function in your
code?
"Jtjohnston" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am running PHP in a weird configuration - :) - on a CD Rom! Therefore:
>
> 1) - Each time I run my CD ROM server, I
17 matches
Mail list logo