Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Coding Talk
>
PHP Forum
>
Image display only on first page
Link Back
Thread Tools
Image display only on first page
04-17-2007, 10:05 AM
#
1
(
permalink
)
Image display only on first page
dannyd
Junior Talker
Posts: 1
Talkupation:
Is there a way in PHP to limit an image to only be displayed on the home page(index.php).
When You
Register
, These Ads Go Away!
04-17-2007, 10:39 AM
#
2
(
permalink
)
Re: Image display only on first page
tripy
Fetchez la vache!
Latest Blog Post:
Python is great, but why do python frameworks suck...
Posts: 1,924
Name: Thierry
Location: In the void
Talkupation:
Simple, put a variable in the session, or a cookie on the user's browser to indicate if this is the first view of the page or not.
__________________
Listen to the ducky: "This is awesome
!!!
"
04-17-2007, 07:33 PM
#
3
(
permalink
)
Re: Image display only on first page
ryogo
Average Talker
Posts: 25
Talkupation:
Um, well if you're using header/footer files and you don't want to make an exception for index.php, you could just add:
Code:
<?php if ($_SERVER['REQUEST_URI'] == '/index.php') echo '<img src="index-image.jpg" />'; ?>
Last edited by ryogo : 04-17-2007 at
07:34 PM
.
« Reply to
Image display only on first page
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Coding Talk
>
PHP Forum
>
Image display only on first page
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
Web Templates
|
Text Link Brokers
|
Stock Photos
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
Page generated in
0.10963
seconds with
13
queries