array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
Not reloading page after php form submit
Hello helpful souls out there. You guys have come through for me in the recent past and I'm hoping s
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message s
Calculating a rating by adding number of points and dividing by number of items
I have a site that users can post links to files to download. They can rate these files on a 1-5 sca
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?
Procedural to OOP
ohn Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pri
how to load php class from another domain?
how to load php class from another domain?
Where am I going wrong
Been trying to work this out for hours
I have two tables called 'Genres' and 'Films'. Genre
using explode() to fill in checkboxes
Hi
I have a field stored in a table that contains regions in the UK separated by commas. Ther