Start learning with our library of video tutorials taught by experts. Get started
Members who watched this also viewed
show more
Find answers to the most frequently asked questions about Dreamweaver with PHP and MySQL.
<?php include('../ZendFramework/library/Zend/Date.php'); ?
<?php echo $_SERVER['DOCUMENT_ROOT']; ?
You can then programmatically modify the include_path variable at runtime with the set_include_path() function. For example, if your physical root folder is /home/myroot, the code might look like this:
<?phpset_include_path('.' . PATH_SEPARATOR .'/home/myroot/ZendFramework/library/Zend');include('Date.php');?
If you still have a question about Dreamweaver with PHP and MySQL, let us know.
Are you sure you want to delete this bookmark?