Webmaster Help Click here to get Google ads FREE
|
Welcome, Guest. Please login or register.
Did you miss your activation email?
Jan 06, 2009, 02:33:20 AM

Login with username, password and session length

I cannot give you the formula for success, but I can give you the formula for failure--which is: Try to please everybody.


- Herbert Bayard Swope

Welcome Guest - Register or Login Now to remove these advertisments


Registration is completely free and only takes a few minutes to signup !

|-   Entrepreneur Forum > Webmasters - Discuss Making Money Online > Website Design and Maintenance > Database
+   MYSQL wildcards not working ??
0 Members and 1 Guest are viewing this topic.
Pages: [1] Reply to Thread
Author Topic: MYSQL wildcards not working ??  (Read 347 times)
OnlineGalaxian
Senior Member
Galaxian is on a distinguished road
Joined: Oct 2007
Posts: 238


Avatar of Galaxian

The internet is my playground.

View Galaxian\s Profile
Gender: MaleAries United States
notepad Nov 24, 2007, 11:52:21 PM #1

Hello,

Any thoughts on this would be appreciated.

Trying to return records using a wildcard. I thought this would return matches for 10, 11, 12 etc., but it doesn't.

mysql_query("SELECT * FROM table_name WHERE column1 = '1*' " )

Thanks

Latest Blog Post : The Advantages of Water-Powered Car Technology

Got an eye for The Best Cars like a sizzling Ferrari sports car or the luxury of BMW?
Online~Dave~
Administrator
~Dave~ is a jewel in the rough~Dave~ is a jewel in the rough~Dave~ is a jewel in the rough~Dave~ is a jewel in the rough
Joined: Jan 2006
Posts: 6186


Avatar of code4gol

Building a Foundation

View ~Dave~\s ProfileWWW
Gender: MaleGemini United States
notepad Nov 26, 2007, 01:26:41 PM #2
First, you have to use the "LIKE" statement instead of the "=" when using wildcards, and second, the wildcard character is % not *


ie : mysql_query("SELECT * FROM table_name WHERE column1 LIKE '1%' " )



Latest Blog Post : Social Media Optimization for Social Media Marketing

Pages: [1] Reply to Thread


Code4Gold Affiliate Entrepreneur Moneymaker Forum © 2006-2008 Resdaz Media LLC - All Rights Reserved

Forum Software Powered by SMF - © 2001-2008, Lewis Media. All Rights Reserved.