PHP Building WordPress Theme From Scratch – Part One – Info PHP Jul 23, 2018 IntroductionHi all! I am writing a series of articles on how to create a theme in WordPress and add functionality, like show blog post and add…
PHP How To Control SQL Injection In PHP – Info PHP Jul 23, 2018 Introduction This is an interview question - When a person showcases himself as a Full Stack developer, it is very important that the developer should…
PHP Create Event Calender In Laravel – Info PHP Jul 23, 2018 I suppose the Laravel Project is installed on your system.If not then run the below command on your computer and get a fresh laravel 5.5 application…
PHP Setting Up Google App Engine And Uploading An Image To Google Cloud Using PHP – Info PHP Jul 23, 2018 In this article, you’ll learn how to deploy a PHP project to Google App Engine and how to upload an image to Google Cloud Bucket. Setting up a…
PHP How To Take Screenshot Using jQuery And PHP – Info PHP Jul 23, 2018 Introduction Hello all, today in this article we will learn how to take screenshots using jquery and php. So, basically we will create a webpage and…