Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Send data without a form

Tue Oct 28, 2008 12:37 am

Code:

<!-- http://127.0.0.1/phab/ph02/hiUser.php?userName=Andy
-->
<html>
<head>
<title>Hi User</title>
</head>
<body>
<h1>Hi User</h1>
<h3>PHP program that receives a value from "whatsName"</h3>

<?

  
print "<h3>Hi there, $userName!</h3>";

?>

</body>
</html>




Post a reply
  Related Posts  to : Send data without a form
 How to make PHP form data saved into txt file     -  
 form to insert data, upload many files and images , database     -  
 calling method to form- displaying textbox data in messagbox     -  
 Earn $2 Per Form Filled. Now Hiring Data Entry Typists     -  
 php login form (sign-in form)     -  
 send mail cc and bcc in php     -  
 send mail using php     -  
 Send an email in asp.net     -  
 Send email in asp     -  
 how to send mail with Ant     -  

Topic Tags

PHP Variables