andixhafa2403
Forum Replies Created
-
I fix it.
Thank you very much for your support.
Best Regards
Andi XhafaI think that found the problem.
The server must return me a value of variable R(0 or 1).
But the print_r($_GET,true) shows me the result:
Array
(
[page_id] => 1988?R=1
[CertNo] => *********
[CertType] => *********
[CertName] => *********
[CertTitle] => *********
)
I add 2 lines of code to get value of R:
$page_id=$_GET[“page_id”];
$r=substr($page_id, -1 );
but it shows nothing.
Is there any change to remove ? before R and to show &?
Thank you againForum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Problem with regionsHi @mjjojo
I find a way to fill my country map but i found another problem.
My country is Albania(AL) and i upload .cvs file where city is “named” AL-11 or AL-4 for example.
Can i rename this name on tootip(mouse hover), i mean i want to show the real name of city(Tirane-for example) and not Al-11?
Thank you so muchForum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Problem with regions@mjjojo
Thank you for support.
I have create some chart before and everything seems right, my problem is about the name of regions(city) of my country.
I’am trying to create a map where to show a macroeconomy index for just a country(like GDP for example) and want to show the part(value) of every city.
I hope to be enough clear.
Thank you again