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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:50:13+00:00 2026-06-17T07:50:13+00:00

Please I have a field in my data base with a type text ,

  • 0

Please I have a field in my data base with a type text, but that could contains some integer value.

When I select data from this field I should distinct if is an integer or text (Just to handle mysql operation like < or >) So I’ve tried :

$clause = "";
if(is_int($_GET['f']))
   $clause = " AND myValue < ".$_GET['f']."  ";
else
   $clause = " AND myValue = '".$_GET['f']."'  ";

$ds->query("SELECT * FROM myTable WHERE id = 1 ".$clause);

please note the quote in case it wasn’t an integer.

But this doesn’t work and it’s normal I think because the field has a type text.

Please have you any solution for this problem. Thanks in advance !

  • 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-17T07:50:15+00:00Added an answer on June 17, 2026 at 7:50 am

    A text type column always treats its values as text (a string), so regardless of what value is stored, you need to enclose it in '. MySQL can compare a number as a string.

    Also, is_int is not suitable for checking $_GET values, as they are considered strings. Use is_numeric instead.

    But notice the comments to your question, a redesign is more suitable if you need to store integers and/or strings separately in your database.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table which has field with data type as DATETIME. I persist
I have a database table with date field whose data type is also date
Please have a look at this form that I am trying to design with
Please have a look at this demo page that I cooked up a while
I have an add form that allows me to add the specific field into
I have a SQLite database that is displayed in a data grid view in
I know this type of question has been asked before, but I could not
I have following database schema for tabel tblpers Field Type Null Key Default Extra
I have a problem when i try to create new model field type -
I have a form which has a search feature - a single text field

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.