Get KoolPHP UI with 30% OFF!

koolphp issue

Eduard
I try to integrate example.php in my site: http://wifa.ws/modules.php?name=koolphp
But nothing any effects. Why?
my index.php:
<?php
$KoolControlsFolder = '/var/www/mykool/KoolControls';
include('/var/www/modules/koolphp/example.php');
?>
example.php - from example directory (/Examples/KoolAjax/UpdatePanel/With_Database/example.php)
Posted Aug 3, 2015 Kool
David
Hi Wifa,
You would want to run the file "/Examples/KoolAjax/UpdatePanel/With_Database/index.php" instead of "/Examples/KoolAjax/UpdatePanel/With_Database/example.php". In our index.php file, we include the file "Resources/runexample.php" to run the example instead of run "example.php" directly.
If you want to use your own index.php file, please also include "runexample.php" in the folder Resources.
Rdgs,
Posted Aug 3, 2015 Kool
Eduard
I don't need to insert all of the examples on my website. :) I only see how it will work UpdatePanel (completely analogous to the example of the UpdatePanel/With_Database). Here's what I got: http://wifa.ws/modules.php?name=koolphp so I ask - why is not working and what could be the reason.
When I select something from the combo - there is no action...
Thank you.
RESOLVED. included test file was moved to root folder. And issue resolved.
But new issue: Warning: DOMDocument::loadXML(): Input is not proper UTF-8, indicate encoding ! Bytes: 0xFF 0x3C 0x2F 0x74 in Entity, line: 4 in /var/www/mykool/KoolControls/KoolAjax/koolajax.php on line 1 Fatal error: Call to a member function getattribute() on a non-object in /var/www/mykool/KoolControls/KoolAjax/koolajax.php on line 1
I try to use cyrillic symbols in CDATA block:
<![CDATA[
<?php
echo "<table border='1'>";
echo "<tr><td>ЯЯЯ</td><td>ЫЫЫ</td><td>ЮЮЮ</td></tr>";
if(isset($_POST["customerNumber"]))
{
$customerNumber = $_POST["customerNumber"];
$result = mysql_query("select orderNumber,orderDate, status from orders where customerNumber=$customerNumber");
while($row=mysql_fetch_assoc($result))
{
echo "<tr>";
echo "<td>".$row["orderNumber"]."</td>";
echo "<td>".$row["orderDate"]."</td>";
echo "<td>".$row["status"]."</td>";
echo "</tr>";
}
}
echo "</table>";
?>
]]>
Posted Aug 3, 2015 Kool
David
Thanks, Wifa! We will look into the character charset problem and let you know.
Rdgs,
Posted Aug 4, 2015 Kool
Armando
Hello! Want to migrate from Vue to React JS? Our company will help you find the best specialist who has the necessary skills for this! Our developers from Ukraine is the easiest and most profitable option that will positively affect your budget. We only hire experienced developers for the migration plan! >> https://www.findreactdevelopers.com/migrating-from-vue-to-react/
Posted Apr 14, 2023 , edited Apr 26, 2023 Kool