trying to link php in html/asp

  • Thread starter Thread starter bog777
  • Start date Start date
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
 
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
 
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
 
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

Similar Threads

HTML & PHP 3
PHP and Front Page 2003 1
Edit php pages in FP 2003? 7
Access, ASP and PHP, MySQL confussion 6
How to change parameters to PHP call 2
PHP files 4
ASP v php 2
Navigation .gif not visible in .php file 14

Back
Top