Jump to content
MakeWebGames

Recommended Posts

  • 1 month later...
  • Replies 104
  • Created
  • Last Reply

Top Posters In This Topic

Posted (edited)

I have tried Everything from all 11 pages. I have been reading php&Sql for dynamic websites, security for php, and a few others ... for some reason I cannot find the errors, but I am getting a ' please try again " msg can someone please help me with this.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Thanks, Oracle (mom of teenagers ) =)

Edited by illusions
Added Code Tags[*code] before <?PHP and [*/code] after final ?> remove the * when using tags please Oracle
Posted
I have tried Everything from all 11 pages. I have been reading php&Sql for dynamic websites, security for php, and a few others ... for some reason I cannot find the errors, but I am getting a ' please try again " msg can someone please help me with this.

Thanks, Oracle (mom of teenagers ) =)

What are you trying to do when the message occurs?

Posted

add an item to the auction .,

then I took out all the !ctype_digit($_GET['ID'])) and replaced with !is_numeric($_GET['ID']))

no change....

so I took out all the !ctype not equals commands and get .... You have zero items to add.. etc. that message.

Posted

Ok, I've looked over Oracle's auction files, and here are the things I've found, and fixed.

- In the inventory, the _GET ID was the inventory key, not the item id from the inventory table

- A query misspelled a column

- (I added a filter in the add function)

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...