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

  • Home
  • SEARCH
  • 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 3870592
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T21:44:32+00:00 2026-05-19T21:44:32+00:00

How do I dynamically create $_POST lines in php, based om extractions from MYSQL.

  • 0

How do I dynamically create $_POST lines in php, based om extractions from MYSQL.

First off, my table is flat, meaning I have every fieldnames in one column (field) and all the fieldtext in another column (text).

I’m trying to use this code:

require($_SERVER["DOCUMENT_ROOT"]."/NR/func/mysql-funktioner.php");
$site = trim ((!empty($_POST['site'])) ? $_POST['site'] : $_GET['site'] );

function update($text,$field,$site) {
    $sql = "UPDATE nr_site SET text = $text WHERE field = $field AND site = $site LIMIT 1";
    aabn_forbindelse_og_vaelgdb();
    sql_spoerg($sql);
    luk_forbindelse();
}

$sql_site = "SELECT field
             FROM nr_site 
             WHERE site ='".$site."'"; 

aabn_forbindelse_og_vaelgdb();
$resultat_site = sql_spoerg_og_faa_svar($sql_site);
luk_forbindelse();
for($i=0;$i<count($resultat_site);$i++) {
    extract($resultat_site[$i]);
    $HTTP_VARS = 'trim((!empty($_POST[\''.$field.'\']))?$_POST[\''.$field.'\']:$_GET[\''.$field.'\'])';
    $text = eval($HTTP_VARS);   

    //update($text,$field,$site);
    echo $text;
}

But it gives me

Parse error: syntax error, unexpected $end in /customers/kalna.dk/kalna.dk/httpd.www/NR/func/save.php(29) : eval()'d code on line 1 

instead of the value passed from the form.
There’s no problem if I manually write the fieldnames like:

$HTTP_VARS = trim ((!empty($_POST['feature_heading'])) ? $_POST['feature_heading'] : $_GET['feature_heading'] );

$text = $HTTP_VARS;

Do you have some advises?

  • 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-19T21:44:33+00:00Added an answer on May 19, 2026 at 9:44 pm

    Variables can be used as array indexes.

    echo $_POST[$field];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a pattern using Linq to dynamically create a filter? I have the
I have a link that I dynamically create which looks something like the following:
I'm looking for advice on how to dynamically create content in flash based on
Is it possible to dynamically create and modify images on a per pixel level
I need to dynamically create a Video object in ActionScript 2 and add it
I would like to dynamically create a minimal transparent bar graph to display over
When I dynamically create a Datagrid and add in a new buttoncolumn how do
Can I dynamically create an XAML and pop it into my app? How would
I'm using the After Effects CS3 Javascript API to dynamically create and change text
Does someone knows if it's possible to dynamically create a call chain and invoke

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.