CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Bores

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    3,130

    Can someone help me do that ?

    Hi

    I need to convert this php code into jsp code. The code test if there is a post request and if there is the code grab posted params from the post sequence and make a query string of posted...
  2. Replies
    1
    Views
    689

    Conversion from php code

    Hi
    Can someone convert me this php code to Java Server Pages ?

    <?php
    $var1 = $_POST['userAge'];
    $var2 = $_POST['userBirth'];
    $url = 'h_t_t_p://externalwebsite.com/script.php?temp1=' . $var1 ....
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured