I want to deliver an URL using Post in HTML/PHP with codeIgniter. So I output my URL\'s BASE64-Encoded in a hidden field because the URL is crawled from Googles response Page and nearly any character
I\'m trying to send a file to the user using xsendfile within the code igniter framework. It is all installed correctly, my problem is that it only seems to work from the route, e开发者_运维问答ven t
I am using codeigniter and at the moment I have a bit of the problem. When I insert iframe (from the youtube) into db in the view file I get row code like this:
An array I use in my PHP code can grow only up to 7 elements. Could anybody shed some light to figure this out? please.
Are there any disadvantages to just putting all models in $autoload[\'model开发者_C百科\'] instead of loading them only as necessary? You might want to take a look at the CodeIgniter Profiler Class to
I have a text box in a form to enter time and I use to check the validation using jquery. But now I want to check the validation of the text box using the codeigniter\'s built-in validation system. Wo
For starters, the Codeigniter documentation on update_batch does not exist. kenjis was kind enough to provide some documentation and submit it to the repository. Hopefully they pull it soon.
I have set up a folder with a controller in it: controllers/admin/home.php, but I get a 404 from the browser when开发者_StackOverflow社区 I try to access it.
I\'m brand new to CI and I\'m trying to remove the annoying \"index.php\" from the URLs. This is the .htaccess I\'m using:
I have two folders in application for dev/ and live/ sharing the same system.This is a fresh install.How do I remove the index.php in the url via htaccess? I\'ve tried the provided code: