[snip]
When I've created a .php-file and trying to open it then it's not want
to open. There are no error-messages comes up or something like that,
nothing hapends when I'm trying to open it.
Can you please tell me what's wrong?
Thanks!
[/snip]

There could be so many things wrong. Create a file and call it phpinfo.php.
In that file put only the following code;

<?php

phpinfo();

?>

Put that on your server and try to load the page.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to