Search found 2 matches
- Wed Jun 18, 2008 4:10 pm
- Forum: PHP - Code
- Topic: mysql_fetch_array() error: invalid MySQL result resource?
- Replies: 5
- Views: 3755
Re: mysql_fetch_array() error: invalid MySQL result resource?
have you test you query in a mysql console? i mean what do you see when you execute the query derectly in mysql? According to you query, the result set can be a lot of row to fetch.If so you can't display all the rows at once.You have to loop inside the result set.it's usually done with while loop ...
- Wed Jun 18, 2008 3:49 pm
- Forum: PHP - Code
- Topic: Help!! Precise Printing in PHP environment
- Replies: 0
- Views: 775
Help!! Precise Printing in PHP environment
hi ; i am a chinese PHPer,need someone's help,a project about precise printing,i thought many methods before,such as create as PDF docs or ASP.NET+XML in dotnetframework, but not very well,and give up those at last,chinese data report was always very complex,so the troubles in designing.someone do ...