PHP SubcategoriesBeginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays | |
Dynamic Graphs with PHP, MySQL and GD |
| PHP | Views: 2 | |
| Ok. Your site has recorded the data you want, now you want to display it in an easy to read format. The first method that comes to mind is simply to put the data in an HTML table. Although this is probably the easiest way out, there is a much better way .. |
Diary of A Webmaster Part 2 - Create a Content Feed |
| PHP | Views: 4 | |
| Display your news headlines on affiliate sites and increase your exposure. Mitchell's handy content feed makes site promotion a cinch |
Creating a Credit Card Validation Class With PHP |
| PHP | Views: 0 | |
| Online fraud is rife and charge backs are costly... why not validate customer credit card details before you send them to the merchant server |
Create an LDAP Address Book |
| PHP | Views: 2 | |
| This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way Netscape® Communicator 4.* uses its addres.. |
Converting XML into a PHP data structure |
| PHP | Views: 1 | |
| In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents. Besides being a great three-letter anacronym to sprinkle on your resumé, XML is actually a useful data storag.. |
Control Structures Revisited |
| PHP | Views: 0 | |
| A look at two new variations of the if(), while(), and for() statements as well as an introduction to a completely new structure, switch(). |
Configuring PHP with ORACLE 8i Support |
| PHP | Views: 0 | |
| In this article, I will briefly describe how to compile PHP with ORACLE 8i support. When I tried to compile php with oracle support on Solaris 2.6, I received lots of problems. After tedious search on the internet, I have found a solution |
Classes and PHP |
| PHP | Views: 1 | |
| The hardest concept I've tried to understand since beginning to use PHP was that of classes. I'd never used a database engine but learning to use MySQL, at least for the more basic functions, was a breeze. Having never used OOP before, classes were novel |
Caching PHP Programs with PEAR |
| PHP | Views: 0 | |
| PHP scripts are compiled and HTML is generated each time a web page is requested. Sebastian Bergmann uses PEAR caching to store these dynamic requests and speed up PHP web sites |
Building Dynamic Pages With Search Engines in Mind |
| PHP | Views: 1 | |
| Almost any developer knows that search engine placement is critical to the success of a web site. What many people don't know is that a lot of search engines cannot index many database-driven pages (basically any page with a '?' or '&' in the URL) |
Build Your Own Database Driven Website Using PHP & MySQL |
| PHP | Views: 0 | |
| Together, PHP & MySQL form the most widely used open source database and scripting technologies on the Web today. As a budding Web Developer, you need to learn and master PHP & MySQL |
Build Cross-Platform Windowed Apps with PHP |
| PHP | Views: 0 | |
| Impossible? Not with PHP-GTK, a PHP extension that will have you writing cross-platform GUI-based applications in no time! Mitchell shows how |
Arrays in PHP: Part 1 |
| PHP | Views: 1 | |
| John Coggeshall introduces the array, a PHP variable type that allows you to organize data more efficiently. He explains how arrays work and the fundamentals of using them |
An introduction to the ADOdb class library for PHP |
| PHP | Views: 0 | |
| A common beginner (and not so beginner) mistake is to develop an application without any consideration of the future. All too often, applications remain tied to the wrong database, inflexible and not performing optimally. That's where using a well-design.. |
An Introduction to Functions |
| PHP | Views: 1 | |
| Functions allow you to re-use code to repeatedly perform a procedure. John Coggeshall introduces PHP functions |
Alternating row colors tutorial |
| PHP | Views: 0 | |
| Sometimes, when we work with tables, we probably want to change the color for every row (<td>). There are probably many ways to do this, but I will describe the most simple of it - % |
Advanced email in PHP |
| PHP | Views: 1 | |
| Kev leaves no stone unturned as he explores the obscure features and untapped capabilities of PHP's mail functions, sending HTML email, mixed messages, and file attachments with PHP |
Adding PHP to Apache on Linux |
| PHP | Views: 0 | |
| In the last year, the PHP scripting language has become one of the most essential tools for building content-rich Web sites on the Internet. In his debut column, Apache pioneer Ken Coar explains how to integrate PHP with an Apache Web server on a Linux s.. |
Accessing PostgreSQL from PHP |
| PHP | Views: 1 | |
| Creating Web-based interfaces that interact with PostgreSQL? This sample chapter from 'Beginning Databases with PostgreSQL' explains how to access PostgreSQL from PHP |
A Detailed Look at PEAR |
| PHP | Views: 0 | |
| Joao Prado Maia sheds some light on some advanced coding techniques in PEAR, and teaches you how to read the PEAR source code |
|