I\'m building a website using Flex, Codeigniter, and I use swfobject to embed the swf. This will not work if I access the website using Codeigniter\'s index.php file.
I am having an add/edit form to update and add to database, and I was not sure what the best way is to input TIME type (HH:MM:SS). Should I use multiple html text inputs for HH, MM, SS?
What\'s a good way to validate phone numbers being input in codeigniter? It\'s my first time writing an app, and I don\'t really understand regex at all.
I have the following model(codeigniter) code to upload image and thumbnail. However the result of image path becomes, images/comfort_big.jpg and images/comfort_big.jpg.jpg.
I need to get the quantity of items from a form and pass that to CI\'s paypal_lib auto_form: This is my controller:
I am having a play around with codeigniter and trying to get my head around the active record system and such like.
I am a newbie in CodeIgniter. And would like to know how am I suppose to add Imagick/Gmagick ilbrar开发者_运维技巧y to codeigniter, so that I can use it in my codes?
how to pass a php variable to dynamicaly generated div\'s onclick event? here is my code while($rowset = mysql_fetch_array($result))
I\'ve been working on jqGrid for 开发者_JAVA百科the last 3 days. I\'ve been able to populate the grid, but nowI can\'t get to work the buttons/features of the jqGrid like add, edit, save or even dele
I\'m building my first real CI app.I have to build a survey system--If the specifics are important, I\'ll elaborate.