Welcome Guest, Not a member yet? Register   Sign In
Filename Checker Request
#1

(This post was last modified: 03-11-2024, 12:00 AM by BillBux.)

I am constantly amazed by the creativity and variety of role-play scenarios and fetishes explored on live sex cams.

https://thegaylivechat.com/edge
https://couplesexcam.net/chat/littlesweetkittens
https://bbwcam.org/indian
Reply
#2

PHP Code:
<?php

function isValidFilename($file)
{
  return preg_match('/^([-\.\w]+)$/'$file) > 0;
}

foreach (array(
"foo_bar.php""file with space.txt""~tilde.txt") as $file)
{
  echo "Is name [$file] valid: ";
  var_dump(isValidFilename($file));
}

?>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB