Database
pspsql.txt
Associated article: Tiny Perl Server Pages and MySQL
Tags: Database
Published source code accompanying the article by Andy Yuen and Hung-Wai Yuen in which they explore personalization techniques that involve technologies ranging from cookies and URL rewriting, to tracking user sessions and state management. The tools they use are mySQL and Perl Server Pages' (PSP) custom tag library facility. Also see PSPSQL.ZIP.
Using Perl Server Pages and mySQL by Andy Yuen and Hung-Wai Yuen Listing One <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>Nested Custom Tag ...


