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! Link to comment https://forums.phpfreaks.com/topic/225199-html_quickforms2/ 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"; Link to comment https://forums.phpfreaks.com/topic/225199-html_quickforms2/#findComment-1163395 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.