background preloader

Php

Facebook Twitter

Tutorial

Ajax. Scripts. Login. Primer. Cron. Punbb. Online 5 star rating system. UnitTesting in PHP using SimpleTest. Tools for Writing Better PHP Code: Version Control with Subversion. PHP Training don't forget to facebook friend - twitter follow - NYC PHP meetup Show Your Participation Click for Details Tampa BayFlorida PHP Dubai Open Source Tech Community Browse and upload photos of events, at the NYPHP flickr Group.

Tools for Writing Better PHP Code: Version Control with Subversion

Link up with NYPHP at the PHP LinkedIn Group. About NYPHP » Charter » Mission » What is NYPHP? » Principals » Sponsors PHP Presentations and Meetups This is an archive of PHP presentation and web technology talks given to or by NYPHP. For the lastest, subscribe to our PHP mailing lists for LAMP and open source discussion, support and job postings. Online PHP Jobs Fair November 21st, 2013 - Calling all recruiters, HR departments, and job-seekers. Tricks and Treats for MySQL in Amazon Cloud. Articles and Tutorials - Serializing XML With PHP. Letting The Creative Juices Flow PHP has always been ahead of the curve when it comes to supporting new technologies - and XML is no exception. Early versions of PHP came with basic XML support built in; newer versions improved on this by adding support for new XML protocols and technologies like the DOM, WDDX and SOAP, making PHP one of the most versatile and flexible tools for XML application development. Now, by default, all newer versions of PHP come with the XML SAX parser enabled; however, the DOM module needs to be explicitly turned on at compile time.

If you don't have the ability to recompile your PHP build - and if you're sharing space on a server, it's quite likely you won't - then you're up a creek without a paddle if your application needs to dynamically create XML document instances. So, a creative solution is needed. A Twist In The Tale Note that in order to use XML_Serializer, you will need to have the XML_Util package already installed. The best resource for PHP tutorials, templates, PHP manuals, content management systems, scripts, classes and more.

Introduction Programmers are often told not to reinvent the wheel, and that the best programmers borrow from others before they start to build something themselves. PHP, being primarily a web language, sees a lot of reinventing in regards to form display, processing and validation. However, there's a great PEAR package that needs a little more exposure: HTML_QuickForm. It makes handling the rendering and display of forms, and more usefully, both client and server-side validation, quick and easy. This article will take you through the basics of that package. Installing HTML_QuickForm The package has only two requirements: a version of PHP that is at least 4.2, and the HTML_Common package. You can check what PEAR packages are already installed by using pear list: This machine doesn't have either HTML_QuickForm or HTML_Common, so they'll need to be installed. pear install HTML_Common downloading HTML_Common-1.2.3.tgz ...

Displaying the form The code required to display a form is simple. <? <? Batch processing in PHP. 30 Useful PHP Classes and Components « PHP. Simplicity and extensibility are the main reasons why PHP became the favourite dynamic language of the Web.

30 Useful PHP Classes and Components « PHP

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Below I present 30 useful PHP classes and components that you can use to test, develop, debug and deploy your PHP applications. Let me know if I missed anything or if you have something to add. Database Creole Creole is a database abstraction layer for PHP5. LINQ for PHP LINQ is a component that adds native data querying capabilities to PHP using a syntax reminiscent of SQL. ADOdb ADOdb Database Abstraction Library for PHP. Propel Propel is an Object-Relational Mapping (ORM) framework for PHP5.

A native Windows binding for PHP. PHP Form Handling. Xmlns=" content="text/html; charset=ISO-8859-1" /> style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 204);" alink="#000099" link="#000099" vlink="#990099"> width="100%"> cellspacing="1" width="100%"> Form Fill out top 3 sections and hit submit button.

PHP Form Handling