Jump to content

A variable function call based on database field value


NeoMarine

Recommended Posts

Hello,

 

In my database I have a field where I store a value such as "myfunction($param1value="1",$param2value="2",$param3value="3");"

 

What I want to do, is to basically use that value and execute the function on a php page, like:

 

$mysqlValue="myfunction($param1value="1",$param2value="2",$param3value="3");";

 

$mysqlValue(); // only with the parameter values and everything

 

in otherwords, I want to get the following to execute:

 

<?php

myfunction($param1value="1",$param2value="2",$param3value="3");

?>

 

ANY IDEAS? Is this possible? I am aware of variable functions but that doesn't seem to support parameter values in the string(variable)-to-function.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.