I was wondering if it's possible to write a script that would check a MySQL database table every 5 seconds for the word "closed." If it finds the word in the table, then it would redirect somehow to...
I was wondering if it's possible to write a script that would check a MySQL database table every 5 seconds for the word "closed." If it finds the word in the table, then it would redirect somehow to...
You can use something similar to the following code with a cron job to run every day at whatever time you'd like and it'll send an email to each person who has someones birthday set for a reminder in...
I've been working on trying to send an MMS (Multimedia Messaging Service) to my phone on sprint using the php mail() function. The problem I'm having is actually displaying the image in the message...
Thanks for the reply but unfortunately, I got the same result. It worked fine on the check.php page but it didn't fade in on the autorefresh.html page. Any other idea's?
Thank you tirna and criterion for your idea's! In awaiting a response from someone, I worked on the code myself and came up with the following (and it works in the exact way I wanted it to so no need...
Although official HTML documentation says that using type="image" is the equivalent of type="submit", you can always try adding an onclick to your button like the following...
I have a page that gives users 1 point for going to that page (it simply inserts their name into a database) but I'd like to set it up to where it'll give the user 1 point for every 5 minutes they...
The reason I included the window.opener part is because if you don't, then the popup will tell the user that its trying to close the window and it'll ask if they want to proceed. The window.opener...