On 27 Apr 2005, at 22:11, Wade wrote:
> You want to have someone fill in the page, reload itself upon submit, > check itself, and then direct the data to a asp page? Right. ... > Another way to do this would be to just load all the data into a > session > and then call that session data with ASP. > Now, Im assuming that ASP can call PHP session data somehow? Yes, but the problem is the ASP page. I HAVE to POST to it & I can't change it because it uses an ASP COM component installed on the server. My fields must be named as it expects. Can't use sessions, must be POST & I don't think that would work anyway. I've explored quite a few avenues, Basically I'm stuck with a POST stream by using fsockopen() Either in PHP (preferable) or ASP (noooo!) Has anyone used this method? [Non-text portions of this message have been removed] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
