Jump to content

undefined functions


Recommended Posts

what would that line look like?

 

Just like the other extension lines in the php.ini file, but with a name specific to the filter extension dll.

 

And which .dll file would I need

 

I don't know as I have never used the filter functions, but if you look at the file names I am sure you probably can find the right one.

Link to comment
Share on other sites

$page = filter_sanitize_int($_GET['page']);

(line 19 in matches.php)

I also tried using caps, but that doesn't work either.

When I type filter and press ctrl+space in phpDesigner, it gives filter_sanitize_number_int as an option.

 

I found a line in php.ini loading php_filter.dll and I uncommented it, but there's no php_filter.dll in my extensions folder. Nor in the one I downloaded.

 

And the error:

Fatal error: Call to undefined function filter_sanitize_number_int() in C:\xampp\htdocs\league\matches.php on line 19

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.