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 8841637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:46:11+00:00 2026-06-14T10:46:11+00:00

Is using a PHP script and http POST/GET to enter values into a medium

  • 0

Is using a PHP script and http POST/GET to enter values into a medium to large scale database a good idea? i.e. Will it be reliable? Will it be secure? Will it be Scalable? ect.

The database will essentially be PostgreSQL or MySql. Im developing an app for Windows Phone 7 and there are no SQL libraries for MySQL or PostgreSQL therefore I am forced to use MS SQL server.

  • 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-06-14T10:46:13+00:00Added an answer on June 14, 2026 at 10:46 am

    Maybe. Depends.

    HTTP is a reasonable way to transfer small chunks of data – it was not really designed for moving large amounts of data from the client to the server – hence a lot of implementations (1) places limits on the amount of data you can move. These include all the network devices between the client and the server (notably firewalls and proxies).

    If you’re transfering more than about 512 bytes then using POST rather than GET should prove more reliable. Since you’re transferring data from a mobile device with limited bandwidth, then the amount of time the device will be able to maintain a connection may be signicantly less. For reliable transfers and a good user experience you want to transfer the data in smallish chunks (one record at a time?).

    Why not imlpement it in HTML5? Which will make it much easier to port to iOS / Android / Microsoft’s next developmet platform.

    (1) the protocol itself does not limit the size.

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

Sidebar

Related Questions

im using a simple test script from http://www.tuxradar.com/practicalphp/8/11/0 like this <?php $fp = fopen(foo.txt,
Using Codeigniter, I am trying to get a php script to run after a
I have executed a php script through GET request ex: http://localhost/example.php?id=9&name=exammple Now the example.php
I'm posting a request with POST data using cURL to a PHP script here:
Im using http://www.ashberg.de/php-barcode/ scripts to generate a barcode. I now need to import the
How do I check that the php script works? I'm using php -f filename.php
Is it possible to make changes in mysql's my.ini file using PHP script?
I'm using a PHP script to generate an excel CSV file from a result-set
i am using a php script to automate posts to twitter. the script to
I'm using a PHP script with SimpleXML to parse an XML feed. I have

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.