Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4025370
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:50:18+00:00 2026-05-20T10:50:18+00:00

<?php $sql1= mysql_query(SELCT * FROM adds ORDER BY adds_id DESC ); while($row=mysql_fetch_array($sql1)){?> <tr> <td

  • 0
<?php
$sql1= mysql_query("SELCT * FROM adds ORDER BY adds_id DESC ");
while($row=mysql_fetch_array($sql1)){?> 
    <tr>
        <td width="134" valign="top" style="padding-left:10px;">
              <?php echo $row['image_name'];?>
        </td> 

when I use this code I able to display a single image, but I want to display an image with refresh, means when user refresh – a new image will display.

Can this will be happen with rand() or need to any JavaScript

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:50:19+00:00Added an answer on May 20, 2026 at 10:50 am

    TRY

    <?php
    $sql1= mysql_query("SELCT * FROM adds ORDER BY RAND() LIMIT 1");
    while($row=mysql_fetch_array($sql1)){?> 
        <tr>
            <td width="134" valign="top" style="padding-left:10px;">
            <?php if(!empty($row['image_name']))  { ?>
               <img src="images/thumbs/thumb_<?php echo $row['image_name'];?>" />
            <?php } else { 
               echo "text wahatever";
             ?>
            </td>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

$sql=Select A.a,B.b,b,C.c from A,B,C group by A.a, B.b,C.c order by A.oder_nr,A.a $row_Sql= mysql_query($sql,$db) or
PHP Code <?php $content = check1\r\ncheck2\r\ncheck3\r\nend... $order = array(\r\n); $replace = \n; $content= str_replace(
php gives the ability to send arrays from the _GET. example: test.php?var1=abc&arr[0]=1&arr[3]=test will output:
php newbie here..I need some PHP help ideas/examples on how to import data from
PHP: $SQL = SELECT goodies FROM stash WHERE secret=' . str_replace(','',$_POST['secret']) . '; Could
PHP Version: 5.3.3 I'm using the SOAP extension to pull data from a web
PHP's md5(123123) gives me a correct value of 4297f44b13955235245b2497399d7a93, while mysql's select md5(123123); gives
PHP has a great function called htmlspecialcharacters() where you pass it a string and
PHP's explode function returns an array of strings split on some provided substring. It
PHP, as we all know is very loosely typed. The language does not require

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.