trying to link php in html/asp

B

bog777

I'm designing a site in FP using html & asp and need to link my shopping
cart which is in php on the host. i've tried the <--#include
file="shop/index.php"--> which didn't work. what's the best way to
include that from a cell? i really don't like frames.

bob
 
S

Stefan B Rusynko

Does your host/server support PHP

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| I'm designing a site in FP using html & asp and need to link my shopping
| cart which is in php on the host. i've tried the <--#include
| file="shop/index.php"--> which didn't work. what's the best way to
| include that from a cell? i really don't like frames.
|
| bob
 
B

bog777

Stefan B Rusynko:
Does your host/server support PHP

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


Yes the server supports PHP because the shopping cart is PHP. I guess
what I'm trying to say is what I'm trying to do is insert an absolute
URL inside the cell on the webpage. On my main home page I have a link
to products and I want to open up the shop in a cell on the products
page
 
T

Thomas A. Rowe

You need to link directly to the PHP page in a new window or insert the PHP page into a IFrame
within a .htm or .ASP page.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


bog777 said:
Stefan B Rusynko:
Does your host/server support PHP

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


Yes the server supports PHP because the shopping cart is PHP. I guess
what I'm trying to say is what I'm trying to do is insert an absolute
URL inside the cell on the webpage. On my main home page I have a link
to products and I want to open up the shop in a cell on the products
page
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top