Posts in the PHP category
-
Form validation with PHP. Help!
16 December 2010 by
I was recoding a form the other day and I needed a different form validation method (using PHP). We all know that JavaScript validation provides a neat user experience but it doesn't work if someone wants to circumvent it.
-
Easy ways for clients to edit image galleries/slideshows
13 April 2010 by
I have been working on a website where one of the requirements is a JavaScript slideshow and/or an image gallery that the website owner or client could update. It is possible to do this via content management systems like Wordpress or Perch (and many others) but in this case, for various reasons, we had an HTML website, without database, to work with. At the same time, the system had to be really simple. So simple in fact, that all the client has to do is upload images (via FTP perhaps) into the correct folder on the server.
-
Build a database website with PHP and MySQL
22 August 2005 by
This book was one of the books that inspired me to learn PHP and MySQL and it’s a great resource for learning how to build a database-driven website.
-
Dreamweaver for PHP/MySQL applications
29 January 2005 by
Macromedia Dreamweaver is used by many people to edit their standard HTML websites but it can also be used to develop PHP websites where information is pulled from a MySQL database….