mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
There was a problem with the request. (Code: 0)
Any Idea what could cause this? I get it randomly at best. But with both IE and FF. It derives from
help connecting a form to php and then emailing the form
Ok. So, I made a form, and I need help to where when submitted, I get an email with the submitted de
if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough
breaking a text file into paragraphs based on strings
I have a text file of email addresses that is all squished together. It looks like this:
abc
Preg_match question
I want to use preg_match to make sure a string is always 6 characters long and only contains 0-9 and
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
please help me in this update statment
hi every one
if I have table and this data in it
id name
10
php require help needed
Ok i tried to use the search funtion but the word require is everywhere.
i'm really new to cr
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?