ajibanda
++
About
Contact
Articles
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Author's Note
ajibanda
++
Home
About
Archive
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Contact
Showing posts with label
PHP
.
Show all posts
Showing posts with label
PHP
.
Show all posts
Three Ways of Sending Emails with Laravel
This is just to document the methods I tried on sending emails with Laravel. All of the mentioned methods work during the development stag...
Error 404 for PHPMyAdmin Upon Updating PHP in Localhost
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...
Defining Scope for Validation in Laravel 4
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...
Laravel Error - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'remember_token' in 'field list'
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...
Programmer's Interview 101: Create a Simple Single Page Contact Form Using PHP
Problem Create a PHP single page named contact.php that accepts inputs and sends email to a certain recipient. Basically, this serves as th...
Fatal error: Call to undefined function socket_create() for WAMPServer
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...
Six Useful Sites to Learn Programming in PHP
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 ...
Updating Copyright's Year Display by PHP
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...
Subscribe to:
Posts ( Atom )