Hi guys,
I'm trying to display dynamic page titles depending on what picture a person is viewing.
I've got a header.inc file which prints the title if defined and then something else if its...
Type: Posts; User: jmh1988; Keyword(s):
Hi guys,
I'm trying to display dynamic page titles depending on what picture a person is viewing.
I've got a header.inc file which prints the title if defined and then something else if its...
I apologize, maybe i should be more clear about what I have here..
I have a file called header.inc in which the <title> tages are located.
I have index.php (which includes header.inc)
Finally...
So if this:
<%
Dim title
title = "Page Title Goes Here" 'Here goes the value of the title variable
Response.write("The value of title is " & title & " <br />"); 'Here you write it
%>
...
OK thanks guys...I'm trying to edit a script that im using in my photogallery...
is there away i can replace:
<?PHP
define ('TITLE', 'Page Title Goes Here');
?>
with something else in asp...
Hi,
I've got the following php code:
<?PHP
define ('TITLE', 'Page Title Goes Here');
?>
I want to know what I need to do to have this:
Hello,
I have a photo gallery site and the script im using displays the pages as follows:
http://www.domain.com/index.php?display=Album%20Name%2Fphoto_name.jpg
I heard this isnt as effective...