Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
HOW to get the bind variables list.
I've the following problem : I've some SQL queries stored in my DB as VARCHAR2 values.
I need t
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.
Perplexing problem showing a .jpg
Please disregard..........I figured it out
Spaghetti Code
So.
I've pretty much reached the point where I have so many isset s on one page that I can't
How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table
UPLOAD IMAGES NOT WORKING!
Hi there i have a upload script in which it uploads the picture to a folder than creates two thumbna
need to add "sizes" to shopping cart
Hey guys, I am trying to figure out a way to add a "size" selector on to this bit of code.
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);