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
Ranked #3K
~394 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Stefano Mtangoo

If you used an INT(11) data type I belive the max ID would be 4,294,967,295 which would be about the total online community of the entire planet, so a very large user base :-) I think you'll hit other server side issue long before you hit the ID limit, i.e …

Member Avatar for Stefano Mtangoo
-1
144
Member Avatar for LaurenceJ61

Hi, I'm trying to confirm a Delete action that will remove data from a database. The code is pure php, no jscript etc as I want everything to be server side. My php file shows a form with the current data found for a venue with 1 or more 'rooms' …

Member Avatar for codejoust
0
141
Member Avatar for ayesha789

You need to add an 'AND' clause to your where statement.. [CODE]$r=mysql_query("SELECT * FROM lease_south WHERE current_date() >= (LAPeriodEnd - INTERVAL 90 DAY) AND current_date() < LAPeriodEnd");[/CODE] hope this helps.

Member Avatar for ayesha789
0
96

The End.