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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.