UB Logo CSE Logo
 
Overview Introduction Access
 
Documentation Servers Security URL's CGI SSI PHP Programs Quiz References

PHP Programming

PHP is now enabled on www-student. The current configuration enables mySQL and XML support. If you have specific needs that the current configuration does not allow you can send mail to cse-consult and request additional support. We are currently holding off on Oracle support until we determine what will be done with Oracle 9i.

PHP script files simply need to have ".php" as their suffix. As an example "test.php" could contain:

	<html>
	<head>
	</head>
	<body>
	<?phpinfo()?>
	</body>
	</html>
which will display a lot of information about the server and PHP configuration.

Send comments: webmaster@cse.Buffalo.EDU