what about opening the file with your favorit webbrowser?

Hold down shift and rightclick your *.php file -> Open with -> Internet
Explorer or whatever you like


> Hi Chris,
> sorry, I didn't tell correctly what I do - forget the
> commandline, that was
> just one way I tried it.
>
> I DO WANT PHP to talk to the browser.
> But when I start info.php with doubleclick, the DOS-Box appears
> and shows me
> the HTML-code.
>
> All I want to know now is: how must I tell my system to send the
> code to the
> browser?
>
> Because PHP is working fine, I tried
>
> for ($i=0; $i < 1000; $i++)
> {
>  echo "Hallo<br>\n";
> }
>
> and yes, it's appearing in the DOS-Box, line for line.
>
> But I want to see it in the browser!!!!
>
> And though apache is running - no webpage appears.
>
> Any more hints?
>
> Uwe


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

Reply via email to