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

  • Home
  • SEARCH
  • 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 8969447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:35:32+00:00 2026-06-15T17:35:32+00:00

I have been checking this code for ages trying to find the cause of

  • 0

I have been checking this code for ages trying to find the cause of this error. It is saying unexpected T_ELSE and it is pointing to the last else in the code. Can someone point out my mistake. many thanks

<?php

    error_reporting(E_ALL);

// AFTER SUCCESSFUL QUERY
if (mysql_num_rows() == 0)
{
    echo '<div class="no-rec">No Record Found !</div>';
}
else
{
    while ($row = mysql_fetch_assoc($rsd))
    {
        $ticket  = $row['ticket_frm'];
        $rowdate = date("d/m/Y",strtotime($row['date_frm']));
        $id      = $row['id_frm'];
        $from    = $row['from_frm'];
        $subject = $row['subject_frm'];
        $message = $row['message_frm'];

        $myString = <<<ENDMYSTRING
          <div class="each_rec">
          <div class="record blue" data-message="$message" data-subject="$subject" data-rowdate="$rowdate" data-from="$from">
          <img src="images/sml_new_mail_icon.gif" class="mailIcon" alt="" /><span class="iconSubject">$subject</span>
          <div class="rowdate">$rowdate</div>
          <span class="mailFrom">$from</span>
          </div>
          <br />
ENDMYSTRING;
          echo $myString;
    }
}

else

{

  echo 'you must enter a ticket#';

    //$sql = "select * from contact_frm";
    //var_dump(mysql_error());
}
?>
  • 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-06-15T17:35:33+00:00Added an answer on June 15, 2026 at 5:35 pm
    if (mysql_num_rows() == 0) {
    
    } else {
        ^ maybe here you could put elseif()
    } else {
       // or just remove this else
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been told that this is a useful means of checking code but
I have been using this code to parse xml till now. Its was working
I have been trying to figure out the best practices to write test-friendly code,
I think I have been staring at this code too long and I am
I'm on a Linux Ubuntu 12.04 system. I have been using this code to
I have been trying various implementations to make this work, and have searched StackOverflow
I have been checking around the PayPal API and got this, a webView displaying
I have been checking out some of the possible timers lately, and System.Threading.Timer and
Have been trying to encrypt an xml file to a string so that I
Have been working on this question for a couple hours and have come close

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.