Send Mail From Localhost Using Gmail and PHPMailer Nilesh TYPO3 Developer | PHP Developer 10:36 AM Hi Friends Today We are going to learn How to send email from localhost using Gmail and PHPMailer First of all you need to activate to G... Continue Reading
How to send email in html format using php ? Nilesh TYPO3 Developer | PHP Developer 3:21 PM First let's create html form in mail.php file using bootstrap 4.5. before strats let's how it will looks like Now let's creat... Continue Reading
php tutorial , How to use php string function ? Nilesh TYPO3 Developer | PHP Developer 10:23 AM Here is php tutorial about how to use string function in php, now lets start our tutorial substr( ) : return sub string of main stri... Continue Reading
php tutorial , How to use function php 7 ? Nilesh TYPO3 Developer | PHP Developer 11:09 PM What is function ? you have question right ? function is called reusable code that define one time we can use it many time, function save o... Continue Reading
PHP tutorial , How to use switch case in php ? Nilesh TYPO3 Developer | PHP Developer 10:41 PM Switch case is most useful first lets it use it <?php $language = "php"; switch ($language) { case "php":... Continue Reading