In this tutorial, I will show you how to check if string contains digits only in PHP. There are various occasions when you need to check whether string or variable contains only numeric digits using PHP.
2 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
In this tutorial, I will show you how to encrypt decrypt string in PHP. Encryption is very common in programming languages, it helps to secure our data even if it is accessed by unauthorize person.
0 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
In this tutorial, I will show you how to import CSV file data into MySQL database using PHP. Uploading the bulk data using CSV is a common practice in application development.
8 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
In this tutorial, I will show you how to convert PHP date format from dd/mm/yyyy to yyyy-mm-dd or PHP convert date format from dd-mm-yyyy to yyyy-mm-dd.
0 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks