The majority of forums are now only available as archives, which means posting/editing is disabled.
The Anything and Everything forum is still open.
The Anything and Everything forum is still open.
Loss of <title> information
|
|||
|
Rank: ? (6)
Member #: 27729 |
Following on from my previous topic, whenever I have php code above the opening <html> tag, the title text no longer shows on the web page. It is typed in, but when I load my page I get Untitled Document.
I think this may be something to do with the php headers. Is there a way to add a page title with php? |
||
|
|||
|
|||
|
Rank: ? (4827)
Member #: 3416 |
it shouldn't make a difference unless your php code has some sort of output that's messing up the html. can you either post your code or a link to a page that has the problem?
my mind is like a steel trap! it only hangs on to the big stuff. visit my forums at track7.org
|
||
|
|||
|
|||
|
Rank: ? (6)
Member #: 27729 |
Code:
The "Southern Cross Airlines" text does not show, my other pages with the same problem use the same script above the <html> tag. |
||
|
|||
|
|||
|
Rank: ? (900)
Member #: 3 |
If you're using the same db_connect script as indicated in your previous thread:
http://www.free2code.net/plugins/forums/view.php?f=4&p=48638&os=0#48649 then the HTML in that is your problem. You only need that PHP code to connect to the database in your db_connect script; scrap the rest. » Post edited 2006-06-07, 02:53pm by bs0d.
--bs0d | allsyntax.com
|
||
|
|||
|
|||
|
Rank: ? (6)
Member #: 27729 |
It's always the simple things
|
||
|
Please login or register to post a reply.
