Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
This is just to document the methods I tried on sending emails with Laravel. All of the mentioned methods work during the development stag...
I've just updated my PHP version from 5.4 to 5.5. During the process, Apache and other files were updated too leaving some of my setting...
Coming from a Rails background for an MVC framework, one of the most common things to look for is a validation method for most of your input...
The way I understand Laravel 4, every time you log out, using the Auth namespace, the function will then update the record of the Users ta...
Problem Create a PHP single page named contact.php that accepts inputs and sends email to a certain recipient. Basically, this serves as th...
Here's a solution I found upon experiencing an error in WAMP Scenario I am using WAMP (wampserver) and trying to run a chat service pro...
Many big websites are using the power of PHP to create dynamic sites. If you also want to learn PHP for making your own websites or to work ...
I just want to add this to my reference in case I forgot the code again. This source code simply adds copyright to the page and automati...