Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old September 25th, 2003, 07:14 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
MySQL - if ???

Hi.
I have used this clause(?):
<code>
$query = "SELECT * from $table WHERE name='$name'";
mysql_query($query);
// check to see if there are any entries under that name
</code>
now I am using an 'if' statment, however I do not know the right thing to write.
<code>
if (I_NEED_TO_PUT-RECIEVED_RESULST_OR_SOMTHING != 0) {
echo "Name already chosen - please try again.";
}

else {
$query = "INSERT INTO...
</code>
e.t.c.
I am not sure what to put in the 'if' statement.
Please help
Thanks!

Reply With Quote
  #2  
Old September 25th, 2003, 08:27 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: MySQL - if ???

Use this:

php Code:
Original - php Code
  1.  
  2. $query = "SELECT * from $table WHERE name='$name'";
  3. $result = mysql_query($query);
  4. $num_rows = mysql_num_rows($result);
  5. if ($num_rows > 0) { echo "Name already chosen."; }
  6.    else { your insert query }

Reply With Quote
  #3  
Old September 26th, 2003, 07:12 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: MySQL - if ???

cheers!

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > MySQL - if ???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT