"Dustin Krysak" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ok - here is the relevant Quicktime code:
>
>
> width="320" height="256"
> codebase="http://www.apple.com/qtactivex/qtplugin.cab";>
>
>
> value="http://www.apple.com/quicktime/download/indext.html";>
>
>
Ok - here is the relevant Quicktime code:
http://www.apple.com/qtactivex/qtplugin.cab";>
http://www.apple.com/quicktime/download/indext.html";>
http://www.apple.com/quicktime/download/indext.html";
target="myself">
Now I figure - getting the file name in there would be prett
"Dustin Krysak" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> ok, I added brackets and made my code to:
>
> if ($handle = opendir('../../../mov')) {
> while (false !== ($file = readdir($handle))) {
>
> if ($file != '.' && $file != '..') {
>
> $fileName = str
ok, I added brackets and made my code to:
if ($file != '.' && $file != '..') {
$fileName = str_replace('.mov', '', $file);
echo '' .
$fileName . '';
}
}
closedir($handle);
}
?>
when viewing my page in a browser, it worked! Now what I am hoping to
do is
"Dustin Krysak" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there
>
> What I am hoping to do is have a drop down menu that would be populated
> from the contents of a directory via php. Now The link names would be
> generated by the file name minus the file extension. Has a
5 matches
Mail list logo