 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
ThinkPHP Blog: 10 years phplib - a laudation
by Chris Cornutt June 11, 2008 @ 11:19:43
The ThinkPHP blog points out a milestone for one of the libraries that help set PHP on its current course - PHPLIB (from Kris Koehntopp).
This great collection of classes was in my eyes the first real useful library which delivered the solution to most of the basic / standard problems in PHP based software projects. [...] The easy implementation of DB-abstraction, template engine, authentication, permissions, session management and others made it easy to handle these problems in a standardized way. The strict object oriented code gave the developer the necessary flexibility to customize and extend the code where he/she needs it.
This year is (about) the ten year mark for the existence of the language and several commentors on the post remember the "good ole days" of PHP3 sessions, permissions and even the first version of Zend's website.
voice your opinion now!
phplib remembersessions php3 forms database abstraction library
WebReference.com: How to Interact with Web Forms (Part 1)
by Chris Cornutt January 18, 2006 @ 07:13:05
On WebReference.com today, there's this new tutorial with an introduction to getting PHP to interact with web forms.
HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static:They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.
They give examples of how to send data back to a script from a form, reading that data (using superglobals), and what data will be returned from each form element type. From there, they get into specifics like dealing with magic quotes and saving the form data into a cookie...
voice your opinion now!
php interact web forms superglobals types magic qutotes cookies php interact web forms superglobals types magic qutotes cookies
|
Community Events
Don't see your event here? Let us know!
|