Search found 5 matches

by zangief
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...
by zangief
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...
by zangief
Thu Feb 02, 2006 10:59 pm
Forum: PHP - Code
Topic: need help with page breaks
Replies: 8
Views: 962

Jcart wrote:any particular reason why you can't load the text file into php and output in html or other format??
actually, im calling data from the mySQL database and put those data into a text file. so its mySQL->PHP->text file.

thanks for some idea, ill try those right now, see what works.
by zangief
Thu Feb 02, 2006 9:28 pm
Forum: PHP - Code
Topic: need help with page breaks
Replies: 8
Views: 962

i tried what you told me to do. but unfortunately for me, html codes cant be implemented in text files so i cant use class or <div>
by zangief
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...