Conversation
Notices
-
php devs, know a good intro into getting data out of GET requests? Most of what I can find is kinda shit. @jezra @windigo
-
I'll look around - can't think of anything off hand...
-
@windigo so its not just that my search-foo is a bit rusty today then? Good!
-
Most tutorials tie things in with HTML forms, but this is close: http://www.squidoo.com/php-post-and-get-variables-tutorial
-
@windigo thx, I will dig in later. I don't mind having an HTML form, that's actually part of the plan, eventually.
-
@windigo from the looks of that, I should create the HTML form first, which will define the URL, then create the parser. #CartBeforeHorse
-
That's not a bad way to look at it. :)
-