|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-02 14:29 UTC] goba@php.net
[2004-07-03 05:43 UTC] gavan at spamcop dot net
[2004-07-03 12:47 UTC] goba@php.net
[2005-09-19 14:22 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 13:00:01 2025 UTC |
Description: ------------ I am new to PHP and gathering some great ideas. In keep track of who's idea I am clipping I have been looking for a suitable, ie., specific, URL. Looking into the site html I find this pattern, eg., <a name="39492"></a> <div class="note"> <strong>xxx at dot BANSPAM dot yyyyyy dot zzz </strong><br /> 30-Jan-2004 09:28 <div class="text"> ... </div> which can be crafted into a specific URL, viz., <http://au.php.net/manual/en/function.sha1.php#39492> May I suggest the web site pages include this link format as part of the header for each contribution. All the information is present, just needs to be repackaged: <a href="...#nnnn" ...>[text|<img ...icon?...>]</a> Thanks for lookiung into it. Expected result: ---------------- Easier to keep track of and acknowledge others' contributions.