Hi there.
I have a database:
something(something)
How can I retrieve what the text inside the brackets is from the database, but that only so when I come to insert into database it inserts it into the correct field.
E.g.
Products(Software)
When I come to insert into the table I can use the $products variable to use the correct insert.
Products(Gardening)
Products(Hardware)
If you see what I mean?
And I thought I might be able to creep another little part in here... how can I retrieve the file name of the page you're viewing.
E.g. I'm writing in newthread.php?
Thanks in advance,
Chris