Re: [PHP] passing parameters from one page to another

2002-01-11 Thread Sait Karalar
Hi, If you want some parameters which will be pass in your site, you can use "session" .   for example, you have parameters, fooa, foob,  fooc, ... etc.. session_start(); $fooa = 1; $foob = "sait"; $fooc = "http://ww

Re: [PHP] passing parameters from one page to another

2002-01-11 Thread val petruchek
> I want from a Form page to pass a couple of values (fooa, foob, fooc) > which are not form fields > when submit button pressed to the submited page... Use hidden fields: Valentin Petruchek (aki Zliy Pes) http://zliypes.com.ua mailto:[EMAIL PROTECTED] -- PHP General Mailing List (ht