language=php

  1. tuxfan

    Help a PHP newbie

    Here's the code of a .php file <html> <head></head> <body> This is before SCRIPT LANGUAGE="PHP" tag starts <script language="PHP"> echo("If you can see this, PHP is working with SCRIPT LANGUAGE=\"PHP\" tag"); </script> This is after SCRIPT LANGUAGE="PHP" tag ends This...
Top Bottom