logo

mysqli

This article will help you connect mysql database with PHP using mysqli function, MySqli is Improved version of mysql function previously provided by PHP which is deprecated in new versions of PHP. Lets start with database connection we need 4 things to connect to database Host : which system/computer has datbase User : what is username to connect to database […]

Read more
css comments

while creating wordpress custom theme or template we need the following comments at to of our main css file and this css file name must be style.css should be placed at root path of your theme folder after completing all html css and jquery coding zip that folder and use as theme in wordpress Please give your comments and ask […]

Read more