answersLogoWhite

0


Best Answer

To enable dynamic loading of extensions, set enable_dl option in php.ini to 1

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you enable dynamic loading in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is dynamic loading?

loading which cause movement of the object or structure is called dynamic loading


What is the php hosting?

Php hosting is a popular scripting language in which produces dynamic web pages. An example of a dynamic web page is Facebook. Facebook needs php hosting as it has a login page. Shopping pages are also php hosted.


What is need to know for php?

PHP is powerful language platform to develop dynamic, functional website. PHP is more preferable for eCommerce Web Development.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


What proportion of websites are dynamic say php?

A possible use case for dynamic content via PHP may be:page content (add content to a database and fetch it with PHP)news (news entries from a database or a file are read and put out to the user)forumsfaqjust to name a few


How does PHP differ from HTML in terms of application and structure?

In structure <?php ?> <html> </html> in application - one is static and another is dynamic. this much ......


What is the purpose of php?

PHP is a dynamic language meant to do server-side processing where plain HTML/client-side JavaScript isn't enough.


What is the PHP programming language?

PHP is a server-side scripting language mainly for processing a user's data-input and generating dynamic content.


How does dynamic HTML relate to HTML and CSS?

There is no such thing as Dynamic HTML. However, you can dynamicly display HTML with the use of some dynamic languages - like PHP or ASP.


Which two services are required to enable a computer to receive dynamic IP addresses and access the Internet?

Which two services are required to enable a computer to receive dynamic


How do you install PHP on a Mac?

First install a webserver such as apache.Then download and unpack the PHP source for Unix/Linux.Open apache's httpd.conf and enable the PHP5 module and specify the location of PHP. There should be sample lines to uncomment within this file


How do you make a blog using PHP and MySQL?

You can create blog in php. In fact, many blogs on the internet created using php. There are many readymade blogs which you can install on your own server. Or, if you wish, you can create your own blog application. Simply, blog is a dynamic website (users can add, delete, update content) and PHP was designed for creation of dynamic websites.