Likes Received By GreatMetro
-
Colbyt liked GreatMetro's post in the thread Using opendir() output to populate a drop down form box.
<?php //using the opendir function to list the files in the directory $localfolder = ""; $dir_handle = opendir("./$localfolder") or...
Dec 12, 2008 -
raymond222 liked GreatMetro's post in the thread hide urls in script.
I'm pretty sure there is a way to put the audio files in a private section of your webserver, and set the permissions so only the script...
Aug 22, 2008 -
Vic_mackey liked GreatMetro's post in the thread putting javascript in external files.
Try adding: // <![CDATA[ right after the opening script tag, and // ]]> right before the closing script tag at the bottom
May 13, 2008