SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: query
-
Jun 10, 2001, 11:55 #1
query
here's what i have currently
PHP Code:$result = mysql_query("select cheat_name, cheat_id, cheat_text, cheat_cat from cheats_pc");
-
Jun 10, 2001, 11:59 #2
- Join Date
- Jun 2001
- Location
- Newcastle, England
- Posts
- 268
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Code:select cheat_name, cheat_id, cheat_text, cheat_cat from cheats_pc where cheat_name like 'a%' order by cheat_name asc
-
Jun 10, 2001, 12:06 #3
yup that worked. thank you!
-
Jun 10, 2001, 12:09 #4
- Join Date
- Jun 2001
- Location
- Newcastle, England
- Posts
- 268
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
No problem
Bookmarks