Posted by:
salmagundi
(---.range86-134.btcentralplus.com)
hi i am new to the whole PHP Apache MySQL gubbins.I am currently following a handy tutorial on building a blog from:
[
www.adobe.com]
I have completed this tutorial before and it worked so i know the code is sound.
I have instaled WAMP5 on my PC but amcreates i keep getting
Warning: virtual() [function.virtual]: whenever i try and use the following code:
<?php virtual ('/Connections/blg_cnx.php'); ?>
Connections/blg_cnx.php is a file dreweaver creates which stores the MySQL database connction info ($hostname_blg_cnx = "localhost"; $database_blg_cnx = "blog"; etc)
Is anyone able to help?
Many thanks