HELP with mysql_real_escape_string
I'm looking to remove apostrophes completely when someone enters lyrics but don't have a clue how to
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
Problem with shopcart code
Hello, I am having a bit of trouble being able to add a product to my shopcart. My mysql database i
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
Date help - fetch dates for Mondays between xxx and yyy?
Does anyone know the best way to do this? I have two dates, say:
2010-01-26 and 2010-05-30
fopen() security
As i understood the usage of fopen() for it to function correctly the Dir you write to has to be rw
INSERT data problem!
After having an string with apostrophes ', double quotes " or any other special characters, suc
Javascript or not?
How many people prefer javascript/ajax sites? How many prefer the good old fashion straight php sit
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi