Re: [PHP-DB] Not getting URL data From: Todd Cary (todd <email protected>)
Date: 09/30/00

Boaz -

<<<
Why are you doing <?php ? simply do :
>>>
That is out of "Professional PHP Programming"

<<<
Also , in the form do :

<FORM NAME="MyForm" ACTION="processform.php">
>>>
Tried that...no effect....

<<<
Are you sure PHP is activated?
does the word Welcome, get printed?
>>>
Yup! "Welcome," prints.

I filed a bug report...is there anyway I can do a debug statement that
will let me know if the php4isapi.dll decoded the URL?

Todd

Boaz Yahav wrote:

> Nothing comes to mind.
> I'm not used to working on the win ver of PHP.
>
> Why are you doing <?php ? simply do :
>
> <html>
> <?
> echo"Welcome, " . $username;
> ?>
> </html>
>
> Also , in the form do :
>
> <FORM NAME="MyForm" ACTION="processform.php">
> .
> .
> .
> This should not affect why you don't get any results...
>
> Are you sure PHP is activated?
> does the word Welcome, get printed?
>
> Sincerely
>
> berber
>
> Visit http://www.weberdev.com Today!!!
> To see where PHP might take you tomorrow.
>
> > -----Original Message-----
> > From: Todd Cary [mailto:todd <email protected>]
> > Sent: Saturday, September 30, 2000 7:34 PM
> > To: Boaz Yahav
> > Subject: Re: [PHP-DB] Not getting URL data
> >
> >
> > Berber -
> >
> > However, the values are not being received by the "processform.php"
> > script. Can you come up with any reasons why this can happen?
> >
> > Platform:
> >
> > PHP 4.02 - Direct from www.php.net
> > OS: Win 2K
> > IIS 5.0
> > DB: Interbase 6
> >
> > Here are my corrected scripts:
> >
> > Todd
> >
> > +++
> >
> > <html>
> > <form action="processform.php" method=POST>
> > Please type your name here:<br>
> > <input type="text" name="username"><br><br>
> > <input type=submit value="Submit data"
> > </form>
> > </html>
> >
> > +++
> >
> > <html>
> > <?php
> > echo("Welcome, " . $username);
> > ?>
> > </html>
> >
> >
> >
> >
> >
> >
> > --
> > Todd Cary
> > Ariste Software
> > todd <email protected>
> >
> >

--
Todd Cary
Ariste Software
todd <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>