FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » setup php, win 7
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: setup php, win 7 [message #173893 is a reply to message #173891] Wed, 11 May 2011 16:32 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 5/11/2011 11:58 AM, Aleks Kleyn wrote:
> "Jerry Stuckle"<jstucklex(at)attglobal(dot)net> wrote in message
> news:iq9stm$o00$2(at)dont-email(dot)me...
>> On 5/9/2011 3:15 PM, Aleks Kleyn wrote:
>>> "Twayne"<nobody(at)devnull(dot)spamcop(dot)net> wrote in message
>>> news:ipsntn$90f$1(at)dont-email(dot)me...
>>>> In news:4dc0b338$0$9101$607ed4bc(at)cv(dot)net,
>>>> Aleks Kleyn<AleksKleyn(at)OptOnline(dot)net> typed:
>>>> > Looking into this code I decided that this is source code
>>>> > for compiler and found bellow link for binaries. it was
>>>> > MSI file which setup everything.
>>>> > Now puting php file into IIS folder I can see it in IE.
>>>> > The only question is.
>>>> >
>>>> > in manual they write it is written that I can embed PHP
>>>> > into html file<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
>>>> > 4.01 Transitional//EN"
>>>> > "http://www.w3.org/TR/html4/loose.dtd"> <html>
>>>> > <head>
>>>> > <title>Example</title>
>>>> > </head>
>>>> > <body>
>>>> >
>>>> > <?php
>>>> > echo "Hi, I'm a PHP script!<br />";
>>>> >>
>>>> > </body>
>>>> > </html>
>>>> > But IE shows me empty page and on view code I see
>>>> > original code. What can be reason?
>>>> >
>>>> >
>>>>
>>>> You:
>>>> 1. Didn't save the page with a .php extension but used .html?
>>>> 2. You didn't feed it to a server? Either locally or remotely.
>>>>
>>>> Those seem to be the most common newbie reasons IME.
>>>>
>>>> HTH,
>>>>
>>>> Twayne`
>>>>
>>>>
>>> I just followed official manual on PHP. I created virtual folder in IIS
>>> server and converted it into application. then I saved there 2 files: 1
>>> php
>>> and 1 html. also i have php.ini and config.sys in this folder. I can see
>>> php
>>> exemple as it is expected and empty web page for html file. when I look
>>> view
>>> source I see that IIS did not open php tag in html file.
>>>
>>> Aleks Kleyn
>>>
>>>
>>
>> How are you trying to access the PHP file from your html file?
>>
> I use following code
> <html>
> <head></head>
> <body>
> <?php
> echo "hi";
> ?>
> </body>
> </html>
> i got this code from PHP manual
>
>

Did you put it in a file with a .php extension? The web server won't
invoke the PHP interpreter unless you do (or make non-recommended
changes to the web server configuration to parse everything as php code).


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Stats comp.lang.php (last 7 days)
Next Topic: haii
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 15:14:09 GMT 2024

Total time taken to generate the page: 0.04293 seconds