thanks for the feedback, gents, but it's not working :/..

I changed to this, as suggested:

> <a name="1"></a

actually, here is a snippet of the function I'm using the generate the link:

<a href=\"news.php#$row[0]\"><h5>...more</h5></a>

and the subsequent anchor on the next page....

while ($row = mysql_fetch_row($result))
{
        <a name=\"$row[0]\"></a>
        <tr><td><h3>$row[2]</h3></td></tr>
        <tr><td><h4>$row[3]</h4></td></tr>
}

I've verifeid that $row[0] is printing the exact same content on both
pages... quite odd that it's not working.

TIA,
andrew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to