|
Posted by Axel on 03/22/06 15:28
Thomas Maier-Komor wrote:
> Jonathan N. Little wrote:
>> Neredbojias wrote:
>>> With neither quill nor qualm, Thomas Maier-Komor quothed:
>>>
>>>>> My point was that is not how you should do file includes, Do you have a
>>>>> URL?
>>>>>
>>>> yes, www.maier-komor.de.
>>>>
>>>> As I said, it works great on Firefox, but unfortunately IE fails to
>>>> handle the links in the navigation area.
>>> You have no closing object tag - </object>.
>>>
>> Yep, validation can help here:
>>
>> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.maier-komor.de%2F&charset=%28detect+automatically%29&doctype=Inline&verbose=1
>>
>> Result for http://www.maier-komor.de/ - W3C Markup Validator
>>
>>
>> You're on an Apache webserver, you must have PHP. This object include is
>> just so the 'wrong way' to do this....
>>
>> index.php:
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>> "http://www.w3.org/TR/html4/strict.dtd">
>> <html>
>> <head>
>> <title>Welcome to maier-komor.de</title>
>> <link rel="stylesheet" type="text/css" href="default.css">
>> </head>
>> <body>
>> <div id="toc">
>> <?php include_once('toc.html');?>
>> </div>
>>
>> <div id="body">
>>
>> <h1>Welcome to maier-komor.de</h1>
>> This is the web site of Thomas Maier-Komor.
>> <br>
>> <hr><address><a href="mailto:thomas@maier-komor.de">Thomas
>> Maier-Komor</a></address>
>> </div>
>> </body>
>> </html>
>>
>>
>
> I tested PHP before, but I am not allowed to use it. Your sample
> (test.html and test.php) on my server just does not include the
> requested file.
>
> My provider disables PHP and SIS explicitly for me, because I don't pay
> enough ;-) So I will probably have to invest the additional ~60EUR/year
> to get PHP or SIS or switch to another provider.
>
> Does anybody know a decent German provider that overs either SIS or PHP
> at < 30EUR/year?
http://shells24.com/de/hostingdetails.htm
Axel
Navigation:
[Reply to this message]
|