Re: Name of page itself? [message #177241 is a reply to message #177235] |
Thu, 01 March 2012 14:04 |
Scott Johnson
Messages: 196 Registered: January 2012
Karma:
|
Senior Member |
|
|
On 3/1/2012 4:57 AM, The Natural Philosopher wrote:
> Tim Streater wrote:
>> In article
>> <f244fbdd-78f1-48b4-a578-635b97e4dbde(at)gr6g2000vbb(dot)googlegroups(dot)com>,
>> Captain Paralytic <paul_lautman(at)yahoo(dot)com> wrote:
>>
>>> On Feb 28, 9:58 am, Sonnich Jensen <sonnichjen...@gmail.com> wrote:
>>
>>>> I have not worked with PHP for 2+ years, now again and need to refill
>>>> my brain...
>>>>
>>>> How can I get the name of the main page?
>>>>
>>>> Say, index.php includes menu.php, how do I get the name of the main
>>>> page, in this case index.php?
>>>> Next say page1.php, page2.php etc?
>>
>>> A php file is NOT the same as a web page. A single php file may have
>>> the ability to generate more than one page. Alternatively many php
>>> files may be used to generate 1 page.
>>
>> Or it might generate no pages at all. None of mine do.
>>
>
> Fabulous. Write only memory in the computer as well?
> Talking of the wrong tool for the job, I once heard of a man trying to
> build a battleship out of papier mache.
>
>
>
>
Hmmm.
Seems sort of a shortsighted comment.
What would you use for doing something for example as simple as MySQL DB
maintenance from a cron job?
But also I would have to say if you are using PHP, then the display page
would indeed have php code on it (even as simple as a single line
include/require) in which case pulling the page name is going to be the
same.
And if the battleship is only a display model on a small shelf then
paper mache seems feasible.
|
|
|