简体   繁体   中英

Want to add target=_blank to a href in php1

I want to add target=_blank to this php-code:

Click me

I have tried almost all possible syntax, but they all fails. The code it self works.

你是这个意思吗?

<?php echo "<a href='#' target='_blank'>Click me</a>"; ?>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM