Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6219233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:44:38+00:00 2026-05-24T07:44:38+00:00

I’m quite familiar with php and when submitting variables with data values on a

  • 0

I’m quite familiar with php and when submitting variables with data values on a URL from a form in php using the ‘GET’ function I would call it like

http://localhost/sms/incoming.php?sender=$originator&receiver=$recipient&msgdata=$messagedata&recvtime=$receivedtime&msgid=$messageid

where the variables being sent by the get function are

sender=$originator&receiver=$recipient&msgdata=$messagedata&recvtime=$receivedtime&msgid=$messageid

However I don’t know how to submit them on a plain HTML URL that doesn’t use any scripting language. I would like to submit the values to a plain HTML page so that my server listens to the request and gets to read the data values contained on the URL. My server is on VB.NET but does not support any scripting language.

I just want it to be listening to any HTTP request then reading the data contained in the ‘GET’ function that sent the data in the request. Please help me know how to submit data on a plain HTML URL or how to read data from a URL in VB.Net because any of them can work on my application . Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T07:44:39+00:00Added an answer on May 24, 2026 at 7:44 am

    I have to admit that I do not fully understand your question.

    You say that your server does not support any scripting language. Do you mean that your server does not support any programming language? VB.NET is a language, so I am a little confused.

    [H]ow to submit data on a plain HTML URL, or how to read data from a URL in VB.Net?

    The first part of your question is not clear, because submitting the values is very easy: just type the URL with values in the address bar of your browser, or put them (in the same form) as an address, for any program which is able to make a HTTP request (wget, for example).

    Instead of typing the values directly in the link, you may use a <form> element in HTML. Just define that the method should be GET, instead of default POST:

    <form action="sms/incoming.html" method="get">
      <input type="text" name="sender">
      ...and so on.
    

    An important question is: What language you have available on the ‘requesting’ part? Do you send requests manually? From PHP? Are the requests sent by users, from a HTML page?

    For the second part of your question, you already received an answer by Robert Beaubien: You can get them from the Context.Request.QueryString object

    You have responded that it does not work for you. So, the question is: What type of server is listening to your requests? What language have you available?

    In that other question you have included some code, which suggests that you can program your server in VB.NET.

    Is that code related to your problem asked here?

    If yes, then can you debug what is the variable sbuffer if your issue a request with parameters? (Type this in your browser’s address bar.)
    If your sbuffer contains the same string as you have typed in the browser, then just parse the string after a question mark (?), split it by ampersands (&) and by equal signs (=), and you have all your parameters.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I have a text area in my form which accepts all possible characters from
I want to construct a data frame in an Rcpp function, but when I
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
this is what i have right now Drawing an RSS feed into the php,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.