Jump to content

Generating A Button That Links To A URL


bas7320

Recommended Posts

what is the PHP code in the button that will reference the URL and direct to it?

 

What??? ?

 

<?php

$URL = "http://www.google.com";

 echo '<form name="form1" id="form1" method="post" action="$URL">
 <input type="submit" name="Submit" value="Submit" />
</form>';


?>

 

Action would be where the URL should go to, and $URL is the LINK.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.