Jump to content

POST - Manual Use


tsilenzio

Recommended Posts

Okay I want to send a variable over to another page, but theres no form, i dont want to use session, and defiently dont want to use get!! so i was wondering would something like:

 

<?php

$_POST['someval'] = 12345;

header("Location: path/path/somefile.php");

?>

 

will the value even register inside POST, if so do you think it would stay in there till the next page..? just wodnering! Thanx in advance!

Link to comment
https://forums.phpfreaks.com/topic/61770-post-manual-use/
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.