CSV to Mysql
Posted on: Tuesday March 28, 2017
Upload CSV to Mysql [crayon-6768877047142610906903/] [...]
Read MorePosted on: Tuesday March 28, 2017
Upload CSV to Mysql [crayon-6768877047142610906903/] [...]
Read MorePosted on: Friday February 10, 2017
[crayon-67688770473a3028302911/] [...]
Read MorePosted on: Wednesday November 16, 2016
Force users to use http://www.yoursite.com To force users to use the www version of your domain all you have to do is add the following code to your .htaccess file (just replace yoursite.com with [...]
Read MorePosted on: Friday September 30, 2016
Contact Form process in PHP with google captcha validation. First Create Google reCAPTCHA here. Protect your website from spam and abuse while letting real people pass through with ease. The new [...]
Read MorePosted on: Thursday September 29, 2016
Author: CodexWorldAuthor URL: http://www.codexworld.com/Author Email: contact@codexworld.comTutorial Link: http://www.codexworld.com/load-more-data-using-jquery-ajax-php-from-database/ ============ [...]
Read MorePosted on: Thursday July 7, 2016
Get a specific part of the current url. Break URL in part by slash ‘/’. Get every section of URL by slash ‘/’ [crayon-676887704776a588493131/] [...]
Read MorePosted on: Friday July 1, 2016
You have to define first and then you can include any php file with SERVER_ROOT. if you are using URL without extension or you want to call a php file with slash e.g. (http://xyz.com/services/web) [...]
Read MorePosted on: Monday June 27, 2016
First, verify that the mod_rewrite module is installed. Then, be careful to understand how it works, many people get it backwards. Redirect All Requests To Index.php Using .htaccess Get characters [...]
Read MorePosted on: Tuesday June 21, 2016
PHPMyAdmin’s default configuration has the following directive: [crayon-6768877047915663646455/] In order to override this setting all you need to do is add the following entry to [...]
Read MorePosted on: Tuesday June 21, 2016
So you want to redirect all URL to index.php, and then want to manage requested URL like include landing pages or particular function as per URL. Right? So here we go 🙂 First thing is that [...]
Read More