Once you agreed on the advantages of using PDO, and verified that you can use PDO on your server, is time to connect to the database. […]
Continue readingAuthor: avenirer
PDO Tutorial – 03: Insert data into a database with PDO
After the connection to database is successfully created and the PDO object instance is set, the object can be used to perform SQL queries. There are two […]
Continue readingWordPress: How to link an image into a theme
The new themes in WordPress are so good that most of the time you don’t even need to know html or css to make a […]
Continue readingMake a permanent redirect 301 page – save your visitors (and search engines) from a headache
There are times when is really necessary to change the way people get to your pages. If, for example, sometime in the past you wanted […]
Continue readingPDO Tutorial – 01: Verify that PDO is Installed
So, after seeing the advantages, you finally decided to move to PDO. What are the advantages of using PDO? PDO is a PHP extension providing […]
Continue reading