John Nichel wrote:

> [EMAIL PROTECTED] wrote:
> > Hello,
> >
> > For table form format ( sample ),
> >
> > <form method="" action="">
> > <table>
> > <tr><td>Your Name : </td><td><input name="name" size=30 
> > maxlength="60"></td></tr>
> > <tr><td>Address嚗?/td><td><input name="address" size=30 
> > maxlength="60"></td></tr>
> > </table>
> > </form>
> >
> > "name" and "address" is varible, so how can we pass these two varible 
> > without register_globals function ( actually it is disable ) to another 
> > webpage ?
> >
> > Many thank for your help !
> >
> > Edward.
>
> I guess you ignored the link I posted earlier.
>
> RTFM
>
> http://us4.php.net/manual/en/language.variables.external.php
>
> PS?'Table form format'??No such animal.?It's either a form or a
> table.?In your example, a form inside of a table.

Dear John,

I have just test a sample through the link, but fail...
So, I'm check my php config ( ini file ), and would you mind to tell me which 
setting must be disabled / enabled ?

Thank for you help so much !

Edward.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to