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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:08:41+00:00 2026-05-30T14:08:41+00:00

my php configuration on server are showing i can post variables to maximum size

  • 0

my php configuration on server are showing i can post variables to maximum size upto 8MB , thats enough .. but how to check for number of variables , sever is running ubuntu 4.4 , php .

i have a page which takes students marks and send them to a action page , but on action page doing echo for the post variables nothing is being displayed , where are doing an echo “hello”; this shows …

this is the page which sends the variables

<form name="frm" action="marklistI.php" method="POST" class="" >
    <?php $tb->displayTable() ?>
    <div class="mainframe">
        <input type="hidden" name="batch" value="<?php print $_GET['batch']; ?>"/>
        <input type="hidden" name="sem" value="<?php print $_GET['sem']; ?>" />
        <input type="hidden" name="chance" value="<?php print $_GET['chance']; ?>"/>
        <input name="submit" type="submit" class="hide" value="Save"/>
        <input type="hidden" name="url" value="<?php print $_SERVER['REQUEST_URI']; ?>"/>
    </div>
</form>

and this are the variables are coming to action page .. but on echo they are not showing any value .

$dept =$_COOKIE['dept'];
$join=$_POST['batch'];
$type='e';
$sem=$_POST['sem'];
$chance=$_POST['chance'];
  • 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-30T14:08:42+00:00Added an answer on May 30, 2026 at 2:08 pm

    try placing this code on your action page:

    if (isset($_GET)) {
        echo "<h3>GET METHOD</h3>";
        var_dump($_GET);
    }
    if (isset($_POST)) {
        echo "<h3>POST METHOD</h3>";
        var_dump($_POST);
    }
    if (isset($_COOKIE)) {
        echo "<h3>COOKIE METHOD</h3>";
        var_dump($_COOKIE);
    }
    

    See which method returns your variables and use it, otherwise, you are not filling any values on the form.

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

Sidebar

Related Questions

How can i check if server configuration allows me to set an option like:
Is there any open source web client php application without popup server configuration ,
I want to use the php configuration settings of my localhost on my server.
Caveat: I realize this is potentially a server configuration question, but I thought there
Does enabling the configuration option with-config-file-scan-dir when compiling PHP lead to performance issues? Specifically,
I am creating a framework in PHP and need to have a few configuration
I have not changed any of the configuration options for sessions in my php.ini.
I am working on code re-factoring of configuration file loading part in PHP. Earlier
PHP treats all arrays as associative, so there aren't any built in functions. Can
I've recently set up a Ubuntu 9.10 server with a LAMP configuration and then

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.