Can someone HELP me?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Can someone HELP me?

Post by califdon »

As far as I know, the only limit would be the maximum size of an integer, which is dependent on the operating system, but is probably a 32-bit unsigned integer, which would be over 4 billion, or possibly a 16-bit unsigned integer, which would be 65,535.
woohoogf
Forum Newbie
Posts: 10
Joined: Thu Dec 02, 2010 7:41 pm

Re: Can someone HELP me?

Post by woohoogf »

So You think it surly will not make any problem if I use it for 10.000 rows yes?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Can someone HELP me?

Post by califdon »

Nothing to worry about. These functions are often used for rather large numbers.
woohoogf
Forum Newbie
Posts: 10
Joined: Thu Dec 02, 2010 7:41 pm

Re: Can someone HELP me?

Post by woohoogf »

Thank You so much. :)
I very appreciate Your help.
Post Reply