What do you want to save?
Add Code snippet
New code examples in category PHP
-
Charles Holley 2023-01-17 15:04:54
6002394486721
/login.php session_start(); $fb = new Facebook\Facebook([ 'app_id' => '{6002394486721}', // Replace {app-id} with your app id 'app_secret' => '{app-secret}', 'default_graph_version' => 'v3.2', ]); $helper = $fb->getRedirectLoginHelper()... Add solution -
Awgiedawgie 2022-05-13 22:22:09
you can also run `php --ini` inside terminal to see which files are used by php in cli mode.
Your error message is pretty explicit about what is going wrong: laravel/framework v5.2.9 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. Do you have mbstring installed on your server and is it enabled? Y... Add solution -
Awgiedawgie 2022-05-13 22:10:01
bootstrap
<!-- CSS only --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin... Add solution
Best helpers
Ranking is empty