How come this doesnt work:
myVars = new LoadVars();
myVars.load(“testfile.php”);
trace (variName);
the PHP file has
<?
echo “variName=HelloWorld”;
?>
Any help would be great.
How come this doesnt work:
myVars = new LoadVars();
myVars.load(“testfile.php”);
trace (variName);
the PHP file has
<?
echo “variName=HelloWorld”;
?>
Any help would be great.
:: Copyright KIRUPA 2024 //--