<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:More than 1 feature site listing horizontally? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:More than 1 feature site listing horizontally?
#1654
webking (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
More than 1 feature site listing horizontally? 11 Months, 2 Weeks ago Karma: 0  
Hi,

Ok so what I've done to the feature site area is that I stripped everything except for the site pic and its title. Now I am wondering how we could allow more than 1 feature sites lying horizontally?

// random.php

Code:

if (file_exists("/sitepic/$SiteID.jpg")){ print "...<img border=0 src=./sitepic/$SiteID.jpg>"; } else { print "<a target=_new href=./out.php?ID=$get_sites[0]><img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=". $get_sites[2] ."></a> <br>" . strtoupper($get_sites[1]) . "<img src=./images/flags/$get_sites[9]>"; }
How come this code below doesn't show the image of the site, I am wondering
Code:

if (file_exists("/sitepic/$SiteID.jpg")){ print "...<img border=0 src=./sitepic/$SiteID.jpg>";
 
Report to moderator   Logged Logged  
 
Last Edit: 2011/06/04 14:36 By webking.
  The administrator has disabled public write access.
#1655
Dewed (Admin)
Admin
Posts: 605
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:More than 1 feature site listing horizontally? 11 Months, 2 Weeks ago Karma: 9  
try

Code:

if (file_exists("./sitepic/".$SiteID.".jpg")){
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008