What is this error???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
hex
Forum Commoner
Posts: 92
Joined: Sat Apr 20, 2002 3:20 am
Location: UK

Post by hex »

use this:

Code: Select all

if (!empty($action) && $action=="submitC" ){ 
submitClick($zeros,$qOneStr,$qTwoStr,$qThreeStr,$qOne,$qTwo,$qThree); 
}
slipstream
Forum Commoner
Posts: 86
Joined: Fri Apr 19, 2002 8:53 am
Location: Canada

thanks

Post by slipstream »

thank you..finally someone could get it..I owe ya
Post Reply