Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Top 10 PHP Interview Questions and Answers

Question 1: How to redirect a page to another? Answer: You can use header function to redirect. header('location: http://www.web-technology-experts-notes.in"); //Redirect to home page of another website header('location: http://www.web-technology-experts-notes.in/2015/11/php-questions-and-answers-for-experienced.html");...

Top Ten PHP Frameworks

1. CodeIgniter Built for PHP programmers, CodeIgniter is one of the powerful PHP frameworks that helps create fully functional web applications. It features excellent user guide document for easy understanding the use of this agile framework. Programmers simply love it due to its ability to develop...