#PHP #IOS #Android #WebDesigning #Software #Development #Javascript #Wordpress
Do you want to fetch meta tags from other websites? You are at the right place as I am a developer and after analysis, I have created the code that helps you to fetch all the Metatags from the URL. This is the way it should be : In Case if you have missed any […]
During the advent of PHP, not any framework was has been introduced. Everyone is using old techniques and creating a simple website by typing large codes. When time moves forward, several PHP frameworks introduced which altered the coding standard of PHP. So using PHP frameworks, it would be possible to create a large application with […]
Are you here to find a top WordPress development company, right? But do you think each company can fulfill your requirement or business goal, No! So to make easy for you, I have researched online and found two professional WordPress development companies by their reviews and portfolio. These companies help to build your website extra […]
I am going to explain how to create pagination using PHP and MySQLi What is pagination? You have a form which allows the user to browse through the rows in a database table, what do you do if that table has hundreds or even thousands of rows? It would not be a good idea to […]
Look on files structure used for this tutorial db_con.php getdata.php index.php Create Database Table The following SQL creates an tbl_country_master table with some basic fields in the MySQL database. SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”; SET time_zone = “+00:00″; CREATE TABLE `tbl_country_master` ( `countryId` int(11) NOT NULL, `title` varchar(100) NOT NULL DEFAULT ” ) ENGINE=MyISAM DEFAULT CHARSET=utf8; […]