Search found 5 matches
- Tue Jul 24, 2007 8:01 pm
- Forum: Databases
- Topic: Queries not working fully..
- Replies: 6
- Views: 541
the problem is that whenever i input values on the textbox and continue inputting on that one textbox (the page only has 1 inputtable textbox) till you get 15 or more rows with an inputted textbox, only around 7-12 values are saved into the database. Can you make this clearer ? what i meant was eve...
- Tue Jul 24, 2007 5:50 am
- Forum: Databases
- Topic: Queries not working fully..
- Replies: 6
- Views: 541
Queries not working fully..
here's my problem: We have a page wherein it loads very slowly (probably because of the complexities of the formulas in the back end), and sometimes the queries return more than 20 rows. the problem is that whenever i input values on the textbox and continue inputting on that one textbox (the page o...
- Thu Feb 02, 2006 10:59 pm
- Forum: PHP - Code
- Topic: need help with page breaks
- Replies: 8
- Views: 962
- Thu Feb 02, 2006 9:28 pm
- Forum: PHP - Code
- Topic: need help with page breaks
- Replies: 8
- Views: 962
- Thu Feb 02, 2006 8:49 pm
- Forum: PHP - Code
- Topic: need help with page breaks
- Replies: 8
- Views: 962
need help with page breaks
im using fopen functions right now coz we need reports to be in txt format. In this report, we need to go to another page once we got 30 rows of the table we're calling. Problem is, i dont know how to call a page break using fwrite. All i know is carriage return (\r) and newline (\n). Is there a com...