Re: Split query result into two part

2010-01-09 Thread Shawn Green
bharani kumar wrote: Hi , Working in PHP,MYSQL project, i have student table , i want to list the student name from the table, the table contains around 1 records,i want to display all this 1 records into TWO Div, I dont want to execute query twice, image markup link here, Image Ma

Re: Split query result into two part

2010-01-09 Thread Don Read
On Sat, 9 Jan 2010 14:00:22 +0530 bharani kumar said: > In the Left hand side DIV , i want to print 5000 Records, > > In the Right hand Side DIV , i want to print 5000 Records, > > What is the Idea for this , > > Thanks $div1str = $div2str = ''; $qry = 'SELECT name FROM students [ORDERED BY ..