Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
SWEK #1
Calling php in html
Having problems calling a php file into and html
I have written the code into a file called date.php
I can access date.php and it looks fine but how do i call it in an html file?
SWEK Guest
-
Calling flash functions from loaded HTML
Hello, I loaded an html file into a flash movie. Is it possibile to use standard href's to invoke flash functions from within the loaded html?... -
calling external php file before <html> tag
hi all, just wondering if it is possible to call a function that resides on external php file before any <html> tag?? i have a code that sets a... -
How to use HTML::Parser to remove HTML tags and print result
I am trying to use HTML::Parser to parse an HTML file, remove all HTML tags (including comments, etc.), replace all ENTITIES (e.g. &), and put... -
Calling a function in codebehind from the html side of the aspx?
I read from some book that you can actually on any tag in the html page put a onClick or something and assign it with the sub/function name that is... -
Calling a html page from an asp page then returning to the next statement on the original asp page
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are... -
rob::db #2
Re: Calling php in html
You don't. You integrate the PHP into the HTML using <?php ... ?> tags.
SWEK wrote:> Having problems calling a php file into and html
>
> I have written the code into a file called date.php
> I can access date.php and it looks fine but how do i call it in an
> html file?
rob::db Guest
-
delaneypub #3
Re: Calling php in html
The web page you "include" the PHP code into must also have a file extension of .php. If you have not changed the name of the file then the web server will not parse the php code.
delaneypub Guest



Reply With Quote

