Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Accessing element of object array
Hello
My object looks like this:
Array ( [0] => User Object ( [id] =>
Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool
Thanks
This is driving me nuts!
This insert query looks to be alright, however I get this error:
QuoteYou have an error in yo
"GROUP BY" in arrays
Well i'm looking to do something i usually could do easily using COUNT and GROUP BY if it was a sql
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
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very
How to add an image/C++ OpenGL?
Hi,
I have been trying to look online for this and, so far, I haven't found anything usef
MySql timezone
Code: $sql = "SELECT *, date_format(date, '%m/%d/%Y at %I:%i %p' )as date FROM comments WHERE t
Why is my row count 0?
Here's the MySQL query i'm running. It basically pulls data from 2 tables based on some data passed.