No Content Found
Function
# Php Function

⨀ 29-Jul-2024 11:02:00 PM ( 9 months ago )
PHP Built-in Functions
PHP has over 1000 built-in functions that can be called directly, from within a script, to perform a specific task.
Please check out our PHP reference for a complete overview of the PHP built-in functions.
# Php - Validate E-Mail

⨀ 01-Aug-2024 01:38:50 PM ( 9 months ago )
The easiest and safest way to check whether an email address is well-formed is to use PHP's filter_var() function.
In the code below, if the e-mail address is not well-formed, then store an error message:

# Php - Validate Name

⨀ 01-Aug-2024 01:07:58 PM ( 9 months ago )
The code below shows a simple way to check if the name field only contains letters, dashes, apostrophes and whitespaces.
# Php - Validate Url

⨀ 01-Aug-2024 02:56:03 PM ( 9 months ago )
The code below shows a way to check if a URL address syntax is valid (this regular expression also allows dashes in the URL).
# Php Database Column Add Remove Json Object

⨀ 01-Aug-2024 04:04:32 PM ( 9 months ago )
Database column add remove and update by php array object.
View More Categories
