[FONT=Verdana, Arial, Helvetica][SIZE=2][FONT=Verdana, Arial, Helvetica][SIZE=2]The PHP package is just brimful of capabilities that you can enable if you have the appropriate extra pieces installed on your system. For instance, one of PHP's strong points is its simple and easy interface to numerous different database system such as Oracle, MySQL, mSQL, DB2, and so on. [/SIZE][/FONT]
[FONT=Verdana, Arial, Helvetica][SIZE=2]You enable these extensions by letting the ./php/php3/configure script know about them when you invoke it. For example, if you want to be able to use MySQL and XML within your PHP scripts (or PHP pages), you might invoke it as [/SIZE][/FONT]
[FONT=Verdana, Arial, Helvetica][SIZE=2] % ./configure --with-mysql --with-xml[/SIZE][/FONT] [FONT=Verdana, Arial, Helvetica][SIZE=2]To see a list of the extensions that PHP can support, invoke the script as [/SIZE][/FONT]
[FONT=Verdana, Arial, Helvetica][SIZE=2] % ./configure --help[/SIZE][/FONT][/SIZE][/FONT]



LinkBack URL
About LinkBacks
Reply With Quote