AddType application/x-httpd-php .php
AddType application/x-httpd-php3 .php
See the .htaccess question in this FAQ if you don't know how to do this.
How do I edit the .htaccess file?
Well, first of all you need to establish whether there's a .htaccess file in your document root or not. This can be
done be performing the following test: Point your browser to http://yoursite.com/.htaccess (note the dot before "htaccess"). If you get
a 404 error (File Not Found), there's no .htaccess file in your document root. However, if you get a 403 error ("Forbidden"), there's a .htaccess in your document root.
If you don't have a .htaccess file, you will need to make one. Open a text editor, click "New" and write the necessary lines (the lines are shown elsewhere in this FAQ). You should not write anything else besides these lines -- no HTML tags, no PHP tags, etc.
When you're done writing the file, upload it to the server and place it in the document root. Perform the test above to make sure the file has been placed in the right location.
If there's already a .htaccess file in your document root, all you need to do is load this file into a text editor and add the appropiate lines at the bottom of the file (the lines you need to write are shown elsewhere in this FAQ).
If a write a message that is longer than 450 characters, the script outputs an error message.
ICQ pager messages cannot contain more than 450 characters. This is a limitation of ICQ, not of the Pager script.
Copyright, etc.
This script is released under the terms of the GNU General Public License (also known as "GPL").