Re: [PHP] refer to the same page AGAIN! Please...

2001-09-04 Thread David Robley
On Tue, 4 Sep 2001 10:33, Ardani Sarjito wrote: > Hi! > I still have the same problem. > > How Do I write a string on the a page using input from the same page > without deleting the previous written string. I'd like to use PHP_SELF. > Is it possible? > > > Thank you! > > Ardani I think you have

RE: [PHP] refer to the same page AGAIN! Please...

2001-09-04 Thread Lawrence . Sheed
Create a file with the following. test.php open a browser and point at test.php Look at the http variables section. Now try adding some variables to it eg : open the browser, and open a url like the following: http://localhost/test.php?x=y&foo=bar Now look at the PHP Variables section. yo