[PHP-INST] Re:[PHP-INST](tovbbtott)apacheforgetstosendbackphp

2002-10-12 Thread P I
> 1. check register globals in your php.ini > if its off trun it on n try the page > but with this u ll b risking security > 2. with register globals off u can access the passed varisblez thru > &_POST['variable'] or &_GET['variable'] > beware dat php variables POST n GET r case sensitive Thanks

Re: [PHP-INST] Re:[PHP-INST](tovbbtott)apacheforgetstosendbackphp

2002-10-11 Thread toby -
hullo patis 2 ways to go about it 1. check register globals in your php.ini if its off trun it on n try the page but with this u ll b risking security 2. with register globals off u can access the passed varisblez thru &_POST['variable'] or &_GET['variable'] beware dat php variables POST n GET r