[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Test
on 4/26/00 4:59 AM, David Elliott at DavidE@xxxxxxxxxxxxx wrote:
> Hi Baterdene,
>
> On 18 April 2000 at 11:35:27 GMT +0800 Baterdene Batchuluun
> <baterdene@xxxxxxxxxx> wrote about "[cobalt-users] Test" and made these
> points:
>
> BB> What do I need to test PHP on RaQ3?
>
> Create a file (with the extension you are using)
> e.g. info.php3
>
> Put into the file the following snip.
>
> ===8<============
> <html>
> <head>
> <title>PHP Test</title>
> </head>
> <body>
> <?php
> phpinfo();
> ?>
> </body>
> </html>
> ===8<============
>
> Browse it.
> It should tell you a lot about php and your server.
Howabout just doing this. Create a file call it whatever you want.
put
<?phpinfo();?>
into it
save, hit it with your web browser.
The extra formatting is strictly speaking, is not necessary.
-k