Using If And Else In Php To Find If A Name Is In A Database
Posted On Fri Dec 10, 2010 By koranmaloll In Wallpaper Scripts Forums And Topics About Programming Forums
how can i write a script in php to query a database to find out if the name is in the database?
hostman Fri Dec 10, 2010
the best way is to use a loop to go through all the elements in your array - try the do while loop, that's why i usually use when i try to run something like that. if you need more help let me know. i hope you figure it out.
koranmaloll Fri Dec 10, 2010
its something like this:
$qry = "SELECT name FROM UsersDb";
<?php
if(name=="andrew"){
echo 'i found it';
}else{
echo 'i did not find it';
}
?>
$qry = "SELECT name FROM UsersDb";
<?php
if(name=="andrew"){
echo 'i found it';
}else{
echo 'i did not find it';
}
?>
hostman Fri Dec 10, 2010
you're gonna have to give me more info than that
Related Content
Information
Forums »
Wallpaper Scripts Forums And Topics About Programming »
Using If And Else In Php To Find If A Name Is In A Database
Wallpaper Scripts Forums And Topics About Programming »
Using If And Else In Php To Find If A Name Is In A Database
Title: Using If And Else In Php To Find If A Name Is In A Database
Description: how can i write a script in php to query a database to find out if the name is in the database?
Tags: using ,if ,and ,else ,in ,php ,to ,find ,if ,a ,name ,is ,in ,a ,database
Info: This Post Has Been Viewed 0 Times Since
Date: Fri Dec 10, 2010
Author koranmaloll Received 3 Replies #1354
Date: Fri Dec 10, 2010
Author koranmaloll Received 3 Replies #1354
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
BBCODE:: 

BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5