No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hello, My application has a simple textbox for user input, a database connection, a button and a label. I will search for the user input in my database and update the label when the user clicks the button. This works fine on the first button click but ceases to function …
[QUOTE=hooray;514815]yes, but you would have to do that in php as $aid is a php variable, so it would be: [code=php] <?php echo "<a href='template.php?aid=" . $aid . "'>Read more...</a>"; ?> [/code] OR [code] <a href="template.php?aid=<?php echo $aid; ?>">Read more...</a> [/code] This would mean $_GET['aid'] would be equal to $aid[/QUOTE] …
The End.
masala_curry