Posted by Bob Hartung on 10/24/05 04:52
Jasper
If if make a file containing only
<?php
phpinfo() ;
?>
I get what I expected.
If I make a file containing
<?php
phpinfo() ;
// Now a simple class and a call to the class
class Simple()
{
void __construct()
{
echo "In the constructor" ;
}
}
$newSimple = new Simple ;
?>
I get NO output or errors in the browser window. If I select "view
source" it returns:
<html><body></body><html>
Eh? Anyone with any other ideas
Tnx
Bob Hartung
Jasper Bryant-Greene wrote:
<snip all before.
Navigation:
[Reply to this message]
|