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 file??
Please clarify what you mean by 'other file' and 'any file'. In the file which you specify the action for, any included files and required files will automatically be able to access the $_POST variables. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Concept, n.: Any "idea" for which an outside consultant billed you more than $25,000. */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php