UB Logo CSE Logo
 
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.

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.


This page last modified: Thursday, June 14, 2012
Send comments: cse-webmaster@buffalo.edu