How to mimic client-side form post to .php page

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default How to mimic client-side form post to .php page

    I was wondering if there was a way I could write a script to change my
    user profile/info on a site using an html form inside a .php page
    without having to log in and do it all manually.

    I can get my session id for each session out of my cookies, but I
    don't know how I could pass the ID (or my user id/password) and the
    form data to mimic the form post from either a script or an html page
    of my own design to speed up and customize the process.

    I'd prefer to write the script (if that's the route to go) in VBscript
    or WSH as I am rather comfortable with those methods.

    Any ideas?

    THANKS
    Jim
    Jim Guest

  2. Similar Questions and Discussions

    1. How to Post back page from Client side code?
      Hi, I am developing a website in ASP.NET. I want to have a client side code to confirm the deletion of some information from backend database. I...
    2. SSL FORM POST with Client Certificate from ASP.net
      I have a class written to perform FORM POST with Client Certificate and it works fine with Windows Appication. But, I am having trouble using it...
    3. to prevent client side web page caching
      Hi, I wish to avoid caching asp pages at the user end . Currently I have declared Response.Expires=0 at the top of my asp page. I have also used...
    4. Client side validation in aspx page
      Can anyone tell me how I can perfor client side validation in javascript on a form in an aspx page. All the scripts I use to use in classic asp...
    5. Post to offsite page from the middle of a server-side form: impossible?
      Instead of a form, use server controls, including a button, and construct the request yourself in the click event. "Mike Bridge"...
  3. #2

    Default Re: How to mimic client-side form post to .php page

    Carved in mystic runes upon the very living rock, the last words of Jim
    of comp.lang.php make plain:
    > I was wondering if there was a way I could write a script to change my
    > user profile/info on a site using an html form inside a .php page
    > without having to log in and do it all manually.
    PostIt:
    [url]http://www.holotech.net/scripts.html[/url]
    > I'd prefer to write the script (if that's the route to go) in VBscript
    > or WSH as I am rather comfortable with those methods.
    So, why ask in a PHP group?

    --
    Alan Little
    Phorm PHP Form Processor
    [url]http://www.phorm.com/[/url]
    Alan Little Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139