Fatal error: Cannot redeclare str_contains() November 27, 2022, 06:41:34 PM HelloOn my first launch of PHPRad, I am receiving the following error when trying to preview the webpages.Fatal error: Cannot redeclare str_contains() in C:\xampp\htdocs\project2\helpers\Functions.php on line 524__________________________________________________________________________________________________________________function str_contains($needle, $haystack){ return strpos($haystack, $needle) !== false;}thank you Quote Selected
Re: Fatal error: Cannot redeclare str_contains() Reply #1 – December 06, 2022, 02:24:23 PM Use the PHP version as indicated on the download page. PHPRad - The Advance Rapid Application Development Environment in PHP/Mysql Quote Selected