Jump to content

dornizar

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dornizar's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. if you want to run a php script from a plain string you sould use the Eval() Function: for further info - http://www.php.net/manual/en/function.eval.php
  2. from the error it doesn't pass the $dbc var. try to remove the resource link from mysql_query i mean: //$result = mysql_query ($query, $dbc); -->remove $dbc $result = mysql_query ($query); and please reply if there is still that problem or not.
×
×
  • 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.