First Experiences with PHP
I came across PHP while customizing Wordpress themes in my previous job as a Web/SEO Assistant. Because of these exposure to PHP benefits and functionality, I figured I needed to learn PHP and MySQL that usually goes along with it.
Though most WP themes are free, some customization are needed to meet your site's need. In my case, I have customized WP themes so that they display Google Adsense ads or some other affiliate marketing products that my boss wants to put on the page.
It was then that I came across php include wherein a separate php file is created for the actual adsense code, and then the file is inserted on the index page or the single post page via the script php include.
Another instance, where I liked PHP was when I encountered an error while on the server of our website. As far as I remember, it was Error 550. I need some of the files that I uploaded but they can't be deleted.
The solution I found in the internet is to create a php file to delete the "undeleteable" in the server. And it worked!

0 comments:
Post a Comment