THESE FORUMS NOW CLOSED (read only)

Fun Stuff => CLIKC => Topic started by: Bwsab on 18 Mar 2008, 14:39

Title: Php Question
Post by: Bwsab on 18 Mar 2008, 14:39
Hey, everyone. What's up?

I've noticed that there's something really cool going on in the Php behind QC, but I don't understand what it is. When you look at the site address in the archive, you get things like http://www.questionablecontent.net/view.php?comic=1099. So view.php is the php file. It looks like the site is declaring a variable right after that, though; in this case the variable "comic" is being given the integer 1099. How does the php code reference this variable? Thanks,

--Aaron "Saib" Babcock, www.bwsab.com
Title: Re: Php Question
Post by: Melodic on 18 Mar 2008, 17:21
You have a metal-tastic ponytail. It could be metal-tastic.
Title: Re: Php Question
Post by: Bwsab on 21 Mar 2008, 20:43
lol. Thanks! It's great to know that more people are watching my movies.

Oh, and I found the answer to my question. I needed to learn what a $_GET was. Yay!