Jump to content

Recommended Posts

you could.... use a form like this

<form>
<input type="hidden" name="somename" value="somevalue">
<input type="image" src="images.php?id=<?php echo $id; ?>">
</form>

 

And then create a page called I don't know images.php that will generate an image that looks like a link using GD.

 

God speed little doodle.

 

 

ok, thankx

 

im not sure what your type = 'image' means,. ive never used it in a form before.

 

all i want to do is send data from page a to page b, exactly like using GET, but i want it to be POST.  Its simply to "clean" the URL of the page.

 

 

thanks

www.php.net/cURL

 

You may want to look into curl, although that is for mainly retrieving data from a site.

 

Another way is to use a hidden form which is submitted via javascript.

 

Finally why not just use Sessions?

 

Those are the only ways I know.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.