
Search In
I need to create ajax php registration page but i have some errors i could not solve.
The function (CheckExamineeNameAvailability AND CheckExamineeEmailAvailability) return false value even if the username or email were available
I
As we seen in login page if we click or check the checkbox of “Remember Me” then our login id will be remembered by the browser . This is done by using cookies .
our login form contain email field and password along wit
Hi,
In this tutorial we can learn that how to make reset password functionality in CakePHP . Most of the times users forget their password for their login credentials, so reset password functionality gives them the authority to change their user acc
There was a time when email users had to keep their email stored on their local computers. Outlook was one such service provider where it used PST files, and Eudora used box files. POP3 protocol was designed to allow users to connect to a mail server
For example, the mac cosmetics print command you have given is for A4 size paper type, but you have placed a wrong type in the mac cosmetics paper tray, the mac cosmetics paper will jam.But your swimsuit or sundress aren't the mac cosmetics only thin
How to crawl many pages at one page hit:
I was facing issues for getting the data from multiple urls by loop. The problem is that in the first loop I was getting the data by function Cron, but when second page was called by Cron function then I was
Some times in magento we are required to get list of orders of the current logged users.
To do so lets see how we can do it:
first of all we need to get the logged in user id from the session for the same write the below cod
I've been trying to do this multiple times but still didn't get the answer. I have a column named closed in my database and close button in my view, whenever I click the button close, I want it to update my closed column to '0' if it
In Lavarel one of the best practice is to use form validation rules to validate the submitted data. There are number of ways to do it . One way is to create form validation rules both in the controller or we can create a separate file under the app f
Laravel Queue is one of the best feather of Laravel 5.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In Laravel 5.x by using queue we can run time consuming on back en
