September 2011
Intermediate to advanced
696 pages
21h 29m
English
In This Chapter
Sending Values to a Script 300
Now that you have a little PHP and MySQL interaction under your belt, it’s time to take things up a notch. This chapter is similar to Chapter 3, “Creating Dynamic Web Sites,” in that it covers myriad independent topics. But what all of these have in common is that they demonstrate common PHP-MySQL programming techniques. You won’t learn any new functions here; instead, you’ll see how to use the knowledge you already possess to create standard Web functionality.
The examples themselves will broaden the Web application started in ...