85076/how-do-i-see-the-extensions-loaded-by-php
Hello @kartik,
Running
php -m
will give you all the modules, and
php -i
will give you a lot more detailed information on what the current configuration.
Hope it helps!! Thank you!!
Hello @kartik, If your PHP server allows url ...READ MORE
Hello @kartik, If you're using PDO, use PDO::lastInsertId. If you're ...READ MORE
Hello @kartik, mime_content_type() is deprecated, so you won't ...READ MORE
I want to put a copyright notice ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello, Use getLastRequest. It returns the XML sent in ...READ MORE
Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.