PHP Operators PHP operators are used to working on PHP variables & values and helps to get desire output. PHP Operators are mainly a specific type of...
Author - Dinesh Sharma
I have worked on many CMS & Frameworks of PHP & I love to share my knowledge of what I am learning every day.
PHP supports 8 types of predefined superglobal variables that are easily available in all scopes throughout a project. There is no need to define them global...
PHP Data Types There are different types of values we can assign to a PHP variable including simple string to more complex data types like arrays or objects...
Hello friends, today we will know about PHP syntax & create a hello world program. In the previous post, we had install PHP setup and code editor if you...
PHP is easy to learn open-source, server-side scripting language. you can Learn PHP within a week and create own dynamic website and web portal. What is PHP...
Hello, friends today we will learn how to open a new popup window using javascript. To open a new window by clicking on the button/any link, we will need to...
Hello, friends today we will learn how to rename or change the file name of uploaded files in CodeIgniter.If you are going to add time as the prefix of the...
Paytm popularity is increasing day by day. Now Paytm is offering a Paytm payment gateway which anyone can add on his/her website very easily. Recently I have...
In this post, we will show you: (1) How to replace the WordPress logo with your website logo on the login page. (2) How to replace WordPress URL with your...
To calculate how many days in a particular month of a year PHP provides in build function cal_days_in_month() function returns the number of days in a month...