[PHP-DB] scope of variables in php script

2002-08-28 Thread Smita Manohar
im accepting input using form (method post). the variables which are passed thru post method are available in the file whitch i specify for action. but i want those variables in other file. how to make them global to be accessed from any file?? thnx and regds, smita

Re: [PHP-DB] scope of variables in php script

2002-08-28 Thread Jason Wong
On Wednesday 28 August 2002 19:23, Smita Manohar wrote: im accepting input using form (method post). the variables which are passed thru post method are available in the file whitch i specify for action. but i want those variables in other file. how to make them global to be accessed from any