[PHP] Newbie: Question about filesize()

2002-01-31 Thread Manuel Ritsch
Hello There I'm new to PHP and trying to code a function that reads all teh files out of a directory and printing out a link and the filesize, but it seems that the filesize() function doesn't work, here's the code so far: $handle = opendir ('images'); echo

[PHP] Newbie: function for downloading

2002-02-01 Thread Manuel Ritsch
Hey There I have a little question I'm making a page where you can download mp3's (hip hop and funk beats made by myself) and i want, if you press on the link (a href=yadayada.mp3), that it doesn't start an internal audio player (like some configurations/browsers do), rather i want that the

[PHP] Parameters via Link

2002-02-08 Thread Manuel Ritsch
Hey there I want to make a webpage out of one main pagewith php, if you press on a link i want that it changes the content of the page, but it doesn't seem to work, i tried it like this... link: a href=index.php?link=home php code: if($link == home) { include'soundmp3.php'; } but it doesn't

Re: [PHP] Parameters via Link

2002-02-09 Thread Manuel Ritsch
Still doesnt' work, any ither suggestions? Jason Wong [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED]... On Saturday 09 February 2002 02:23, Manuel Ritsch wrote: Hey there I want to make a webpage out of one main pagewith php, if you press on a link i want

Re: [PHP] Parameters via Link

2002-02-09 Thread Manuel Ritsch
I have PHP Version 4.0.5 and register_globals turned on but it doesnt' work =( Lars Torben Wilson [EMAIL PROTECTED] schrieb im Newsbeitrag 1013298469.9790.13.camel@ali">news:1013298469.9790.13.camel@ali... On Sat, 2002-02-09 at 15:39, Manuel Ritsch wrote: Still doesnt' work, a