Hallo
how can i pass parameter to the same page
i build a page call index_new.php and this page has php codes that read from database
i want to pass parameter to the query in php to display specific data after clicking on label on the same page.
Example:
<html>
<title>file name index_new.php</title>
<head>
</head>
<body>
<a href="index_new.php">A</a>
</body>
</html>
thanks all