Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at
Drawing Images in classes
I'm quite new to Object Oriented PHP. What I'm trying to do is draw some images but also have other
trouble printing an array....
I'm having some trouble printing out an array forwards. I'm figuring out the high and low of an arra
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
Contact Form Not Working When I Add Validation Codes
So I built my first working PHP "Contact Us" like form. But, I have been trying to now mak
BackButton Behaviour in AJAX
I have an ASPX Page AJAX Enabled!The page has a gridView and a DDL for filtering on it. The Gridview
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
Login logout link help
Hi all,
Im new to php and Im having trouble creating a login/logout link for my page that dis