[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.

--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com

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



Reply via email to