Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sbakker123

    PHP ODBC Pass through Queries

    I have an ODBC connection to a Pervasive DB (v9.x) I need to change from an ODBC connection to passthrough connection. Any Tips ???
  2. sbakker123

    PHP XML SSL iis6 Help

    Problem has been resolved. It was an issue on the client side. I have to agree tho, SSL just scrambles and descrambles the data going through. The insisted it was our side, but alas.
  3. sbakker123

    PHP XML SSL iis6 Help

    Well, The client system gets a userNumber, and a charge card#. The client's app posts to my site via a post http://192.168.1.108/cpdiQueryAll.php/?username=steve&password=xxxx&keycode=TEST&cardno=88811112 The php code opens port 3000 and sends the data to a legacy system. The legacy system...
  4. sbakker123

    PHP XML SSL iis6 Help

    The error happens when the php sends back a response. The php (by looking at all the logs) send back <tag></tag> but the browser gets back <tag/>. This only happens if there is no data in the tag. If there is data, all is cool.
  5. sbakker123

    PHP XML SSL iis6 Help

    The SSL is on the IIS server. The script Customer Site -> IIS(ssl) -> php Script -> internal Site Port 443 Port 3000 The wierdness happens when it looks like SSL strips off the opening tag when there is no data. Thanks Steve
  6. sbakker123

    PHP XML SSL iis6 Help

    I have an php script on an IIS server. It accepts a post, from a site. It then opens a socket on a xxxx port, and passes info thru that port and waits for a response. After it get's a response, it builds an xml string that it sends back to the original poster. This all works according to plan...

Part and Inventory Search

Back
Top