Jump to content

[SOLVED] Ordering problem


bri4n

Recommended Posts

Hi guys!

 

This is a simple one, but I just can't seem to figure out what I've screwed up!

 

I have a form that the user fills in (and in the background I store the time/date that the form was submitted into a MySQL database). That's ok...everything works fine there. But what I am wanting to do is to list all the people that have submitted the form, and list them according to the time they submitted the form. here is what I have, but I just can't seem to see what's wrong with the code:

 

$query = ("SELECT firstname, lastname, email, phone FROM userinfo ORDER BY time") or die(mysql_error());

$result = mysql_query($query);

 

Any ideas as to what I've stuffed up?  ???

 

TIA

Brian  :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.