PHP and SSP
So how does PHP fit into this scenario?
SSP scripts typically:
- do lots of complex string manipulation
- manipulate external data sources (e.g. DBMSs)
- write many complex strings (HTML) to output
PHP is good at all of the above.
PHP is available as a module for Apache web server.
|