PHP URL Problem Solving method

Source: Internet
Author: User
Tags php form
PHP URL Question
Everyone Big Brother is a novice, I'm sorry there is a very basic problem here to teach ><

How do I get the php form page (post.php) to enter a string of URLs, send the URL to another page (index.php), and display the URL that was entered in post.php in index.php and change the URL to a hyperlink? Thanks, thank you!


Post.php's Code:









============================= I'm the divider ================================

Index.php's Code




$ID =$_post[' Urname '];
$Url =$_post[' Myurl '];
echo "Your name: $ID
";
echo "Web address: $url
";
The above web address lists and shows the hyperlink to the URL, which makes it easy for users to select
?>



------Solution--------------------
HTML hyperlink words echo "URL: {$url}";
The output is like this. URL: http://xxx.com
------Solution--------------------
#1正解
echo "URL: {$url}";
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.