RE: [PHP] Re: including a php file in an html doc

2002-08-12 Thread Alexander Ross
] Subject: [PHP] Re: including a php file in an html doc I still seem to be missing something. I guess the easiest thing for me to do is just show you my code. All I want is to be able to reference the $hotspots array from any .html page oon my site. I thought I could include hotspot.php

RE: [PHP] Re: including a php file in an html doc

2002-08-12 Thread Brian V Bonini
] Subject: [PHP] Re: including a php file in an html doc I still seem to be missing something. I guess the easiest thing for me to do is just show you my code. All I want is to be able to reference the $hotspots array from any .html page oon my site. I thought I could include hotspot.php

RE: [PHP] Re: including a php file in an html doc

2002-08-12 Thread vic
or .html - Vic -Original Message- From: Alexander Ross [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 9:50 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: including a php file in an html doc I still seem to be missing something. I guess the easiest thing for me to do is just show

RE: [PHP] Re: including a php file in an html doc

2002-08-12 Thread Paul Colcutt
you could make a Flash movie that just contains a text field and fills it with the output of your php page by using Flash's loadvariables() function [snip] So is there any way to accomplish what I want to using php without naming the files *.php?? [/snip] -- === Paul