function willitwork(){
while($row1 = mysql_fetch_array($list_of_filehosts)){
echo ("<option>" . $row["TAGS"] . "</option>");
}
}
I need that code to be inserted into a variable, ive tried using external files but i cant seem to get it.
Thanks to anyone who can share there knowledge

New Topic/Question
Reply




MultiQuote






|