iPixel Posted January 21, 2011 Share Posted January 21, 2011 I hope this is the right forum area for this question. I'm starting to use HTML_QuickForms2 for the first time and i have zero clue where to begin. I'm trying to require the needed files to start the process but even that isnt working. Has anyone ever used this that can point me in the right direction? require_once("http://10.10.10.10/quick_form/QuickForm2.php"); require_once("http://10.10.10.10/quick_form/QuickForm2/Renderer.php"); Thanks! Quote Link to comment Share on other sites More sharing options...
trq Posted January 22, 2011 Share Posted January 22, 2011 You need to pass a file path to require_once, not a url. eg; require_once "quick_form/QuickForm2.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.