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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:43:56+00:00 2026-05-23T08:43:56+00:00

I am trying to build a web application in PHP. But I dont want

  • 0

I am trying to build a web application in PHP.

But I dont want to use the GET & POST methods, as user shall know what and how are we sending the data, just by looking at the html end. Of course we can always sanitize the data, but still, I want to keep the format of data to myself.

Is there an alternative to the above…

can something be done with the url, so that the type and format of data is not revealed. I saw something in this regard that related to mod rewrite.

Please suggest and tell me if I am on the right track.

  • 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-23T08:43:56+00:00Added an answer on May 23, 2026 at 8:43 am

    Contrary to what other people are putting here, you can in some respects do what you like, although it wont accomplish your goal:

    PUT / SEARCH / DELETE are all concepts of a RESTful interface

    • http://php.net/manual/en/features.file-upload.put-method.php

    If you wanted to be inventive … create a new one called HIDEFROMUSER and configure your webserver and PHP script to accept this in the headers. Note, most, if not all browsers wont support this, but a jquery ajax call should…

     header('Allow: GET, HEAD, POST, DELETE, HIDEFROMUSER', true, 405);
    
     $accept = $_SERVER['HTTP_ACCEPT'];
     // does $accept equal one of your allowed methods?
    

    Finally $yourHiddenWayOfDoingThings = fopen('php://input', 'r');

    People will still see what you’re doing if it works and you wont have achieved your expectations…

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

Sidebar

Related Questions

I'm trying to use NAnt/NAntContrib build script to build a web application on Windows
I am trying to build an iPhone web application using ASP.NET. The page is
I am trying to build a homebrew web brower to get more proficient at
I am trying to build an application that will use an Api like google
I am trying to build a web application with an interactive console for IronPython.
I'm trying to use a PHP script to login to another web site (a
I'm trying to build a web application that let the administrator talk to the
I'm trying to build a web application in which users can invite their friends
I'm trying to build a web application that generates a random number within a
I'm trying to build a simple web application using Node.js and CouchDb. The application

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.