Here's a copy of the flat file funtion of the scripts:
if ($Action == "F" or $Action == "EF" or $Action == "DF"){
while (list ($key, $val) = each ($_FILE))
{
if ($key != "Settings" and $key != "Refresh")
{
$val = stripslashes($val);
$val = str_replace('"','"',$val);
$val =...
I need an expert who can help me out with a precise answer...I can't seem to find an answer on the net or in other forums...Please Help...
This is what I'm trying to accomplish...
$Alpha =...
Here's a copy of the flat file funtion of the scripts:
if ($Action == "F" or $Action == "EF" or $Action == "DF"){
while (list ($key, $val) = each ($_FILE))
{
if ($key != "Settings" and $key != "Refresh")
{
$val = stripslashes($val);
$val = str_replace('"','"',$val);
$val =...
Thanks for responding.
I was advised that possibly a flat file would suffice and be easier to implement.
I am not very experienced in this and am still learning, therefore I'm looking for the easiest possible solution.
Would these infact be easier and just as effective?
I need an expert who can help me out with a precise answer...I can't seem to find an answer on the net or in other forums...Please Help...
This is what I'm trying to accomplish...
$Alpha =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.