Catigories
Posted: Wed Aug 30, 2006 8:10 am
Hey i'm having a go at making the catigory thing. I added:
for one selection and the file var is replaced by $cat but it's not working..
For some reason the '$_POST['catigory1']' isn't being submitted or read.
Any ideas? Pete
Code: Select all
if (isset($_POST['catigory1'])) {
$cat = file1.txt;
}
For some reason the '$_POST['catigory1']' isn't being submitted or read.
Any ideas? Pete