Home : Products : DBMan SQL : Discussion :

Products: DBMan SQL: Discussion: Dates question ...: Edit Log

Here is the list of edits for this post
Dates question ...
I have code to get records from the past 30 days:

Code:
<a href="$db_script_link_url&date_exp-gt=$expiredays&sb=LastName&so=asc&view_records=1">New Profiles (Past 30 days)</a><br>

along with:

Code:
$expdays = 30;

$expiredays = &get_date(time() - ($expdays * 86400));

How would I change this to look ahead in time 30 days?

Thanks !
--------------------------
donm

Last edited by:

donm: Nov 24, 2001, 6:28 PM

Edit Log: