Hi!
I'm new to PHP and tried out wether I installed everything right or not.
I wrote a html-file with a button (onClick="p.php") but my browser only displays
The document contained no data. When I'm calling php p.php (containing <?php echo "Hello World"; ?>) on the shell then "Hello World" is displayed.
The server also logged: [Standard CGI Launch] WorkPath: P:\server\php CmdLine: "P:\server\PHP\PHP.EXE" "P:\server\php\p.php" Args: Path Info:
Did I forgot something to install??? Is something wrong with the server connection?
Thanx for helping
Peter