View Single Post
  #17  
Old 04-12-2017, 05:42 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Proper way for query functionality

That shows ./ as the starting point which means from your current location. You probably need the full url. modules/Manufacturers/customer_manufacturers_list.php does it this way if that helps:

PHP Code:
$manufacturer['image_url'] = func_get_image_url($manufacturerid"M"$manufacturer['image_path']); 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote