PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Lock or restrict MySQL table rows

July29
Use PHP to lock a MySQL table entries or rows. I have used this in licensing a software I had ...
posted under MySQL | No Comments »

Resize existing window

July23
Set width, height, position of an existing  opened window Use Javascript resizeTo() and moveTo()  function. Example <html> <head> <title>Resize Page</title> <script language="javascript"> <!-- function resizeWindow() { this.moveTo(0,0); this.resizeTo(300,300); } //--> </script> <body bgcolor="#999999" onLoad="resizeWindow();"> Hello There </body> </html>
posted under Javascript | No Comments »

Send email with attachments using PHP mail()

July15
To check how to send simple emails check the previous script. To send emails with attachments do the following: Create a file called ...
posted under PHP | No Comments »

MySQL Calculate Age

July6
One of the most commonly performed date calculations is one which calculates age. Unfortunately there isn't a function to do ...
posted under MySQL | No Comments »

12,829 spam comments
blocked by
Akismet