Jump to content

[SOLVED] grabbing data from next page via form


runnerjp

Recommended Posts

ok im collecting my message id

<form action="index.php?page=reply&id=<? echo $id ?>" method="post" name="quote">
<input name="quote" type="hidden" value="<? $getreplies3['postid'];?>" />
<input name="quote" type="submit" value="Quote" />
</form>

 

the on the reply page im trying to echo the postid (this is just the testing stage)

 

 <textarea value="<?php if(isset($_POST['quote'])) {

			echo $_POST['quote']; }?>" id="inputforum" class="inputforum" name='yourpost' rows='5' cols='40'></textarea>

 

but its not working :S

 

 

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.