我有一個<a>
標籤之間的內容,我想在單擊它時將其內容傳遞到下一頁的變量。將標籤之間的內容傳遞到下一頁
<a class="stuff" href="process.php"> Content One </a>
<a class="stuff" href="process.php"> Content Two </a>
<a class="stuff" href="process.php"> Content Three </a>
所以如果中間鏈接被點擊,傳遞給process.php中的變量的值將是內容2。任何人都可以幫我解決這個問題嗎?我有點新的PHP。
的[通過使用URL PHP變量(http://stackoverflow.com/questions/5440197/passing-php-variable-using-url) – mario