Jump to content

[SOLVED] Check value exists in a database


dont_be_hasty

Recommended Posts

Hi,

 

So im creating a webpage using html, php and mysql.

 

I have a form consisting of text boxes in which the user can enter values.

So the user enters a value into the text box, and using php and mysql, the database display info relating this value.

 

Example table:

Table1(id, name, address, email, age).

 

So say the user enters there name, it will display their address, email and age. But say the name doesnt exist in the database table, how do i display an message to say that it doesnt exist.

 

Ive got it so that it will display a message if the text box is not filled in, but not sure how to go about displaying a message if the value does not exist.

 

 

Thanks :)

Link to comment
https://forums.phpfreaks.com/topic/154506-solved-check-value-exists-in-a-database/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.