Something more relaxing after this scrary number on previous post
Related Posts
Header("Location") on PHP
So check out this code….. if(1== 1) { header(“Location: index.php”); } header(“Location: http://www.google.com”); This simple code will be expected to…
iPhone Touch Icon – Create your own Icon Set
Since the introduction to the iPhone 4, we now have some additional icons we need to create to support the…
How to configure IIS 7 to allow downloading .exe files
If you’re finding that you’re getting 404 errors when trying to download executable files, add the following to your web.config…