Core PHP

Image Creation From User Input in PHP

In Image Creation From User Input in PHP, we use the PHP Graphics Draw library which is also known...

Mar 17 · 1 min read >

Allow Only String and Numbers Using PHP

To Allow Only String and Numbers Using PHP, we use PHP in-built functions. We do it with textbox input....

Mar 15 · 1 min read >

2 Ways To Check if Email already exists Using PHP

In this article we discuss 2 Ways To Check if Email already exists Using PHP, to do that you...

Mar 12 · 1 min read >

Get Selected Date From Calendar in PHP using Ajax

To Get Selected Date From Calendar in PHP using Ajax, we use jQuery date-picker and bootstrap form. Here are...

Feb 27 · 51 sec read >

How to Check Page is Refreshed in PHP

To Check Page is Refreshed in PHP, we use PHP superglobal variable. $_SERVER: Cache-control is an HTTP protocol header...

Feb 25 · 47 sec read >

User Login Form Validation using Ajax in PHP

To create User Login Form Validation using Ajax in PHP, first, we create major files which we connected to...

Feb 24 · 1 min read >

How to Open an External URL in PHP

To open an external URL in PHP, we will use cURL which is a PHP library, a cURL is...

Feb 13 · 54 sec read >

How to Convert Number to Words in PHP Ajax

To Convert Number To Words in PHP Ajax, we use numfmt_create() and numfmt_format() function. Both functions are inbuilt PHP...

Feb 12 · 1 min read >

Set DateTime With FileName While Uploading in PHP

To Set DateTime With FileName While Uploading in PHP here is only 3 steps to append a timestamp to...

Feb 11 · 1 min read >