index page query from PHP newbie
On my index.html page I wish to have a link called "Today's message" that
contains a bit of PHP to fetch the message of the day.
I have this working from a daughter test page which has the extension .php.
When I implement this link from my Home Page I want the Home Page to still
be named index.html
How would I implement my desired operation?
TIA
Brian Tozer
.
Relevant Pages
- Re: nested conditional that can identify parent page?
... Maybe if you post the code you're using (including that in the 'parent' and 'child' pages) it will be more clear. ... I am very new to PHP so it ... This resulted in another call to the server to fetch test/content.php. ... (comp.lang.php) - RE: [PHP] How to fetch .DOC or .DOCX file in php
... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... I dont know whow to remove "SPECIAL CHARACTERS" from this text ... ... (php.general) - Re: Help me sort my table
... extract data of Maximum 200 companies in one csv string. ... May be in a different .php ... In excel vba, to fetch more than 200, I can have a code like given ... Next iMax ... (php.general) - Re: [PHP] How to fetch .DOC or .DOCX file in php
... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... I am working on a set of php classes that will be able to read the text with the formatting included and convert it to a standard document format. ... (php.general) - Re: [PHP] How to fetch .DOC or .DOCX file in php
... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... I am working on a set of php classes that will be able to read the text with the formatting included and convert it to a standard document format. ... (php.general) |
|