Hubs 1-4 (updated every 30 minutes)sort by Hot Best Latest
Using AJAX to Call PHP Methods on the Server
When developing web applications, you will often want to run some code on the server when the user does some action on the site. For example, when a user clicks a button, you may want to display a message...
0 commentsBenefits of Using a PHP Framework
When you decide to develop a web application with a database back-end, rich user interface and complex business logic, a PHP framework can remove obstacles that stand in your way of solving the problem at hand. Stuff like user accounts, page...
1 commentUsing Output Buffering With PHP
When you write a web page with PHP, the output of the PHP script is what eventually is sent to the client's browser. You probably already knew that, but what you may not know is how and when it is sent. As the PHP interpreter parses and executes...
2 commentsTake Advantage of Friendly URL's With The Helix PHP Framework
Friendly URL's are website addresses that are clear, concise, and don't have lots of "junk" in them. A good friendly URL might look something like... ...
0 comments
