Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server.
need help with date function
i have following form for date
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
mr8m - reverse document
Friends,
I'm trying to reverse a document held by MIRO, but it reports the message balan
$_FILES array
Ok,
I just started experimenting with PHP today. My goal right now is to have people be able
Simultaneous select/update/insert
Hi
How would I need to go about when 2 users update a single row simultaneous? And how would
Loops and Classes
I am making a template system and everything seems to be going well up until I have to loop in a var
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but