GOD DAMNIT I HATE PEER PRESSURE. okay ;(
y u no join us? Spamzilla
You've got the Galaxy S, right? My brother recently updated his, but now the battery is running out a lot faster than it used to. Did you experience that?
Can you PM me your MSN if you have it, I might just ask a few stuff about PHP sometimes.
Oh thanks. I've never used (int) much so I wasn't sure of the effect lols.
Btw, just by fast looking at that code.. if(!is_numeric((int)$_POST['slot'. $i .'_amnt'])) I think this makes no sense :o if $_POST was something like "1561asd#%@fadf" (int) would make it "1561" thus it will ALWAYS be numeric :p
I've been using implode/explode, in this way people can't add commas to their inputs (but that's never the case, we're talking about item names, they never include commas). This is a part of my $_POST action: http://pastebin.ca/1529139
'Soup, just realized, you actually can't insert an array to the database, you have to serialize it at first, but still it's better just to make few more columns.