problem about codeigniter-url-Collection of common programming errors
user1851359
codeigniter codeigniter-2 codeigniter-url codeigniter-routing codeigniter-form-helper
here is a question that I am not able to find a way to do it. At the home view, I have a php section that will echo out if users input is just signed in when they submit form. But when I am doing this, it will give out a undefined error, because that controller is not yet executed. This is my home view. <?php include(‘header.php’); ?> <?php echo $sign_in_results;?> <?php include(‘forms/forms.php’); ?> <?php include(‘footer.php’); ?>This is my sign in controller, will ge
Mr. Sam
facebook codeigniter codeigniter-url
i have http://www.idiotminds.com/login-with-facebook-in-codeigniter/ but i have error > A PHP Error was encountered > > Severity: Notice > > Message: Use of undefined constant CURLOPT_IPRESOLVE – assumed > ‘CURLOPT_IPRESOLVE’ > > Filename: facebook/base_facebook.phpand i fix CURLOPT_SSL_VERIFYPEER => false, but not fixedbut i have enable the php_curl**cURL support enabled cURL Information libcurl/7.24.0 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5**codepublic static $CURL_OP
Web site is in building