Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 03-24-2005, 08:25 PM Empty image Fields
Junior Talker

Posts: 1
Trades: 0
i have a mysql database with 2 picture columns
some entrys will only have one picture
when i display the data with php i would like to hide
the fields that have no picture so i dont have a
big red X
xthunderx is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-27-2005, 07:17 PM
Experienced Talker

Posts: 36
Trades: 0
You should re-read your PHP book / tutorial. Here's a direct help page to your problem though to get you started.
tress is offline
Reply With Quote
View Public Profile
 
Old 03-28-2005, 07:32 AM
0beron's Avatar
Defies a Status

Posts: 1,832
Location: Somewhere else entirely
Trades: 0
You can do it with a simple if statement:

roughly like so:

PHP Code:

echo $rest_of_entry;
if(
$first_picture is in database) {
  echo 
"<img src = ....etc ";
}
if(
$second_picture is in database) {
  echo 
"<img src = ....etc ";

__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';

Please login or register to view this content. Registration is FREE
(aka MSN handwriting for forums)
0beron is offline
Reply With Quote
View Public Profile Visit 0beron's homepage!
 
Reply     « Reply to Empty image Fields
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11016 seconds with 12 queries