Sunday, August 12, 2018

Common Errors in PHP code mde by PHP developers in Pakistan

Hi folks our today's post is about common errors and mistakes made by php developers in Pakistan while making database driven websites.
First of all we know  that mostly shared hosting is taken for making website in PHP. In Pakistan cost of the hosting is about 2000 rs per year which includes a free domain for one year. after making payment to the hosting company you get an access to CPANEL. This CPANEL is the key to every thing. you can create addon domains, upload your website files and do every thing with your hosting.
One important thing to remember is that if you are using MySQL database for your website than you will need to use php function
$con = mysqli_connect("localhost","my_user","my_password","my_db");

to connect to the database. please note that first you have to assign a user to the database .
As a php developer in Rawalpindi, i always prefer to use 700hosting.com for all my database driven websites due to excellent support they provide.

However if you are facing any trouble creating you database driven php website you can always send me an email at awaishamid1980@gmail.com

  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team