Hello,
Here i am facing problem of data transfer. I have got 300 records in our database.so i want only fisrt 200 records among 300.how it will? can you help me.
sunil
right the code below..
$sql="select * from table_name LIMIT 0,200"; $result=mysql_query($sql);
Enjoy Tabish
Hello Tabish,
Thanx, But what i am saying is i want to copy 200 records among 300 records to the similar(another) Database.pl give me the suggestion.
Sunil