Hi,
I am displaying list of jobs that are posted by admin from mysql db.
In that Table I used requisition_id (job id) , and the datatype is varchar(255), if we click
the job id , it will show the description .
My problem is, if it more than one digit, it showing nothing. If it is in one digit, it will show the particular job description.How to do?

Recommended Answers

All 4 Replies

How are you displaying these records? Are you using a web application?

Yes , in PHP , HTML5 I am displaying these records.

Maybe providing some relevant code will help.

Inspect the HTML element, from your browser, that contains the job id and see if it matches the one from the database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.