I have something like <a href="#loc">click here</a>
Expand|Select|Wrap|Line Numbers
- <div id="loc">
- <?php if ($value == 'something'){..;
- // do stuff
- }
- ?>
- </div>
If it would help to see the site: http://weddinginvegas.com/index.php
Passing a value to specific location in a document using the tag href, or ..
|