Ask a Question related to PHP Development, Design and Development.
-
Jack #1
Php page does not load after installing PHPTriad?
Hi there,
I just installed PHPTriad all went good. I started Apache and MySql
services.
If i do [url]http://127.0.0.1[/url]. (same as: C:\apache\htdocs) in by browser i get
the welcome page of PHPTriad so this looks good.
Now i want to open a php file so i do this: C:\apache\htdocs\firstphp.php
What happens next: Homesite opens and shows me the code:
<?php
echo "Hello World!";
?>
and
<?php
print ("Hello World!");
?>
If i want to open this in IE i also just see the code, does anyone know what
i did wrong and why the php file is not loading properly? What did i miss?
Thanks for responding.
Jack.
Jack Guest
-
Page Load vs Page PreRender
We have a custom control that is a dropdown list extended. We have put code in the SelectedIndexChanged Event to run a query against a database to... -
Getting data from a usercontrol before containing page ends its page load
How do I load a user control in a web form first, so that the web form's page_load acts according to events on the user control? In my code... -
Load HTML page within my Flash web page
Sorry if this has been asked before. New to the Forum. Is it possible to load an html page ( "eBay" for example ) in my flash web page. Still have... -
Page won't load
VERY strange issue... has anyone had this happen?!! I did a new site in Flash2004 using Slides and the Remoting: http://www.Flyerking.com On... -
PHPTriad Installation
Hi Does anyone know if an installation of PHPTriad (v2.1.1) can be installed automatically using some kind of script or command parameters? ... -
Polaris #2
Re: Php page does not load after installing PHPTriad?
Just a guess, did you install php itself ?
"Jack" <no@mail.com> schreef in bericht
news:cj61fj$f05$1@news3.zwoll1.ov.home.nl...> Hi there,
>
> I just installed PHPTriad all went good. I started Apache and MySql
> services.
>
> If i do [url]http://127.0.0.1[/url]. (same as: C:\apache\htdocs) in by browser i get
> the welcome page of PHPTriad so this looks good.
>
> Now i want to open a php file so i do this: C:\apache\htdocs\firstphp.php
>
> What happens next: Homesite opens and shows me the code:
>
> <?php
> echo "Hello World!";
> ?>
> and
> <?php
> print ("Hello World!");
> ?>
>
> If i want to open this in IE i also just see the code, does anyone know
> what
> i did wrong and why the php file is not loading properly? What did i miss?
> Thanks for responding.
> Jack.
>
>
>
Polaris Guest
-
Mr. Foo #3
Re: Php page does not load after installing PHPTriad?
"Polaris" <ask4polaris@hotmail.com> wrote in message
news:4156a687$0$44077$5fc3050@dreader2.news.tiscal i.nl...> Just a guess, did you install php itself ?
>
> "Jack" <no@mail.com> schreef in bericht
> news:cj61fj$f05$1@news3.zwoll1.ov.home.nl...>>> Hi there,
>>
>> I just installed PHPTriad all went good. I started Apache and MySql
>> services.
>>
>> If i do [url]http://127.0.0.1[/url]. (same as: C:\apache\htdocs) in by browser i get
>> the welcome page of PHPTriad so this looks good.
>>
>> Now i want to open a php file so i do this: C:\apache\htdocs\firstphp.php
>>
>> What happens next: Homesite opens and shows me the code:
>>
>> <?php
>> echo "Hello World!";
>> ?>
>> and
>> <?php
>> print ("Hello World!");
>> ?>
>>
>> If i want to open this in IE i also just see the code, does anyone know
>> what
>> i did wrong and why the php file is not loading properly? What did i
>> miss?
>> Thanks for responding.
>> Jack.
>>
>>
>>
>
Type [url]http://127.0.0.1/firstphp.php[/url] not C:\apache\htdocs\firstphp.php
make sure apache is on with phptraid once in awhile I need to restart apache
from some reason to get it running again.
Mr. Foo Guest
-
Jack #4
Re: Php page does not load after installing PHPTriad?
"Jack" <no@mail.com> wrote in message
news:cj61fj$f05$1@news3.zwoll1.ov.home.nl...what> Hi there,
>
> I just installed PHPTriad all went good. I started Apache and MySql
> services.
>
> If i do [url]http://127.0.0.1[/url]. (same as: C:\apache\htdocs) in by browser i get
> the welcome page of PHPTriad so this looks good.
>
> Now i want to open a php file so i do this: C:\apache\htdocs\firstphp.php
>
> What happens next: Homesite opens and shows me the code:
>
> <?php
> echo "Hello World!";
> ?>
> and
> <?php
> print ("Hello World!");
> ?>
>
> If i want to open this in IE i also just see the code, does anyone know> i did wrong and why the php file is not loading properly? What did i miss?
> Thanks for responding.
> Jack.
>
Thanks all thats it, i got it working now :-)
Jack Guest
-
Manfred Leikermoser #5
Re: Php page does not load after installing PHPTriad?
Hi Jack,
try this:
[url]http://localhost/firstphp.php[/url]
with apache running!
greets
Manfred
"Jack" <no@mail.com> wrote in message
news:cj61fj$f05$1@news3.zwoll1.ov.home.nl...> Hi there,
>
> I just installed PHPTriad all went good. I started Apache and MySql
> services.
>
> If i do [url]http://127.0.0.1[/url]. (same as: C:\apache\htdocs) in by browser i get
> the welcome page of PHPTriad so this looks good.
>
> Now i want to open a php file so i do this: C:\apache\htdocs\firstphp.php
>
> What happens next: Homesite opens and shows me the code:
>
> <?php
> echo "Hello World!";
> ?>
> and
> <?php
> print ("Hello World!");
> ?>
>
> If i want to open this in IE i also just see the code, does anyone know
> what
> i did wrong and why the php file is not loading properly? What did i miss?
> Thanks for responding.
> Jack.
>
>
>
Manfred Leikermoser Guest



Reply With Quote

