Notes from the field

Computer PC Tips - bits and bytes, News Items, Software development, Software development Concepts
In writing "Notes from the field" allows Baron Software to list quick fixes or observations from the programming world. Anchors away! Using PHP and HTML it can remember the window position as to where the user left off. Without the need of elaborate coding using an "Anchor" can solve the issue. Anchor Syntax <a id="anchor-name">The name where you want to jump</a> Anchors can be used when pages have considerable amounts of text. You would typically make an index at the top of the page linking to the anchors that have been added to key places in the text that follows. When displaying a list of records within a PHP while loop you can place the record ID within the data. The code listed below has the anchor next to the…
Read More