Re: [PHP] php self problem

2004-12-13 Thread John Nichel
Ahmed Abdel-Aliem wrote: hi i use framework in my scripts, and i have a problem with forms that calls the same page for example i have a form in that link http://localhost/play/index.php?fuseaction=SiteMain.showGamePage&Game_ID=33 when i use $PHP_SELF it goes to http://localhost/play/index.php so h

Re: [PHP] php self problem

2004-12-13 Thread Ahmed Abdel-Aliem
hi thanks, i used it but i have a new problem but i solved it so for people who will face the same problem u can do this $same_page = $PHP_SELF."?".$_SERVER['QUERY_STRING']; this will go to the same page with the variables passed too thanks for help Ahmed Abdelaliem On Mon, 13 Dec 2004 16:54: