phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phptest-users] Great app!


From: McCoy, Alan
Subject: RE: [Phptest-users] Great app!
Date: Mon, 29 Jul 2002 11:43:44 -0400

::2. I'm having trouble getting the "add skill level" feature 
::to work. Are
::there any known bugs for this function?

Nevermind...just read the post about this in the list archive. Made the
following change on line 26:

Changed:

    if (isset($HTTP_GET_VARS['submit'])) {

to:

    if (isset($HTTP_POST_VARS['submit'])) {

Alan McCoy
address@hidden 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]