POST Data

phpnutphpnut Junior MemberShared Hoster
Can PHP set POST data automatically without having a user submit a form?
My ongoing projects...
www.naturesmagazine.com
www.energyreform.org *new domain*
www.photographyavenue.com
----
You may also remember me as imnewtophp...

Comments

  • NuvoNuvo Forum Leader VPS - Virtual Prince of the Server
    If you know what you're doing, yes, it is possible to send post data without a form.
    What you're looking for is explained here: http://www.faqts.com/knowledge_base/view.phtml/aid/12039/fid/51
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!
  • phpnutphpnut Junior Member Shared Hoster
    Thanks a bunch.
    I use Yahoo Small Business for hosting and they provide a shared SSL server to process sensitive information on. But, since the server is different than mine and doesn't have the same domain, I cannot set session variables to use for login authentication. Hopefully... I'll have it set up to send an authorization number to my server via POST and use that to tell a page that the user has logged in and to set a login session variable.
    I emailed Yahoo's support about this and their response was telling me how to set session variables... after i spent a half hour writing them a detailed description of my dilemma.
    My ongoing projects...
    www.naturesmagazine.com
    www.energyreform.org *new domain*
    www.photographyavenue.com
    ----
    You may also remember me as imnewtophp...
Sign In or Register to comment.