Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~63 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for jenmay92683

I have the following query [CODE]SELECT * from PHOTOS WHERE Subject = '$Subject' AND Location = '$Location' ORDER BY Number[/CODE] It results in the following output 1, 10, 11, 12, 13, 14, 15, 2, 3, 4, 5, 6, 7, 8, 9 How does PHP/MySql think 10 is lower than 2?? …

Member Avatar for jenmay92683
0
63