Monday, 24 June 2013
jQuery show() and hide() Function | PHP Code for Beginners
In this tutorial we will show you how to use jQuery show() and hide() functions to show or hide elements on a web page dynamically.
Read More →PHP Examples | CodeIgniter | jQuery | JavaScript | WordPress
June 2013
Monday, 24 June 2013
In this tutorial we will show you how to use jQuery show() and hide() functions to show or hide elements on a web page dynamically.
Read More →Monday, 24 June 2013
In this tutorial we will show you some basic but important functions of WordPress including get_permalink(), wp_get_current_user(), the_content(), and more.
Read More →April 2013
Thursday, 18 April 2013
Image resizing is an important part of any website. This tutorial shows how to resize or crop uploaded images using PHP's GD library.
Read More →Thursday, 18 April 2013
Learn how to create a PHP file download script that allows users to download any type of file from your web server to their local machine.
Read More →Thursday, 18 April 2013
This tutorial shows how to count characters in a text field in real-time using jQuery, useful for Twitter-style input limitations.
Read More →March 2013
Wednesday, 20 March 2013
Learn how to select and delete multiple database records at once using checkboxes with jQuery and PHP.
Read More →Wednesday, 20 March 2013
Learn what constants are in PHP, how to define them using define(), and how they differ from variables.
Read More →Wednesday, 20 March 2013
Step-by-step guide to creating your own CAPTCHA verification system in PHP using the GD library and sessions.
Read More →Wednesday, 20 March 2013
Learn how to insert data into a custom WordPress database table using the $wpdb object.
Read More →February 2013
Wednesday, 13 February 2013
Learn what PHP sessions are, how to start them, store user data, and destroy session data when it's no longer needed.
Read More →Wednesday, 13 February 2013
Learn how to use PHP's header() function to perform 301 permanent and 302 temporary redirects.
Read More →Wednesday, 13 February 2013
Understand the difference between PHP's explode() (string to array) and implode() (array to string) functions with examples.
Read More →January 2013
Wednesday, 30 January 2013
Step-by-step guide to creating a contact/feedback form in PHP that sends email using the PHP mail() function.
Read More →Wednesday, 30 January 2013
Learn how to create a dynamic horizontal drop-down navigation menu in PHP that fetches menu items from a MySQL database.
Read More →Tuesday, 15 January 2013
Learn the basics of connecting to a MySQL database using PHP, selecting a database, running queries, and fetching results.
Read More →Tuesday, 15 January 2013
Learn how to validate a form with multiple checkboxes using jQuery's serializeArray() to ensure at least one checkbox is selected.
Read More →Tuesday, 15 January 2013
A simple example of jQuery form validation using the jQuery Validate plugin for required fields, email, and dropdowns.
Read More →Tuesday, 15 January 2013
Learn what jQuery and AJAX are and how to use jQuery's $.ajax() method to submit form data to PHP without refreshing the page.
Read More →Tuesday, 15 January 2013
Learn how to use PHP's cURL library to fetch HTML content or data from a remote URL, and how to extract the page title using DOMDocument.
Read More →Thursday, 3 January 2013
Learn what JSON is, and how to use json_encode() and json_decode() in PHP with practical examples.
Read More →December 2012
Monday, 31 December 2012
Learn what XML is, how it differs from HTML, and how to parse XML strings in PHP using simplexml_load_string().
Read More →Wednesday, 26 December 2012
Learn how to upload a CSV file and import its data into a MySQL database using PHP.
Read More →Wednesday, 26 December 2012
Why client-side form validation matters and how to implement it with JavaScript — displaying one error at a time for a better user experience.
Read More →October 2012
Friday, 19 October 2012
A simple JavaScript function that uses a regular expression to validate email addresses on form submission.
Read More →Wednesday, 17 October 2012
This tutorial shows basic form validation using JavaScript, checking required fields for name, email, pin code, and country selection.
Read More →Monday, 15 October 2012
Step-by-step guide to creating a PHP login form with MySQL database verification — the most popular tutorial on this blog.
Read More →