Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: search in result_array()
Post: RE: search in result_array()

thanks for help... public function get_caption($captions_arr,$file_name) { foreach ($captions_arr as $row) { if($row["image_name"] == $file_name) { return $row["text_heb"]; ...
6,320 Views
6 Replies
05-21-2015, 05:46 AM
eladr
    Thread: search in result_array()
Post: RE: search in result_array()

now i got it... return $captions_arr[0]["text_heb"]; so - basically i want to print the value of "text_heb" only when image_name is equal to specific value... $array = array( 0 => array(...
6,320 Views
6 Replies
05-21-2015, 05:31 AM
eladr
    Thread: search in result_array()
Post: RE: search in result_array()

this gived me "array" echo $captions_arr[0]; and this gives me error... $captions_arr[0][0]; result_array is not an array of arrays?...
6,320 Views
6 Replies
05-21-2015, 05:19 AM
eladr
    Thread: search in result_array()
Post: RE: search in result_array()

im getting undefined index... i believe the data is:
6,320 Views
6 Replies
05-21-2015, 05:13 AM
eladr
    Thread: search in result_array()
Post: search in result_array()

hi... im returning db query as result array: $sql="select image_name,image_caption from gallery_image_captions where gallery_id=".$gallery_id." order by image_name"; $query = $this->db->query($sq...
6,320 Views
6 Replies
05-21-2015, 03:19 AM
eladr
    Thread: Get files from folder
Post: RE: Get files from folder

I used this: $dir_current = dirname(__FILE__); //replace with logs directory and point to log.html file $dir = str_replace('controllers', 'public', $dir_current)."/images/myworldgalleries/poland/or...
2,371 Views
1 Replies
05-18-2015, 04:56 AM
eladr
    Thread: Get files from folder
Post: Get files from folder

Hi, Im trying to get files from folder. This code is working great in my dev machine.the dir variable is actually c:\xampp\...\... but in the real server this is the path... How it can be fixed?...
2,371 Views
1 Replies
05-18-2015, 01:35 AM
eladr

Theme © iAndrew 2016 - Forum software by © MyBB