Gossamer Forum
Home : Products : DBMan : Discussions :

Calling date in the URL?

Quote Reply
Calling date in the URL?
I want to add a link at the html_footer with the variable current date;

The currently the code is............

print
qq!| <A HREF="$db_script_link_url">Home</A> !;
print
qq!| <A HREF="$db_script_link_url&add_form=1">Add NOt</A> !

and so on.......

---------------------------------------

Now I want to add another link with it which is given below:

print qq!| <A

HREF="$db_script_link_url&view_records=View+Records

&date=$rec{'date'}">Show All the records posted today!</A>

But it's not extracting the $rec{'date'} from records.

----------------------------------

Any help would be apprciated.

Zeshan.


Subject Author Views Date
Thread Calling date in the URL? zeshan 2212 Mar 10, 2003, 11:56 AM
Post Re: [zeshan] Calling date in the URL?
esm 2109 Mar 10, 2003, 4:28 PM