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 08-12-2007, 03:41 PM help with a pic
Experienced Talker

Posts: 37
Trades: 0
hi i wanna to inser a pic in my index.php cuz i want the pic to show up when the site load.


echo "<br>";
echo ("Welcome to Clan " . $clan . "! If you are interested in joining, check out our \"How to Join\" page.");

I WANNA PUT IT IN HERE between this to code, this is the url of the pic:http://i61.photobucket.com/albums/h4.../suzerged7.jpg
CAN ANY1 HELP ME PLS????

$result = @mysql_query("SELECT hits, visitors FROM status");
$row = mysql_fetch_array($result);

$get_hits = @mysql_query("SELECT COUNT(*) FROM od_unique_hits");
$total_hits = mysql_fetch_array($get_hits);
$total_hits = $total_hits[0];



Thank you for the help
vanhell06 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-12-2007, 04:47 PM Re: help with a pic
Average Talker

Posts: 22
Trades: 0
PHP Code:
<?php
echo "<br>";
    echo (
"Welcome to Clan " $clan "!  If you are interested in joining, check out our \"How to Join\" page.");
     
?> 

<img src="http://i61.photobucket.com/albums/h4.../suzerged7.jpg" />

<?php
    $result 
= @mysql_query("SELECT hits, visitors FROM status");
    
$row mysql_fetch_array($result);

    
$get_hits    = @mysql_query("SELECT COUNT(*) FROM od_unique_hits");
    
$total_hits  mysql_fetch_array($get_hits);
    
$total_hits  $total_hits[0];
?>
__________________

Please login or register to view this content. Registration is FREE

web apps, video tutorials, resources
deltawing1 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to help with a pic
 

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.09720 seconds with 12 queries