User Profile

Collapse

Profile Sidebar

Collapse
Al Fonda
Al Fonda
Last Activity: Apr 29 '07, 02:06 AM
Joined: Apr 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Al Fonda
    replied to Acquire php string in asp
    Jared:

    OK, got it. Thanks. By cut and try I have it working, up to the point of feeding the specified string into the encryption scheme.

    But when I paste in the code which would come next if I were still in vb, then depending on what I comment out I get errors (running on the web server) like

    Microsoft VBScript runtime error '800a01fa'
    Class not defined: 'CMD5'

    Microsoft VBScript...
    See more | Go to post

    Leave a comment:


  • Al Fonda
    replied to Acquire php string in asp
    Jason:

    Or, am I already there? Are request.queryst ring(1) and request.queryst ring(2) the vb strings I am looking for?

    I’ll assume so and see what happens, next chance I get.

    Al
    See more | Go to post
    Last edited by Al Fonda; Apr 25 '07, 10:16 PM. Reason: Typo

    Leave a comment:


  • Al Fonda
    replied to Acquire php string in asp
    Jason:

    Progress report. By trial and error I discovered the following:

    Of the 3 options you provided, 2 can be omitted. And, when the quote marks around x are omitted, giving

    Code:
    <%
    dim x 
    for each x in request.querystring 
    	response.write x & ": " & request.querystring(x) & "<br>" & vbNewLine 
    next 
    %>
    then...
    See more | Go to post

    Leave a comment:


  • Al Fonda
    replied to Acquire php string in asp
    Jared:

    I see now that the symbols <% and %> enclosing the code (and nothing else?) make it work. (That’s what I meant by “conditioning.” )

    With that done, the code you gave me returns

    name:
    date:

    which are only the names of the requested fields, not the content.

    You said “I don't understand php all that well. Could you explain how the data is sent?”...
    See more | Go to post

    Leave a comment:


  • Al Fonda
    replied to Acquire php string in asp
    Jared? Anyone? I need the advice.

    Is vbsrpt like html and psp, so that it just runs on the web, needing no compilation?

    If so, are conditioning statements required? What are they?

    And then how do I pick up the output of the prior php script?

    If not, do I need to dig into vbstudio to learn what to do?

    Tell me, and I'll do it.

    Al
    See more | Go to post

    Leave a comment:


  • Al Fonda
    replied to Acquire php string in asp
    Thanks for the response.

    When per your suggestion I type ~ request("name") ~ into the file using the on-site editor, it just echoes that text.

    Note that I am not using a vbscript editor. I am not compiling anything. I normally use just vb, in which my application runs on my computer or when compiled, uploaded, and downloaded. I have Visual Studio 2005 in an unopened box, and will open it if compiling is necessary,...
    See more | Go to post

    Leave a comment:


  • Al Fonda
    started a topic Acquire php string in asp

    Acquire php string in asp

    From a programmer no longer available I have a file written in php which asks for a licensee name, which it names 'name'. At a Submit button it sends the user to another php file which includes the code

    $licensee_name= $_GET['name']

    I want to use vbscript, so as to incorporate existing code which generates a key. Using the website editor I have written a skeleton file with the extension asp, which runs OK but lacks the...
    See more | Go to post
No activity results to display
Show More
Working...