Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

2 Posted Topics

Member Avatar for masala_curry

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 …

Member Avatar for masala_curry
0
140
Member Avatar for Venom Rush

[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] …

Member Avatar for masala_curry
0
1K

The End.