Re: [PHP-WIN] variables problem

2003-06-27 Thread Felipe Lorente
ine works well if... > > Regarding your "question", the problem is in a uncorrect usage of the > variables while composing the Location string. Follow me: > > 1. consider you have a name composed of 2 or more "words". For instance: > $name="Felipe Lorente&

[PHP-WIN] variables problem

2003-06-27 Thread Felipe Lorente
Hello all, I have a php page which calls another with header function. This is the sintax: header("Location: validation.php?name=$name&mail=$mail&message=$message); The problem is that in the next php page, it only gets the first word of the first variable, and it shows an error of no id

[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
il with your current smtp address, you can look for the solution in this same group in a mail from Manuel Lemos sent this same day. I hope to help in something. bye, Felipe. "Mark Clarkstone" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I get the Same ERROR

[PHP-WIN] problems sending mail

2003-06-18 Thread Felipe Lorente
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()); And I get the next answer from the server: Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for [EMAIL PROTECTED] in

Re: [PHP-WIN] problems with variables

2003-06-17 Thread Felipe Lorente
HTTP_POST_VARS['email'] in your script instead of the awaited $name and > $email. > > ciao SVEN > > > "Felipe Lorente" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > > > Thanks, but where should I use $HTTP__VA

Re: [PHP-WIN] problems with variables

2003-06-16 Thread Felipe Lorente
e the > $HTTP__VARS['varname'] Arrays > > can be POST, GET, SESSION and so on > > malte > > - Original Message - > From: "Felipe Lorente" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 15, 2003 7:57 PM >

[PHP-WIN] problems with variables

2003-06-15 Thread Felipe Lorente
Hello all, I just have installed php 4.3.2, and it runs fine with single files. The problem comes when I try to pass a variable from another file, it doesn`t recognise this variable. I am using IIS 5.1 with Win XP and I have used the windows instaler to install the sources on my machine. Does an