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 #174152 is a reply to message #174126] Mon, 23 May 2011 14:34 Go to previous messageGo to previous message
Aleks Kleyn is currently offline  Aleks Kleyn
Messages: 9
Registered: May 2011
Karma:
Junior Member
"Jerry Stuckle" <jstucklex(at)attglobal(dot)net> wrote in message
news:irbibb$gqk$3(at)dont-email(dot)me...
> On 5/22/2011 10:38 AM, Aleks Kleyn wrote:
>> "Jerry Stuckle"<jstucklex(at)attglobal(dot)net> wrote in message
>> news:iqedm7$k46$2(at)dont-email(dot)me...
>>> 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).
>>>
>>>
>> i think I write clear. There are two type of files.
>> 1. php. it may have inside html tag and this works as described in manual
>> 2. htm or html. This is html file and may call to php as I wrote above
>> and
>> this does not work even manual claims that this should work
>> Aleks Kleyn
>>
>>
>
> I don't think you write clear at all. And you are trying to call PHP from
> an html file - which, as I indicated above, does not work. Please show in
> the manual where it claims otherwise.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex(at)attglobal(dot)net
> ==================
I got this code from the following link
http://us3.php.net/manual/en/intro-whatis.php

Aleks Kleyn
[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: Fri Sep 20 19:17:54 GMT 2024

Total time taken to generate the page: 0.05429 seconds