GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   sort links by date with PHP ? (https://gfy.com/showthread.php?t=200739)

Alessandro 11-23-2003 03:54 AM

sort links by date with PHP ?
 
hi ,
I need a script that sorts my links (thumbs + text) by date .
Anyone knows a good one ?:)

ppk 11-23-2003 03:59 AM

What format is the raw data in?

Alessandro 11-23-2003 04:02 AM

Quote:

Originally posted by ppk
What format is the raw data in?
can you ICQ me ? #132818937

:thumbsup

pornanza 11-23-2003 06:25 AM

SELECT title, url FROM links ORDER BY date DESC;

ryan

wsjb78 11-23-2003 06:36 AM

Quote:

Originally posted by pornanza
SELECT title, url FROM links ORDER BY date DESC;

ryan

And for entering the date:

PHP Code:

$time_now mkdate();
$sql "INSERT INTO link SET title='$title', url='$url', date='$time_now'";
if(
mysql_query($sql) {
  echo 
"New link successfully added";
} else {
  echo 
"Could not add new link";



assistant27 11-26-2003 12:45 AM

....

hyper 11-26-2003 12:53 AM

select * from table order by date desc


All times are GMT -7. The time now is 10:10 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123