Re: [PHP] * populate menu from directory *

2004-02-17 Thread Paul Furman
Matt Matijevich wrote: snip I want to be able to simply FTP a new movie onto the server, and then have the menu update itself. possible? I would also be looking to do something similar with JPGS. /snip here is some code to help start you Here's another example: (more error checking probably

[PHP] * populate menu from directory *

2004-02-16 Thread Dustin Krysak
Hi there - I am a REAL new PHP coder (yeah I mostly use dreamweaver). I was wondering if anyone could point me in the right direction... What I want to do is have a generic template page for say a bunch of quicktime movies... it would have a movie embedded, and a drop down menu below to select

RE: [PHP] * populate menu from directory *

2004-02-16 Thread Shaunak Kashyap
Yes, it is possible. Use PHP's filesystem functions (http://us2.php.net/manual/en/ref.filesystem.php). Shaunak -Original Message- From: Dustin Krysak [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 2:33 PM To: PHP Subject: [PHP] * populate menu from directory * Hi

Re: [PHP] * populate menu from directory *

2004-02-16 Thread David T-G
Dustin -- You have started a new thread by taking an existing message and replying to it while merely changing the Subject: line. That is bad, because it breaks threading. When you reply to a message, your mail client generates a References: header that tells everyone to which posting(s) your

Re: [PHP] * populate menu from directory *

2004-02-16 Thread Matt Matijevich
snip I want to be able to simply FTP a new movie onto the server, and then have the menu update itself. possible? I would also be looking to do something similar with JPGS. /snip take a look at http://www.php.net/readdir http://www.php.net/opendir here is some code to help start you echo