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!
Supper Baby wrote:BTW: can you tell me what you try to say in your signature
How can I explain it better? Ok, I'll try... You need to think and make a plan before you start to code. The first part of the signature is a joke... you still need to document your code
Supper Baby wrote:BTW: can you tell me what you try to say in your signature
How can I explain it better? Ok, I'll try... You need to think and make a plan before you start to code. The first part of the signature is a joke... you still need to document your code
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I resolved the problem but I need to know Why ?
this is My code :
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
You really need to show more code. I would guess that you are running a query that has quiet a few results, and while you are looping that result set, you are running another query within that loop, and you are trying to loop the second result set as well. But that is just a guess since you really haven't posted enough code to make a good assessment of your problem.