Jump to content

Passing value to another page


austine_power007

Recommended Posts

[b]i query and show data in text field [/b]
<input name='job_ttl' type='text' id='job_ttl'value=\"{$titl}\" size='50' DISABLED>
[b]Now i want this data to pass it to another page i used [/b]
if (isset($_POST['Submit'])) // name of submit button
{
$title=$_GET['job_ttl'];
}
Link to comment
https://forums.phpfreaks.com/topic/30462-passing-value-to-another-page/
Share on other sites

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.