Jump to content

sort the contents for a record field ...


pepelepew1962

Recommended Posts

Hello:

 

When I call up a specific record, I need to sort the contents of "tblpartmanuf" and replace that field with the sorted information.  Lets say the record is:

 

tblpartnumber tblpartmanuf

12544 GFSD

 

After I edit some other fields, automatically sort the tblpartmanuf field so that it is:

12544 DFGS

 

 

 

 

$sql="SELECT tblpartnumber, tblpartmanuf FROM tblparts WHERE tblpartnumber ='$frmpartfinder'";

$result = mysql_query($sql) or die('Error: ' . mysql_error());

Link to comment
https://forums.phpfreaks.com/topic/248819-sort-the-contents-for-a-record-field/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.