Posted by Olaf Schinkel on 11/21/07 07:55
Hello!
"Zach" <xx@xx.xx> schrieb im Newsbeitrag
news:47436c83$0$24431$5fc3050@news.tiscali.nl...
>I am totally new to php
> Question:
> I am working on a Vista box.
> *.php files are displayed OK by the browser,
> however,
>
> print("something");
>
> does not lead to "something" being displayed.
> What is the cause / what should I do?
Create an index.php
-------------
<?PHP
phpinfo();
?>
----------------------
Does it work?
No?
Maybe no PHP installed :-)
Olaf
Navigation:
[Reply to this message]
|