If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
Change snippet to use CURDATE
I am using time() in the snippet below, I would like to use CURDATE() and have the database setup fo
Email/MMS to Site
Hey guys. I'm looking for a way for a user to upload images and/or text via their cell phones. It
multiple recipients + dbuser mail recall
Hello,
I am building a php login script.
When the user registers the script will send
Strange PHP/mySQL error ... am I just tired?
Code: <?
## CONNECT TO DB FUNCTION!
function ConnectTo($db2con)
{
$hostNam
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?
login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
modifying a property of an object from a different class
I have 2 classes:
- Math
- Distance
in my math class, I have this line:
$distance =
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?