PHP Help?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adilmarwat2004
Forum Commoner
Posts: 44
Joined: Fri Sep 04, 2009 11:28 pm

PHP Help?

Post by adilmarwat2004 »

I have data in mysql table named "act" contains three fields
roll, name, marks

I want to sirialize that data by 1, 2, 3 .
like that

S# Rll# Name Mark
1 58 Cris 52
2 65 Smith 63


How it is possible
please help?


Adil
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Help?

Post by requinix »

What?
Post Reply