PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Donovan
Client


Joined: Oct 07, 2003
Posts: 675
Location: Ohio

PostPosted: Tue Jan 08, 2008 1:23 pm Reply with quote Back to top

I have a SELECT statement looking for any match in last name.

Code:
$sql = $db->sql_query("SELECT * FROM ".$prefix."_tl_students WHERE Name_Last LIKE '%$Scantron_Name_Last%'");


The record in the imported scantron may be

MCGREGOR

Problem is if a Students last name in the student table has a space in it I don't get a match.

For example in the student table:

Mc Gregor

how could I edit my code to take this into account?

The student table will eventually be university wide and I won't be able to edit it in the future. I will need to change how I look at the imported scantron data. I assume the software they use when the send these cards thru a card reader does not take into account any whitespace on the scantron. They treat it all as one word, or name.
View user's profile Send private message Visit poster's website ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 14928
Location: Kansas

PostPosted: Wed Jan 09, 2008 6:31 am Reply with quote Back to top

You could try
WHERE REPLACE(Name_Last,' ','') LIKE '%$Scantron_Name_Last%'")

Or in the event you run up against other data issues
you could try
WHERE SOUNDEX(Name_Last) LIKE '%$Scantron_Name_Last%'");
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Donovan
Client


Joined: Oct 07, 2003
Posts: 675
Location: Ohio

PostPosted: Wed Jan 09, 2008 1:40 pm Reply with quote Back to top

Thanks
View user's profile Send private message Visit poster's website ICQ Number
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum