mbeav3336 Posted May 4, 2006 Share Posted May 4, 2006 Ok, I am new to website creation and php. I bought the new dreamweaver and I am building a site. When I created a newuser page I set up the table in mysql and built the html form. I then put a record insert like the tutorial said in dreamweaver. So heres the code <?php virtual('/Connections/oilfieldhire.php'); ?> I would like to know what its meaning is. Heres the problem Fatal error: Call to undefined function: virtual() in /homepages/0/d154345321/htdocs/ohire/newcustomer.php on line 1Dreamweaver connects fine to the database and has the tables I created present. Please help. Link to comment https://forums.phpfreaks.com/topic/9020-dreamweaver/ Share on other sites More sharing options...
trq Posted May 4, 2006 Share Posted May 4, 2006 It meens your trying to call an undefined function [i]virtual[/i] in the page newcustomer.php. Link to comment https://forums.phpfreaks.com/topic/9020-dreamweaver/#findComment-33307 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.