check if value exists
I have googled this for a while and I am getting lots of different results. Is there a standard meth
form class help (oop php5)
Hidy Ho Neighbors,
I'm forcing myself to learn oop/classes for php5. It seems like a good id
Return X values where an ID number doesnt matter
Well as for subject heading, thats the best i could think of.
Currently im having a problem w
help need on ob_start()
Hi
I am a newbie in php, I have a code
Line number On/Off | Expand/Contract <?phpo
Last Weeks sDate and eDate.
sDate - Start Date
eDate - End Date
I need to pull two dates for "Last Week" whi
Simple MySQL query...
Hello,
How could I do a mysql query that does this: SELECT * WHERE date/time < 5minutes ag
What do you call the "token" thing?
You know how some sites have links that run on tokens? Tokens are links that only stay alive for a c
sql error
I have been looking at this code for 20mins and can't work out what I am doing wrong. There is somet
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?