|  | Posted by Carramba on 06/15/05 12:20 
but does it means that I can reffer in action to some_php_script.php,and the from it declaire $foo = $_POST['foo'] and after words call
 function foo_function( $foo ) or foo_function( $_POST['foo'] )?
 how would it work if functions are in different *.php scrips? if I include
 them it ll work fine, but to by more precises I'am asking if there is a
 way to call different function in different script pages?
 
 
 On Wed, 15 Jun 2005 10:51:54 +0200, Alvaro G Vicario
 <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote:
 
 > *** Carramba wrote/escribió (Wed, 15 Jun 2005 10:24:31 +0200):
 >> so I want to send parameter name from form to name_funktion() and city
 >> to
 >> city_funktion()
 >
 > You can read form fields from the $_POST associative array this way:
 >
 > <input name="foo" ... >
 >
 > echo $_POST['foo'];
 >
 >
 
 
 
 --
 
 Thanx in advance
 ________________________
 BTW. I know my english is not best in the word, so please stop bugging me
 about my spelling. And yes Iam sorry you don't understand what I mean, but
 there is no point to yell at me. Have a nice day.
 [Back to original message] |