[PHP] include dosn't after Provider-Change

2003-03-13 Thread Oliver Witt
Hallo,

after a Provider-Change my counter-script dosn't work again.

My entry is: ?php include (counter/rcounter.php) ; ? in an
html-document.
Is there an Error inside?
My server show no error-messages...

Thanx for Help.

Olly


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



Re: [PHP] include dosn't after Provider-Change

2003-03-13 Thread Leif K-Brooks
You can't execute PHP from an HTML page.  My guess is that your old 
provider had PHP parsing enabled for .html files, shich most don't.

Oliver Witt wrote:

Hallo,

after a Provider-Change my counter-script dosn't work again.

My entry is: ?php include (counter/rcounter.php) ; ? in an
html-document.
Is there an Error inside?
My server show no error-messages...
Thanx for Help.

Olly

 

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.


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


[PHP] include dosn't after Provider-Change - I have it!

2003-03-13 Thread Oliver Witt
After the Tip: You can't execute PHP from an HTML page. My guess is that
your old provider had PHP parsing enabled for .html files, shich most don't.

Now I have created an .htaccess in the home-folder with: AddType
application/x-httpd-php .php .php4 .html

It works...

Thanxs!

Olly

-Ursprüngliche Nachricht-
Von: Oliver Witt [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 13. März 2003 10:03
An: [EMAIL PROTECTED]
Betreff: [PHP] include dosn't after Provider-Change


Hallo,

after a Provider-Change my counter-script dosn't work again.

My entry is: ?php include (counter/rcounter.php) ; ? in an
html-document.
Is there an Error inside?
My server show no error-messages...

Thanx for Help.

Olly


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