Thread Starter
zoluxa
(@zoluxa)
I solve this problem? changing
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
to
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
in http.class.php on line 229
Thanks for plugin!
Hello wdhppr! I’m trying to do somethink but it still don’t work/ can you help me?
<?php
echo ‘<h2>Область: ‘;
$obl=$_POST[‘Область’];
echo $obl;
echo ‘</h2>’;
echo do_shortcode(‘[abase form=”1,search” table=”Refery” columns=”ID,Фамилия,Категория$Поиск” elements=”ID,Фамилия,Категория”
where=”Область LIKE “$obl””]’);
?>
Hi wdhppr, can you tell us how you insert returned value into abase shortcode? Will be pleasure for answer