Re: [PHP] Opening a page in the same window

2001-04-29 Thread Johannes Rumpf
, Johannes Rumpf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] localhost with $REMOTE ADDR

2001-04-28 Thread Johannes Rumpf
, not on my PC. Thanxalot, Greetings, Johannes Rumpf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] sorting filenames using opendir and readdir

2001-04-28 Thread Johannes Rumpf
Hi! I wanted to get a txt files in a dircetory, I wrote the script using opendir and readdir functions. But now I would like to sort the files while I read them in. how could I solve this problem? Greetings, Johannes Rumpf -- PHP General Mailing List (http://www.php.net

[PHP] Link to a html in PHP Code

2001-04-16 Thread Johannes Rumpf
Hi! I'm a pretty newby, so I have a question: How can I make a link to html or php or any other page in the internet in my PHP code? should be like Command ( "Http://www.xyz.com") Just like a link in a html site would be clicked. Thanx, greetings from austria, Joha