shay wrote: just when i think my troubles are now all over ...ok on the bank.php the code that i post for you. Ok i click on the link to open an account and i recieves this error message Fatal Error Adding User Account! And I see that in the line of coding i have in bank.php $opentime = time(); $sql = "select * from nuke_phpbb_bank (name, opentime, fees) values('$userdata[user_id]', '$opentime', 'on')"; if ( !($db->sql_query($sql)) ) { message_die(GENERAL_MESSAGE, 'Fatal Error Adding User Account!'); } on this part$sql = "select * from nuke_phpbb_bank (name, opentime, fees) values('$userdata[user_id]', '$opentime', 'on')"; i replaced it to look like this: $sql = "select * from nuke_phpbb_bank WHERE name= (name, opentime, fees) values('$userdata[user_id]', '$opentime', 'on')"; but i still get the same error. You think you can look at it for me again? Posted: Sat Mar 11, 2006 2:41 pm
admin(Mark) wrote: try changing it to this $sql = "select * from nuke_phpbb_bank WHERE name='$userdata[user_id]' && opentime='$opentime' && fees='on'"; Posted: Sun Mar 12, 2006 8:27 am
shay wrote: ok will try that..Thanks again hopefully this will correct everything once and for all Posted: Sun Mar 12, 2006 12:08 pm
shay wrote: You Know what ! That did the trick. I am glad that it did becouse i hate to keep bothering someone on a repeat issue. But i thank you for helping me so much . Posted: Sun Mar 12, 2006 12:14 pm
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||