WampServer 2 seemed to work ok with Vista but suddendly stop working. Something block the browser from opening the pages.…
Day: July 9, 2008
A textarea with maximum characters allowed
Add this script Add the TextArea Add this to display the remaining chars
Display time in page title using JS
Vars from PHP to JS and Back
The easy part is to add a js variable from php. <html> <?php $MyVar3 = “Something in PHP”; ?> <script…
Check if Cookies are Enabled
If cookies are needed you can make a page load check adding this javascript to your page !!! <script type=”text/javascript”>…
Maximize the maximum values in php scripts
In some cases you need to make a custom script for uploading files or even update / synchronize two databases. …
Add a custom favicon to your site
Mysteries Of The Favicon.ico — How To Create A Favicon In Photoshop A Favicon is a little custom icon that…