|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-07-18 18:45 UTC] cynic@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
The following html/php script gives a duplicate of the last line. <HTML> <BODY><CENTER><B> <P>System name: <?php echo( system("hostname") ); ?> <P></B></CENTER> </BODY> </HTML> returns the following html output. <HTML> <BODY><CENTER><B> <P>System name: kelsey kelsey<P></B></CENTER> </BODY> </HTML> I've used the standard compile: './configure' '--with-mysql' '--with-apxs' System: Linux kelsey 2.2.19-6.2.1 #1 Mon Apr 9 21:59:11 EDT 2001 i486 unknown