> 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
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