Contents:
Configuring a Dreamweaver MX site using phAkt and Firebird Configuring a Dreamweaver MX Site Using phAkt and Firebird Recent DMXZone Premium articles on using Firebird have inspired me to try connecting to a Firebird database using the phAkt PHP ADODB server model phAkt can be downloaded from http www interaktonline com products PHAkt Once the downloaded zip file is unzipped the actual extension mxp file can be found and installed in the usual way It takes longer to install than most other Dreamweaver extensions because it is a lot bigger This tutorial assumes that you have installed the phAkt extension to Dreamweaver MX 2004 and that you have successfully installed and configured the Firebird server and have created a Firebird database file for your site as shown in the two excellent articles so far published on this site Set up the new site in Dreamweaver choosing the PHP ADODB server model When you create a new Dynamic Page choose PHP4 rather than PHP This inserts a little PHP comment at the top of the Continue to download »
Sponsored Links
Guide to Developing a Secure Website Bryan Wood June 9 2004 Wood 2 PROBLEM STATEMENT 3 QUERY STRING MANIPULATION 7 SQL INJECTION 10 VARIABLE MANAGEMENT 13 ERROR CHECKING 16 SEPARATION OF CLIENT AND SERVER 18 CONCLUSION 21 TERMINOLOGY 22 CODE SAMPLE SOLUTIONS 23 QUERY STRING MANIPULATION 23 SQL INJECTION 24 RESEARCH SOURCES 25 MATERIALS OF REFERENCE 25 MATERIALS OF CITATIONS 25 Wood 3 Problem Statement The winter of 2004 brought with it a new opportunity for me I began learning and programming in PHP and MySQL as an independent study and also for my job with both the admissions department and financial aid department of Eastern Washington University My first bit of programming got off to a great start and it was when I was put in charge of developing a secure website that I began researching the topic of website security I knew very little about how people 