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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:43:02+00:00 2026-06-01T13:43:02+00:00

I want to prevent users from commenting on deleted threads. I’ve set a variable

  • 0

I want to prevent users from commenting on deleted threads.
I’ve set a variable (let’s call it ‘tnum’) to identify the original thread and its comments, so I can display them in a same web page.
When I delete a thread, the original thread and all comments get deleted at once
(delete from ~ where tnum is ~)

So I think I can prevent comment submission on deleted threads using that.

I want to put out an error message when there is no row in table with certain tnum value.

if( 'some code' ) {

error("There is no data for the thread.");

}

Could someone help me with this?

Thanks.

  • 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-01T13:43:03+00:00Added an answer on June 1, 2026 at 1:43 pm

    You can use COUNT() in MySQL to get the number of rows that match your criteria. So something like this

    $db = new PDO( /* connection details */ );
    $sth = $db->prepare( 'SELECT COUNT(*) AS numRows FROM `table` WHERE tnum = :tnum' );
    $sth->execute( array( 'tnum' => $tnum ) );
    $result = $sth->fetchAll();
    if( $result['numRows'] == 0 ) {
        error("There is no data for the thread.");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want a permission that will prevent people from logging in. (So, all users
I want to be able to prevent users from uploading low quality images to
I want to prevent users from running my cron job manually. Apart from using
We want to prevent other users from editing other users profile, still allowing a
I want to prevent users from shut down or restart the system. my application
I'm developing a canvas application for facebook and I want to prevent users from
I want to prevent normal users from scheduling a report. Only administrator will have
I want to prevent users from accessing my robots.txt file but I still want
I want to prevent users from using webcam emulators, I have done that in
I want to prevent users from signing up with a password = login for

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.