BrianM Posted April 19, 2008 Share Posted April 19, 2008 I'm doing something like this: <title>MPS - Project <?php $_POST['projectnumber'] ?></title> and when I do, i get a blank white page as I always do when there is a syntax issue. Anyone know the proper syntax/formatting to make this work? Link to comment https://forums.phpfreaks.com/topic/101827-with-post-data/ Share on other sites More sharing options...
haku Posted April 19, 2008 Share Posted April 19, 2008 You have to echo the post statement: echo $_POST['project_number']; Link to comment https://forums.phpfreaks.com/topic/101827-with-post-data/#findComment-521068 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.