Posts by Jaciel Placidino • 37 points
4 posts
-
0
votes2
answers73
viewsQ: Array with inputs and a specific data!
only here to settle certain things. I’m breaking my head to make this loop but I haven’t got it yet. How do I put the highlight in this array() and only 1 of these photos will be marked with the…
-
-4
votes2
answers902
viewsQ: Loop foreach error: syntax error, Unexpected 'foreach' (T_FOREACH), expecting ')
Can anyone tell me what I did wrong in this job? can’t find the error. public function inserir_fotos() { $fotos = $this->input->post('fotos'); $data = array( foreach ( $fotos as $item =>…
phpasked Jaciel Placidino 37 -
0
votes4
answers2235
viewsA: Codeigniter and . htaccess in subfolder on server
If you put your CI with the default structure inside the FOO folder there is no reason why it doesn’t work. What it looks like is that your basis for writing is in another folder. Try this pattern…
-
4
votes2
answers1201
viewsQ: Modify Canvas in real time
How can I use the tag canvas HTML5 and make this change in real time as I input the data into input? I’ve already done the form and put the tag canvas page. I was wondering if JQuery it is possible…