Code: Select all
$name = $_POST['title'];Moderator: General Moderators
Code: Select all
$name = $_POST['title'];sorry, based on your previous post it should be something likecrzyman wrote:I tried this, but it still won't pass the value. I want the value of $title to be passed to get_name.php. I am still new to php, so please forgive my lack of knowledge.
Code: Select all
<? $title = "name"; ?><FORM METHOD="POST" ACTION="/my_page/names/get_name.php"><input type="hidden" name="<?php $title ?>" value="<?php $title1 ?>" >