Jump to content

mysql_query function help.


iStriide

Recommended Posts

Hi There,

 

Maybe I can be some sort of assistance to you here. MySQL offers a variety of tools within its query segments in order to provide you different ways of pulling out a certain set of results, its truly a language of its own once you get down to it.

 

Here's a prime example of what I mean related to your question:

 

mysql_query("SELECT * FROM `users` WHERE `user_id` > 1 AND `user_id` < 100");

 

Hi There,

 

Maybe I can be some sort of assistance to you here. MySQL offers a variety of tools within its query segments in order to provide you different ways of pulling out a certain set of results, its truly a language of its own once you get down to it.

 

Here's a prime example of what I mean related to your question:

 

mysql_query("SELECT * FROM `users` WHERE `user_id` > 1 AND `user_id` < 100");

 

You help me once again.  :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.