Catigories

Problems installing LinkMan?
Post Reply
pea
Posts: 4
Joined: Sun Aug 27, 2006 4:26 pm

Catigories

Post by pea »

Hey i'm having a go at making the catigory thing. I added:

Code: Select all

if (isset($_POST['catigory1'])) {
$cat = file1.txt;
}
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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Are you sure you are sending it using POST? Try $_REQUEST instead if not sure. Also make sure the 'catigory1' part is not misspelled anywhere.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply