confused between ' ' and " "
there is a php i set:
$begin_date_query = mysql_query( "SELECT SUBDATE(due_date, INTERVAL $d
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
Tracking Unique Clicks
Hi guys and gals,
Basically I have a database which tracks clicks on my outbound links, I do
explode() function problem maybe
Hi I'm having trouble searching my database. When I type two words in the search field it only searc
add text and number image
hi guys ..
ok see i want the user to add their name and pick a number then click get it and i
An odd assignment statement. Can someone explain this assignment to me?
What purpose is served by the bit of code between the two equal signs in the $installurl set? Is th
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
RadioButtonList item spacing
I have a RadioButtonList and I can't put any spacing between the items. They are arranged verticall
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr