Simple way to a var of loading of a file and its replacement by an updated version?

Hi, I would like to have flash (as3) to save a var in a text file located on my Server , so everyone can reach from their rulers of customer. I also need to know how to update this variable by loading the last var on the server and write on it with a new updated var.

I read already a lot and everything seems so confused

http://www.Kirupa.com/Forum/showthre...S3-PHP-Notepad

http://www.Flash-DB.com/tutorials/SA...ATA.php?page=7

http://www.Flash-DB.com/tutorials/SA...ATA.php?page=2

http://www.Flash-DB.com/GuestBookTut/

For example, I have a file called hello.text on http://www.randomsite.com/game/hello.txt that contains:

variable = potato

I want, whenever I want, being able to load this var and replace it with something else.

A simple solution for this?

Thanks in advance.

Here's the edited Jacques code to do what you want:

to save the value of your variable:.

var variables: URLVariables = new URLVariables();

var varSend:URLRequest = new URLRequest ("saveToFile.php");

var varLoader:URLLoader = new URLLoader();

varSend.method = URLRequestMethod.POST;

variable = varSend.data;

variable = variables.wootext;  Make sure that "variable" is defined.  That is to say, something as variable = 'potato'; runs before attempting to use "variable".

varLoader.load (varSend);

///////////////////////// end of save code ////////////////////////////////

to read the value of your variable:.

variable var: String;

var url: String = "hello.txt".

var loadit:URLLoader = new URLLoader();

loadit.addEventListener (Event.COMPLETE, completeHandler);

loadit. Load (new URLRequest (url + "? r =" + String (Math.random () * 9999));)

function completeHandler(event:Event):void {}

variable = event.target.data as String;

}

//////////////////////// end of read code //////////////////////////////

saveToFile.php code.

$variable = $_POST['variable'];
// Strip slashes on the Local variables
$variable  = stripslashes($variable);
$filename = 'hello.txt';
$handle = fopen($filename, 'w')) {
fwrite($handle, $variable;
?>

///////////////// end of php code //////////////////////////////

Tags: Adobe Animate

Similar Questions

  • need the simple way to set the computer back to factory settings, and already saved safe data

    need the simple way to set the computer back to factory settings, and already saved safe data

    Vista recovery media obtain and/or use the Partition Recovery Vista on your computer to the factory settings .

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    In addition, ask them if you have a recovery Partition on your computer/laptop to restore it to factory settings.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Normally, you have to press F10 or F11 at startup to start the recovery process...

    Another way I've seen on some models is press F8 and go to a list of startup options, and launch a recovery of standards of plant with it, by selecting the repair option.

    Also ask them if it is possible to do the recovery disk/s for the recovery Partition in case of a system Crash or hard drive failure.

    They will tell you how to do this.

    Every computer manufacturer has their own way of making recovery disk/s.

    Or borrow a good Microsoft Vista DVD (not Dell, HP, etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    Save all data, because it will be lost during a clean installation.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/default.aspx/KB/326246

    'How to replace Microsoft software or hardware, order service packs and upgrades, and replace product manuals'

    See you soon.

    Mick Murphy - Microsoft partner

  • files and folders: How can I load all my files and folders to my new account of my external hard drive?

    Who can help, I just put a new account on my computer and deleted the old account. I backed up the old files on my external hard drive. I want to know is how can I load all my files and folders to my new account of my external hard drive? I thank you for your time and knowledge have a very nice evening, Shawn

    Because it's a new account (even if with the same name), the restore procedure is unable to put files and folders in the same place, they came (because this place technically no longer - if yes, then the process is done and the transfer is complete). It can create a set of separate files (maybe even under a new user name, if it has been stored in this way).  If so, all you need to do is copy the data as you would copy any other files and folders (not the main files of the user profile themselves but the data in them) on the new files in your user account and who will take care of the transfer. Here is more information about the restore procedure which may help you in the process.

    Here is an article on the restore procedure:http://www.vista4beginners.com/How-to-restore-files to make sure you do this right.  It's a selective restore of a full or selective backup (not a full restore from a full backup) - but since you did a full backup, it matches your process more closely than would a full restore.

    This is a GREAT article on the backup and restore processes in Vista http://technet.microsoft.com/en-us/magazine/2007.09.backup.aspx , but he won't go into detail about the restoration process - considering almost as easy, of course.  But it teaches you a lot about what is possible and how to do it.  It also focuses primarily on the full backup process, but he did mention the full backup and restore process as well.

    Here is an article on the advanced use of restoration (during normal restore does not work):http://www.mayankraichura.com/post/2009/08/06/Avdvanced-Restore-via-Windows-Vista-Backup-and-Restore-Center.aspx.

    Restore files from a backup
    http://Windows.Microsoft.com/en-us/Windows-Vista/restore-files-from-a-backup

    Back up and restore: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-and-restore-frequently-asked-questions

    I also found the following (but don't know if it of true or not):

    1. after the start of "backup and Restore Center."

    2. I chose "Advanced Restore"

    3. I was did not an administrator password... maybe because my account is an administrator account.

    4 choose "files from a backup made on a different computer.

    5. in the dialog box indicating "Select the location of the backup to restore", select "hard drive, CD or DVD...". »

    6. under the drop-down list box, select your drive/partition and continue

    7. If all the backups on your drive, it will show a list of them.

    8. in my case, he showed a backup, but in the backup location, it will show "backup location is not available."

    9. I was frustrated, but then I somehow just select this backup (Yes... even if he said that thebackup location is not available " ")

    10. and you press "next".

    11 guess what... no error!

    12. a window appeared asking me if I wanted to do a full restore, or I want to select specific folders or files.

    13. I selected the folders I wanted to restore and bingo... it their restored smoothly.

    14. so that the next time see a mistake, try to continue with him... ;)

    I don't know if this will help, but it does not provide much information about the process (when it works).

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Load a CSV file and access to variables

    Hi guys,.

    I am new to AS3 and treated with AS2 before (just to get the scope when change it).

    Is it possible in AS3 to load an excel .csv file into Flash using the URLLoader (or?) and the data in the form of variables?

    I can get the .csv to load and trace values (cell1, cell2, cell3...) but I do not know how to collect the data and place it into variables.

    Can I create a table and access like so... MonTableau [0], myArray [1]? If so, I don't know why it does not work.

    I have to be on the road quite wrong. Here's what I have so far...

    var loader: URLLoader = new URLLoader();
    loader.dataFormat = pouvez;
    loader.addEventListener (Event.COMPLETE, dataLoaded);

    var request: URLRequest = new URLRequest ("population.csv");
    Loader.Load (request);
    //...
    function dataLoaded(evt:Event):void {}
    var myData:Array = new Array (loader.data);
    trace (mydata [i]);

    }

    Thanks for any help,

    Sky

    Simply load your csv file and use the string flash methods to allocate these values in a table:

    var myDate:Array = loader.data.split(",");

  • I get this error "Flight Simulator could not load some program files and will now close" - does anyone know how to solve?

    I get this error "Flight Simulator could not load some program files and will now close" - does anyone know how to solve?

    Hello

    I suggest you to please follow the steps described in the following articles and check if it helps.

    "Invalid product key" error in Microsoft Games, MapPoint, or Streets & Trips

    http://support.Microsoft.com/kb/812467

    How to get a new product key for Microsoft Games for Windows, Streets & Trips, or MapPoint

    http://support.Microsoft.com/kb/973457

    Let us know if it helps!

  • When upgrading to Windows XP SP3, Windows 7, it loads the temporary files, and then I got an error message saying "the install.wim file does not exist.

    When the upgrade of xpsp3 for win 7 it loads the temporary files and 1 min in step 2? "" departure ": an error message appears that says install.wim file does not exist?

    original title: problem installing win 7

    Hello

    You can't upgrade Windows XP to Windows 7.

    Windows 7 upgrade paths

    This document describes the upgrade paths that are supported and not supported for editions of the Windows® operating system 7.

    Unsupported upgrade scenarios

    • Upgrade to Windows 7 from the following operating systems is not supported:
    • RTM of Windows 95, Windows 98, Windows Me, Windows XP, Windows Vista®, Windows Vista Starter, Windows 7 M3, Windows 7 beta, RC of Windows 7 or Windows 7 IDS
    • Windows NT® Server 4.0, Windows 2000 Server, Windows Server® 2003, Windows Server 2008 or Windows Server 2008 R2
    • Upgrades on place of several architectures (for example, x 86 to x 64) are not supported.
    • Place of cross-language upgrades (for example, en - us en - us) are not supported.
    • Cross-SKU upgrades (for example, Windows 7 N to Windows 7 K) are not supported.
    • Upgrades from Windows Vista to Windows N, Windows K, Windows KN or Windows E are not supported.
    • Upgrades on place of type Cross-compiling (for example, the fre to chk) are not supported.
    • Pre-release in place upgrades across milestones (for example, Windows 7 RC to Windows 7 RTM) are not supported.

    Supported upgrade scenarios

    Company

    Professional, company, full

    Enterprise

    Enterprise

    Home Basic

    Home Basic, Home Premium, Ultimate

    Home Premium

    Home Premium, ultimate edition

    Ultimate

    Ultimate

    Enterprise

    Enterprise

    Home Basic

    Home Basic

    Home Premium

    Home Premium

    Professional

    Professional

    Starter (x 86 only)

    Starter (x 86)

    Ultimate

    Ultimate

    Home Basic

    Home Premium, professional, ultimate edition

    Home Premium

    Professional, ultimate edition

    Professional

    Ultimate

    Starter

    Home Premium, professional, ultimate edition

  • Is it necessary to load Net Framework 1 and 3.5 on xp updates if netframework 4 is installed

    Is it necessary to load Net Framework 1 and 3.5 on xp updates if netframework 4 is installed?

    Let's get your first thread has finished first, please-online http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/where-can-i-download-windows-xp-sp-2-32-bit-now/d4d6f65a-f66f-4151-8faa-1a272c5a3ef1

  • Error: "Flight Simulator could not load some program files and will now leave." at the start of the game after installing the reduction acceleration expansion Pack.

    Hi I just bought a copy of Microsoft Flight Simulator gold edition. and after installing and playing on the deluxe edition, I decided to add the extension of acceleration. and after installing the extension, the game no longer works it comes up with an error message saying "Flight Simulator could not load some program files and will now stop. Please reinstall Flight Simulator to restore or repair the installation of the program. ».

    Now, after a few days looking for a response, I decided to ask the guy who made the game.

    The error message also appears when I download just 2 service packs of Microsoft also.
    I have a laptop HP 630 with a processor intel core i3 - 2350 m cpu @2. 30 ghz, 2 GB ram, windows 8 pro 64-bit

    Original title: fsx gold edition...

    Try this, it worked for me:

    (1) uninstall normally from the control panel.

    Reinstall 2) in the Windows directory (C: here)

    (3) install SP1, SP2

  • How to load an XML file and save it as a file fm

    Hi Experts,

    I have a bunch of XML files in a folder. I want to make is that I want iteratively, load the xml using a StructuredApplication and save it as a file FM. I was able to sucessfully load the XML file, but I'm having trouble to save a file of FM.

    Here is the code I wrote so far:

    If (sourceFolder! = null) {/ / If a valid file is selected}

    files = new Array();

    fileType = "*.xml";

    files = sourceFolder.getFiles (fileType);  Download all the files that match the pattern

    If (files.length > 0) {/ / get the destination to save the files}

    destFolder = Folder.selectDialog ('Select the folder where you want to save the converted XML files.', ' ~');

    for (var i = 0; i < files.length; i ++) {}

    Set the options to open the XML file.

    var openParams = GetOpenDefaultParams();

    var j = GetPropIndex (openParams, Constants.FS_OpenAsType);

    . propVal.ival openParams [j] = Constants.FV_TYPE_XML;

    j = GetPropIndex (openParams, Constants.FS_StructuredOpenApplication);

    . propVal.sval openParams [j] = "XML Snpsbook";

    j = GetPropIndex (openParams, Constants.FS_FileIsOldVersion);

    . propVal.ival openParams [j] = Constants.FV_DoOK;

    j = GetPropIndex (openParams, Constants.FS_FontNotFoundInDoc);

    . propVal.ival openParams [j] = Constants.FV_DoOK;

    j = GetPropIndex (openParams, Constants.FS_FileIsInUse);

    . propVal.ival openParams [j] = Constants.FV_DoCancel;

    j = GetPropIndex (openParams, Constants.FS_AlertUserAboutFailure);

    . propVal.ival openParams [j] = Constants.FV_DoCancel;

    var returnParams = new PropVals();

    I'M NOT ABLE TO GET THIS LINE TO RUN. sourceDoc RETURNS a REFERENCE of OBJECT INVALID.

    sourceDoc = Open (files [i] .name, openParams, returnParams);  Returns the document object

    Alert (SourceDoc.Name);

    Function to save. XML file. Extension of the FM

    var saveParams = GetSaveDefaultParams();

    var returnParamsp = new PropVals();

    Change the extension .xml FM

    var k = GetPropIndex (saveParams, Constants.FS_FileType);

    saveParams [k].propVal.ival = Constants.FV_SaveFmtBinary;

    saveAsName = sourceDoc.name.replace (/ \.) [ ^\.\\]+$/,".fm");

    var saveInFile = record (saveAsName, saveParams, returnParamsp);  Save as file FM

    saveInFile = new file (destFolder + ' / ' + targetFile);

    saveInFile.close ();  Close file

    }

    Alert ("the files are saved in the FM to ' + destFolder");

    } else {}

    Alert ('no matching files found!');

    }

    }

    Hi reda,.

    You are very close, but there are a few critical flaws in your code that will prevent the proper functioning:

    -Your paths in string literals must have sequences to escape the backslashes. A backslash character is treated as an adverb in an escape sequence, so those need to be escaped themselves. For example: "C:\\Users\\rajrev\\file.xml."

    -Your OpenXMLFile () function does not return anything, then the original DocumentSource variable never gets made.

    -It is better to use the ObjectValid() method to test a valid object of FM.

    -I am not an expert of regular expression, but I can't understand the logic in your replace() method, to create the new path of the file. In addition, the property "name" of the fileObject is invalid, it must be 'name '. I think that there are simpler ways to do.

    -Your call to the Save() method is incorrect. It should be fileObject.Save (saveAsName, saveParams, returnParamsp).

    All that being said, here is a quick review, without comment, that works for me:

    var sourceDoc = openXmlFile("C:\\Users\\rajrev\\file.xml","XML snpsbook");
    if (sourceDoc.ObjectValid()) {
    
        var path = sourceDoc.Name;
        var filename = path.substring((path.lastIndexOf("\\") + 1), path.length);
        filename = filename.replace(".xml", ".fm");
    
        path = path.substring(0, (path.lastIndexOf("\\") + 1));
        path = path + "transformed_files\\" + filename;
    
        //path testing
        //alert(path);
    
        saveToFm(sourceDoc, path);
        sourceDoc.Close(0);
    }
    
    // Function to open and XML file
    function openXmlFile(filePath, structApp) {
        var openParams = GetOpenDefaultParams();
        var i = GetPropIndex(openParams, Constants.FS_OpenAsType);
        openParams[i].propVal.ival = Constants.FV_TYPE_XML;
        i = GetPropIndex(openParams, Constants.FS_StructuredOpenApplication);
        openParams[i].propVal.sval = structApp;
        var  returnParams = new PropVals();
        var doc = Open(filePath, openParams, returnParams);
        return doc;
    }
    
    //Function to save the opened XML as an FM file
    function saveToFm(fileObject, savePath) {
        var saveParams = GetSaveDefaultParams();
        var i = GetPropIndex(saveParams, Constants.FS_FileType);
        saveParams[i].propVal.ival = Constants.FV_SaveFmtBinary;
        var saveAsName = savePath;
        var returnParamsp = new PropVals();
        fileObject.Save(saveAsName, saveParams, returnParamsp);
    }
    
  • How to load external swf file and unload the swf file parent?

    I have a question. Let's say I have file1.swf, file2.swf and file3.swf, how can I link this 3 files together.

    Let's assume that file1.swf is the main content file, but as I load file2.swf, I want the file1.swf get replaced by file2.swf. How could unload file1.swf at that time, so that my file2.swf will become the main content file?

    and even once, when my current post file2.swf and I want it get replaced by file3.swf tinkle of a button. so that i can unload the file2.swf and let them file3.swf become the main content file...
    Anyone have ideas on this?
    Thank you..

    If you're publishing to fp 10 + use:

    var loader: Loader = new Loader();

    var urlR:URLRequest = new URLRequest();

    addChild (loader);

    Btn1.addEventListener (MouseEvent.Click, f);

    btn2.addEventListener (MouseEvent.Click, f);

    function f(e:Event):void {}

    {if (Loader.Content)}

    loader.unloadAndStop ();

    }

    {if(e.currentTarget==btn1)}

    urlR.url = "file2.swf";

    } else {}

    urlR.url = "file3.swf";

    }

    Loader.Load (urlR);

    }

    p.s. Please check the useful/correct, if there is.

  • Is there a way took care in the reorg table sys.job$ (and its indexes)?  (Oracle 9)

    I have an old database that has a table of great sys.job$ and the large index on it. (indices are just standard installed indexes nothing we did)    However the table has very little data in it now, only 22 rows.   Yet between the table and index is > 1 GB in size.

    The enforcement team asked me to reorg or shrink the table sys.job$ and explained its large size is probably due to the fact that they believe some process went wrong turned for years resulting in job creation, but his long since been cleaned.

    What motivates is to save space in the SYSTEM tablespace and possibly help some query performance.

    I know that in general its forbidden to directly manipulate the sys objects (such as truncation, insert, etc. with the exception of sys.aud$).

    Y at - it a taken way supported to reduce the size of this table.  Any document referencing.

    Yes, there is a way taken in charge.

    It's called "Recreate the database"

    -------------

    Sybrand Bakker

    Senior Oracle DBA

  • When I drag and drop or delete or move a file in a different way, it remains in the place where it is and its shortcut no longer works, and a working copy of it appears where I wanted to put it.

    is this a virus? I tried restoring the system several times and it doesn't have this problem. Help, please

    After inspection, everything moves, except that I have to close and reopen the file window to display all changes and I have to log off and turn it back on to see any Exchange Office.

    Hi Colton

    It resembles a kind of refresh issue?

    The next time you move a file and see this problem, try pressing the F5 (refresh) to see if this solves the problem.

    Let us know the results.

    Ragards

  • Why can I still not load the pdf files even after I installed the latest version or reader?

    I received an email, and I'm trying to simply open pdf files to view.  I went through the steps in the installation program Adobe Reader, I typed in my password of the computer and was taken to a page that says "Step 3 of 3", and he wanted me to buy another Adobe app.  So I Quit Safari, leave my email.  Tried to restart my email and then even tried to save the pdf file and then tried to open it to see and I got this message:

    To view all of the content of this document, you need a later version of the PDF Viewer. You can upgrade to the latest version of Adobe Reader www.adobe.com/products/acrobat/readstep2.html

    For support, go to www.adobe.com/support/products/acrreader.html


    I went to the two sites listed and have still found no answer.  I was wondering why I can't view these pdf files?  If someone a tips or advice to help solve the problems, I would be very happy!

    Thank you for your time!

    Lbbhx1

    Assuming that you get this message in Safari, Chrome, or FireFox, then Adobe Reader installation is not complete. You could try saving the file and open it on your computer or reinstall the drive. What he was trying to sell you? Be sure to download Adobe, not someone else.

  • Y at - it a simple way to update my old DRM protected songs to non - DRM?

    I have about 500 songs protected with DRM in my iTunes library that I would like to upgrade. I have considered various options. I like simple. I don't want Apple music and the library of Cloud, and I don't want iTunes game. I don't want to make CD and load it into iTunes. I don't want to buy music elsewhere as I already bought at iTunes. I looked at various converters for Mac DRM, and they look like the best option for now. Before you buy one of these, I missed something. I read in various allows, at the same time, you could upgrade all your DRM songs to non - DRM iTunes somehow, but can not know that one. Is there a simple way to solve this problem? Devices just Apple and software will play those songs.

    Hello

    The easiest way to upgrade your iTunes Store purchases, is to subscribe to iTunes game. Your iTunes library is analyzed to determine what can be improved. Previous purchases that can be upgraded will be either the iCloud 'Bought' or 'Matching' State. Then, you select Delete DOWNLOAD, see download icon. If the tracks is updated you will see change the transmission speed of 128 to 256 Kbps. Then, you select make available offline to download the new version. Be aware that a small number of titles isn't expandable.

    JIm

  • Need help with loading the XML file

    Hello

    I spent reviewing the web/forums for an example on how to do this for a few days now.  I managed to get this working in Flash Pro easily enough, but I think I'm missing something when I want to do the same thing in Flex.

    Basically, I want to load an XML file and then set the values of the text of labels 5, equal to the data in the XML file.

    So I have a button created in MXML and have put the following click event:

    Click = "dsSetup (Event)" "

    I also stated the following:

    public var myRequest:URLRequest = new URLRequest ("assets/myFile.xml");   folder located under the CBC in project

    public var myLoader:URLLoader = new URLLoader();

    public var myXML:XML;

    My function that loads is as follows:

    public function dsSetup(event:MouseEvent):void

    {

         trace ("dsSetup");

    myXML = new XML (myLoader.data);

    H3. Text = myXML.source.itemA;

    H4.text = myXML.source.itemB;

    H5.text = myXML.source.itemC;

    H7.text = myXML.source.itemD;

    H8.text = myXML.source.itemE;

    currentState = "MainMenu";

    }

    myLoader.addEventListener (Event.COMPLETE, dsSetup);   I think that this line is no longer as I put it in the MXML

    myLoader.load (myRequest);

    It's the way I did in Flash and it worked fine, but I must be missing something when it comes to Flex.

    Can you explain or point me to a good tutorial that shows how to load XML in Flex code?

    Those I've found seems to have about 50 lines of code just to load a file and add through a complex for a beginner.

    Thank you very much

    I suggest you save the data loaded in a variable that can be linked, then bind the properties of the text - who:

    [Bindable]

    var myXML:XML;

    public void dsSetup(event:MouseEvent):void

    {

    myXML = new XML (myLoader.data);

    currentState = "MainMenu";

    }

    ...

Maybe you are looking for

  • My

    My apple ID has been disabled for several times. I have reformat my iPhone, created a new apple ID. But the problem has not been resolved.

  • generation of signals using DAQMx.vi

    I'm trying to generate signals with a generator block functional VI, with a lop fill and table with values of frequency and amplitiude as in the diagram below. When programs run at the end an error message pop up Error-200479 occurred at DAQmx start

  • Cannot run Mercury Marine computer diagnosis System (CDS) via the usb port.

    Original title: trying to run mercury marine diagnosctics system cds via usb port, will not initialize port. I have tried 4 different ports, usb drivers for this system are installed. using windows 7 ultimate Windows 7 ultimate installed just to run

  • Vista black screen of death

    Hi, I have recently started to the top of my desk and all of a sudden, it was a black screen with only the cursor. There is nothing I can do, can not enter the Manager tasks or anything like that. I tried to switch when starting and tried restoring t

  • Page redirect error 310 Web Cookies / Cache disabled, timer checked, Etc. problem remains

    I get an error code 310 on a contact/contactus.php one Web page.  I did research online, erased the history of navigation, cache, cookies, etc. from "beginning of time".  I have checked the clock on the computer for synchronization, verified extensio