Jump to content
MakeWebGames

Recommended Posts

Posted

$_POST['votetoken']=mny_stripfmt($_POST['votetoken'], ENT_QUOTES);

thats the line of the error

Fatal error: Call to undefined function mny_stripfmt() in /home/ownsy/public_html/votingredmptioncenter.php on line 94

Guest Anonymous
Posted

Re: Voting redemption centre error

As fbiss points out - a simple case of a missing function... However as anybody with an IQ above ambient room temperature will be able to guess, this is a simple sanitization function - therefore simple to write.

See PHP FAQs here at CE, plus the PHP manual.

Posted

Re: Voting redemption centre error

"anybody with an IQ above ambient room temperature"

Now that is the funniest thing I have seen in a while.

  • 6 months later...

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.   Paste as plain text instead

  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...