Are you looking for a contact form in Wordpress that is coded in HTML 5 and does not use PHP sessions? Well, you've found it. Download my first open source software....[Read More]
Category : PHP
-
-
VirtueMart error: Credit Card Type not found
I have just discovered what causes the "Credit Card Type not found" error in VirtueMart. First problem : the "Credit Card Type" drop down b...[Read More]
-
Simultaneously publish your articles to Twitter and Facebook
I have combined and modified codes from Twitter's API and Facebook Connect in order to create a working sample that would let webpage vi...[Read More]
-
Image Manipulation : Watermark images on the fly through PHP and GD
Let's say you're given a hundred "digital" images and you need to put watermarks on each of those photos.If you're going to do t...[Read More]
-
jEdit : A text editor for programmers
I have been a web programmer for 5 years and I have been faithful to only 3 text editors, namely: Maguma, Dreamweaver and jEdit. Among the ...[Read More]
-
Dynamically generate your website's RSS with PHP and MySQL
This is the script I use to dynamically generate my site's RSS using php and mysql. <?php$sql = "SELECT * FROM mydatabase.mysite_art...[Read More]