How to pass variables
黎明
黎明 2021-05-12 20:55:10
0
3
733

<a href="/index.php?a=user2 & modify= " ><?php echo $bbs_v['user_id']; ?></a>

Please give me some advice: How to pass the variable <?php echo $bbs_v['user_id']; ?> to the index.php file.

黎明
黎明

reply all(1)
Peter_Zhu

Assemble <?php echo $bbs_v['user_id']; ?> as a string into the get request

  • reply Can you give me some code examples? Thanks.
    黎明 author 2021-05-14 21:00:36
  • reply It worked, thanks. .
    黎明 author 2021-05-14 21:03:37
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!