Make sure you are saving this as .PHP. (I know it's a dumb thing to check, but make sure Windows or Homesite or notepad or whatever is not appending .TXT onto the end of it.)
Make sure you can see the extensions of your files. "Leigh Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So far my installation has been > 1) Installed Apache1.3.19. Succesful > 2) Extracted PHP 4.0.4 to c:\php > 3) Renamed php.ini-dist to php.ini and opened in HomeSite making these > changes: > a) doc_root = c:\Apache\htdocs > b) extension_dir = c:\php\extensions\ [was .\] > 4) Moved new php.ini to c:\WINDOWS\ > 5) Moved php4ts.dll & php4ts.lib to c:\WINDOWS\SYSTEM32\ > 6)Opened c:\Apache\conf\httpd.conf and added > > LoadModule php4-module c:/php/sapi/php4apache.dll > AddType application/x-httpd-php .php > 7) Copied php4ts.dll and > php4ts.lib to SYSTEM32. > > when i run the script below: > > <?php > echo "PHP Rules!"; > ?> > > when i run the page in the browser i see the script as it is written in the > file. > > <?php > echo "PHP Rules!"; > ?> > > > whats happening, its driving me nuts!!!! > > cheers > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php