Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2005
    Posts
    5

    HTTP.Submit return vars

    Hi there,

    I am using the HTTP.Submit function to talk to a php page located on our server. The PHP page checks data sent to it from a SUF7 installer and returns variables to the installer depending on the data it receives.

    My question is, what is the best format for the php page to return the variables to SUF7? At the moment I'm having the php page return a single line of URL-encoded variables.

    eg:

    name="gary"&last_name="Numan"&id=12345

    But this requires some hefty string manipulation in SUF7 to break into the indiviual vars. Are there any better ways to return vars to SUF7?

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    I've played with this a bit too, the easiest way I've found is to use a delimiter, then use the DelimitedStringToTable function written by IR to put the results in table.

Similar Threads

  1. Lua Boolean function return problem
    By tkilshaw in forum Setup Factory 7.0
    Replies: 3
    Last Post: 04-19-2005, 09:05 PM
  2. Dynamic Return Button
    By Octaine in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 06-29-2004, 01:43 PM
  3. "Wait for Return" not working
    By davidangell in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 02-13-2002, 10:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts