|
-
Jul 5th, 2002, 07:56 PM
#1
Thread Starter
Fanatic Member
sorting
how can I make it so only data with first letter "a" be displayed?
-
Jul 5th, 2002, 08:23 PM
#2
Fanatic Member
mysql_query("select * from tableName where fieldName LIKE 'a%'");
-
Jul 5th, 2002, 08:26 PM
#3
Thread Starter
Fanatic Member
-
Jul 5th, 2002, 08:27 PM
#4
Fanatic Member
begins with a anything can follow
-
Jul 5th, 2002, 08:35 PM
#5
Thread Starter
Fanatic Member
cool thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|