array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
On page view, minus credit
Hello all, please, I need a little help with this script. I am charging one credit (credits can be p
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu
php forms and database navigatio
Hello,
I'm new to php and i'd like to post the following.
I have written code to get records f
Undefined variable when using $_SERVER['PHP_SELF']
Hi guyz, please suggest me something...
On first.php I have one input field NAME, and on posting
A problem with my GD class
Hello,
I created a nice (and simple for now) GD class.
The problem is , it works great on
Best way to check for end of a record and send it back to the first record
I'm hoping someone can help me out and explain the best way to accomplish this.
What I'm doin
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
Insert Failing.
Hey,
I am making a Sign up page for a website, but the insert query into the Database does not se
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code