Web programming is probably why you’re reading this book. It’s why the first version of PHP was written and what continues to make it so popular today. With PHP, it’s easy to write dynamic web programs that do almost anything.
Other chapters cover various PHP capabilities, like graphics, regular expressions, database access, and file I/O. These capabilities are all part of web programming,but this chapter focuses on some web-specific concepts and organizational topics that will make your web programming stronger.
This chapter includes two programs that assist in web site maintenance. Program 8.26 validates user accounts by sending an email message with a customized link to each new user. If the user doesn’t visit the link within a week of receiving the message,the account is deleted. Program 8.27 monitors requests in real time on a per-user basis and blocks requests from users that flood your site with traffic.
Download Solutions & Examples for PHP Programmers (pdf)
Other chapters cover various PHP capabilities, like graphics, regular expressions, database access, and file I/O. These capabilities are all part of web programming,but this chapter focuses on some web-specific concepts and organizational topics that will make your web programming stronger.
This chapter includes two programs that assist in web site maintenance. Program 8.26 validates user accounts by sending an email message with a customized link to each new user. If the user doesn’t visit the link within a week of receiving the message,the account is deleted. Program 8.27 monitors requests in real time on a per-user basis and blocks requests from users that flood your site with traffic.
Download Solutions & Examples for PHP Programmers (pdf)