You are not logged in.
Pages: 1
Hey there,
I'm trying to figure out if its possible to load data from another database besides the one used for the current big tree installation. I'll like to display some information from another database possibly hosted on another server. And if it is possible how would I go about it?
Thanks Tim. Worked
I'm working on using callouts for my project. I've created the callout in admin and pasted my html code in the corresponding callouts folder. How do I get my callout to show at the frontend of the website?
Thanks Tim. Worked.
I've tried using the search function but it does not return anything. I must be using it wrong:
$search_string="SELECT * FROM products WHERE name LIKE '%{$search_item}%'";
$products=$productsMod->search($search_string,false,false,false,false,false);
How should i structure my query string?
Pages: 1