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 6143621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:32:47+00:00 2026-05-23T18:32:47+00:00

(Working on a guestbook type page.) All entries are displayed properly with their unique

  • 0

(Working on a guestbook type page.) All entries are displayed properly with their unique names/emails/comments, however the date marked on each entry outputted has the same exact date… the date of the latest entry. I’ve checked the database and the entries definitely have differing dates.

Code:

$get_query = "select Name, Email, Comment, Date from entries ORDER by Id DESC;";

                $get_rs = mysql_query($get_query);


                // While there are still results
                while($get_row = mysql_fetch_array($get_rs)) {

                    $name = stripslashes($get_row["Name"]);
                    $email = stripslashes($get_row["Email"]);
                    $comment = stripslashes($get_row["Comment"]);
                    $date2 = date('D, M j, Y', strtotime($get_row['date']));
                    $tableOpen ="<table align=\"center\"><th>$name</th><tr><td>";
                    $tableClose = "</td></tr></table>";
                    $gb_str2 .= $tableOpen;
                    if(!empty($name)) {
                        // If name exists and email exists, link name to email
                        if(!empty($email)) {
                            $name="by <a href=\"mailto:$email\">$name</a>";
                        }
                        else {

                            $name="";
                        }
                    // Else make name blank 
                    } else {
                        $name = "";
                    }

                    // Append to string we'll print later on
                    $gb_str2 .= "<br/>$comment<hr><font size=1>posted on $date2 $name".$tableClose."</font><br>";


                }
                echo $gb_str2;

For instance, every single post is recorded with “posted on Mon, Jul 11, 2011” today, although there were many posts entered on other dates.

  • 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-23T18:32:48+00:00Added an answer on May 23, 2026 at 6:32 pm

    It is a case-sensitive issue.
    In your select you have Date but in $get_row you have date.
    Change it to:

    $date2 = date('D, M j, Y', strtotime($get_row['Date']));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working on writing a custom property Handler for our custom file type in windows
I have a dynamic web page and want to implement dynamic guestbook into DIV
I have a working php guestbook script. It's only 1 file. I tried to
Working with MVC 2 ad with the help of some friends I thought all
Working on a somewhat complex page for configuring customers at work. The setup is
Working in iOS 5 I have read a list of file names from my
Got the guestbook working alright. New messages are building up nicely. Now, only the
Working in C#, I need to find all local peaks in a List of
Working on THIS Page: newsite.702wedding.com/live/ Can't find where to remove the arrows at the
Working on a small game using an HTML5 canvas, and javascript. And it's working

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.