Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 57,311 points

Jestep

Favorite Answers59%
Answers784

I have a background in Nuclear Engineering, and am an owner of a credit card processing company based in Austin, TX: http://www.merchantequip.com/. My biggest hobby is fishkeeping. I currently keep discus and have a small coral reef tank. I have been keeping fish for over 20 years and have bred several species of fish including discus, angel fish, bushy nose plecos, celestial pearl dannios, red jewel cichlids, red cherry shrimp and a number of fishes accidentally. I have a strong scientific background and I believe in applying that to my fishkeeping. My advice to new fishkeepers is take it slowly, research first, test and log your tank parameters every week, and have fun. In addition, I operate 3 blogs: http://www.merchantaccountblog.com/ http://www.ecommerce-blog.org/ and http://www.saynotoflash.com/ I spend a good deal of time helping entrepreneurs and business owners with credit card processing, ecommerce, programming, data security, IT and related problems.

  • PHP post and redirect using fsocket, curl, or something else?

    I have a script that processes a form, adds some stuff to a database, and I need it to then Redirect and Post some data to another site/page.

    I am able to post to the page using a sendToHost function, but I need the user to go to that page with the data as well.

    I'm pretty sure that you cant do this with the header function, and I cannot use the Get function because it is not allowed for this purpose.

    Is there any way to do this with Curl or something else. I have searched around all morning, and while I can find 50 ways to have php post the data to the page, I haven't found a way for the user to get redirected to that page and the Post variables go with them.

    Any help would be appreciated.

    3 AnswersProgramming & Design1 decade ago