PHP Post
Collect values from a form sent with method post.Example:
index.php
<form action="post.php" method="post">
<input type="text" name="link"><br>
<input type="text" name="category"><br>
<input type="submit" value="Submit">
post.php
<?php
$link = $_POST["link"];
$category = $_POST["category"];
echo $link;
echo '<br />';
echo $category;
?>
Comments
Add a Comment
Sponsors
Google Meta Tags Generator Online
Create your own meta tags using our free code generator.
BuzzBoost Css Generator Online
Free Google BuzzBoost CSS Style Generator Online
Text Ads Generator
Create Your Own HTML Ad Using Our Free HTML Editor
Link Style Generator
Free CSS Style Sheet Generator for Links