JaCoB wrote: > Hello guys! > Example: If I have a shopping cart website then someone placed an order... > there will be an alert on my local computer like a javascript alert.
This is pretty simple for the example above. Modify the script which adds the information to the database. After the order has been placed, run the php mail() function to inform you that an order has been placed. I do this on a few forums I run, once a new thread has been posted I run mail() and it informs me of the thread topic, who posted it and the body. http://php.net/manual/en/function.mail.php