[thelist] Rusty PHP questions...

Tom Dell'Aringa pixelmech at gmail.com
Mon Oct 15 10:19:21 CDT 2007


On 10/15/07, John Handelaar <john at userfrenzy.com> wrote:
>
> > 3. Lastly, just checking that I am setting my variable correctly. They
> are
> > appending an id onto the get string for each link, so I set it at the
> top of
> > the page like so, so I can test for it at the section when I need it:
> >
> > $raceId = $_GET['id'];
>
> One tip:
>
> a)  Take a backup (seriously, *TAKE A BACKUP* before moving to b)
> b)  Try appending this to the page URI:
>
>     ?id=0;DELETE FROM event_list;
>
> c)  Plug the huge hole you just described.


Holy carp! Ok, HOW do I plug that huge hole, I have no idea. Man do I stink
at php these days.

Tom



More information about the thelist mailing list