Re: [PHP-WIN] PHP i need help please

2003-06-19 Thread Christoph Grottolo
[EMAIL PROTECTED] (Daniel Beulshausen) wrote: >mit freundlichen grüßen aus berlin, >daniel welcome back to php... and thanks a lot for having implemented network access on win32. christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Parse error what's this, what to do?

2003-06-19 Thread Ildiko Nyari
Hello Parse error: parse error, unexpected '<' in C:\Program Files\Apache Group\Apache2\htdocs\advanced3.php on line 129 what's this? I always get this error when I want to display the php files on the web, so can't. What do I do wrong? thanks, ildiko

Re: [PHP-WIN] PHP i need help please

2003-06-19 Thread Kevin Ison
danke Daniel... apparently multiple paths need to be encapsulated with quote marks. something i did not do. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] At 16:00 18.06.2003 -0400, you wrote: >I ment to tell you that worked. > >however if i did this: >$myClass

php-windows Digest 19 Jun 2003 14:51:36 -0000 Issue 1784

2003-06-19 Thread php-windows-digest-help
php-windows Digest 19 Jun 2003 14:51:36 - Issue 1784 Topics (messages 20418 through 20430): Re: Mail sent an hour before I send it 20418 by: Max Graham 20423 by: Peter Misun 20428 by: Charles P. Killmer Re: Warning: mail(): SMTP server response: 550 Unable to relay

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-19 Thread erythros
what are the errors that you get? "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey I need your help I want to change a part of the config.php file in my > script which is > > $allow = "1"; // to allow comments 1 = yes 0 = no > > I'm trying to change it to $allow

[PHP-WIN] problems on image support function (gd2.dll)

2003-06-19 Thread Walter Ben
My phpinfo? page shows gd (extension gd2.dll) has been eabled, but I still cannot see any images? any simple way to test gd function really installed and work/or not? I am using: Win-xp+Apache2+php4.3.2 Thank you for reply in advance. Walter - Do y

[PHP-WIN] RE: Mail sent an hour before I send it

2003-06-19 Thread Charles P. Killmer
The servers are all in the same office. For the mail that is showing the wrong time, it never leaves the office. Thanks Charles -Original Message- From: Max Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:44 PM To: [EMAIL PROTECTED]; Charles P. Killmer Subject: Re: Ma

[PHP-WIN] Re: authentication in smtp server

2003-06-19 Thread Manuel Lemos
Hello, On 06/19/2003 07:17 AM, Felipe Lorente wrote: I still have problems with the smtp server that I use to relay my mails, How can I configure the authentification of this server?? In php.ini I can't find any line to set up this information (my login and password). Please, could you help me?

[PHP-WIN] authentication in smtp server

2003-06-19 Thread Felipe Lorente
Hello all, I still have problems with the smtp server that I use to relay my mails, How can I configure the authentification of this server?? In php.ini I can't find any line to set up this information (my login and password). Please, could you help me?? Thanks. Felipe. -- PHP Windows Ma

[PHP-WIN] Re: problems sending mail

2003-06-19 Thread Felipe Lorente
Hi, I've got the solution You have to go to php.ini file and look for the line "smtp", this one has the value "localhost" by default. Then you need to add a valid smtp address here. (the smtp addres of your email account). If you need to authenticate to send an email with your current smtp addr

Re: [PHP-WIN] PHP i need help please

2003-06-19 Thread Daniel Beulshausen
At 16:00 18.06.2003 -0400, you wrote: I ment to tell you that worked. however if i did this: $myClass = new Java("myCustomJavaClass"); the application would crash with: Warning: java.lang.ClassNotFoundException: myCustomJavaClass it seems that no matter where I put the myCustomJavaClass.class fi

[PHP-WIN] Re: Mail sent an hour before I send it

2003-06-19 Thread Peter Misun
how caan i offset the time zone for mail sending by mail() function? i have same problem and time difference is 3hours and it's really bad 5o Max Graham wrote: > What timezone is the server in relative to you? > > Perhaps it's just the mail form itself that misinterprets the time ... I > encou

[PHP-WIN] Re: problems sending mail

2003-06-19 Thread Mark Clarkstone
I get the Same ERROR Help Us out!!! "Felipe Lorente" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, could please someone help me with this?? > I use the php function mail like this: > > mail($to, $subject, $text, "From: $sender > X-Mailer: PHP/" . phpversion()); > >

[PHP-WIN] Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-19 Thread Mark Clarkstone
Hey I need your help I want to change a part of the config.php file in my script which is $allow = "1"; // to allow comments 1 = yes 0 = no I'm trying to change it to $allow = "0"; using a other file I have this code but i get errors If you have another code i could use please help me out

RE: [PHP-WIN] Install

2003-06-19 Thread Per Lundberg
On Wed, 2003-06-18 at 21:05, Cory Daehn wrote: > Actually, if she's brave, there's a third option... she could interact > with the MySQL server by using ODBC and the latest MyODBC driver instead > of the built-in MySQL functions... But that seems like a slower (and much > easier to break) way of d