Problems with cycles and strings

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
marengop
Forum Newbie
Posts: 2
Joined: Tue May 28, 2002 3:39 am

Problems with cycles and strings

Post by marengop »

I have a page that doesn't work properly. If I have a for statement with few items (not more than 1 hundred records) the page show all correctly. If I have more string records with about 100 char each, it stops showing results.

It's a php or a apache bug?
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Neither. Probably a logic error.
marengop
Forum Newbie
Posts: 2
Joined: Tue May 28, 2002 3:39 am

logic error?

Post by marengop »

Logic error? What kind of?
The code is correct.. which kind of logic error do you think at?
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

I wouldn't know until I see it.
Post Reply