How can find a Php Version?

Anybody know, how can PHP version find & how can change version, my php is given below
<?php
    $pafor=ucfirst($_REQUEST["pafor"]);
          $job_code=ucfirst($_REQUEST["job_code"]);
    $basic_graduation=ucfirst($_REQUEST["basic_graduation"]);
    $PGCOURSE=ucfirst($_REQUEST["PGCOURSE"]);
    $skills=ucfirst($_REQUEST["skills"]); 
    $EXPYEAR=$_REQUEST["EXPYEAR"];
    $EXPMONTH=$_REQUEST["EXPMONTH"];
          $yr_name=$_REQUEST["yr_name"];
          $yr_email=$_REQUEST["yr_email"];
          $ph_no=$_REQUEST["ph_no"];
          $str_add=$_REQUEST["str_add"];
          $city=$_REQUEST["city"];
          $EXPMONTH=$_REQUEST["EXPMONTH"];
          $postal_code=$_REQUEST["postal_code"];
          $country=$_REQUEST["country"];
          $strresume_name=$_FILES["strresume"]["name"];
    $strresume_type=$_FILES["strresume"]["type"];
    $strresume_size=$_FILES["strresume"]["size"];
    $strresume_temp=$_FILES["strresume"]["tmp_name"];
    if($strresume_type=="application/octet-stream" or $strresume_type=="text/plain" or $strresume_type=="application/msword")
        $message= '
            <table cellspacing="0" cellpadding="8" border="0" width="650">
            <tr>
                <td colspan="2"></td>
            </tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Position Applied for:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$pafor.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
                              <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Job_Code:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$job_code.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Qualification / Details:</strong></td>
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"></td>
              </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Basic/Graduation:</strong></td>
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$basic_graduation.'</td>
              </tr>
            <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Post Graduation:</strong></td>
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$PGCOURSE.'</td>
              </tr>
              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Skills:</strong></td>
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$skills.'</td>
              </tr>
              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Relevant Experience year:</strong></td>
              <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$EXPYEAR.'</td>
              </tr>
            <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Relevant Experience month:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$EXPMONTH.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Your Name:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$yr_name.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Your E-mail:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$yr_email.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Phone / Mobile:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$ph_no.'</td>
            </tr>
            <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Street Address:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$str_add.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>City / State:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$city.'</td>
            </tr>
                              <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Zip / Postal Code:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$postal_code.'</td>
            </tr>
                              tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
            <tr bgcolor="#eeeeee">
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;"><strong>Country:</strong></td>
                <td style="font-family:Verdana, Arial; font-size:11px; color:#333333;">'.$country.'</td>
            </tr>
            <tr><td colspan="2" style="padding:0px;"><img src="images/whitespace.gif" alt="" width="100%" height="1" /></td></tr>
         </table>
    // MAIL SUBJECT
    $subject = "Job_Code: GMDE-01 (General Manager (Design & Engineering)";
    // TO MAIL ADDRESS
    $to="[email protected]";
    // MAIL HEADERS
    $headers  = "MIME-Version: 1.0\n";
    $headers .= "Content-type: text/html; charset=iso-8859-1\n";
    $headers .= "From: Name <[email protected]>\n";
    // MAIL HEADERS with attachment
    $fp = fopen($strresume_temp, "rb");
    $file = fread($fp, $strresume_size);
    $file = chunk_split(base64_encode($file));
    $num = md5(time());
        //Normal headers
    $headers  = "From:<BSBK CAREER ENQUIRY FORM>\r\n";
       $headers  .= "MIME-Version: 1.0\r\n";
       $headers  .= "Content-Type: multipart/mixed; ";
       $headers  .= "boundary=".$num."\r\n";
       $headers  .= "--$num\r\n";
        // This two steps to help avoid spam  
    $headers .= "Message-ID: <".gettimeofday()." TheSystem@".$_SERVER['SERVER_NAME'].">\r\n";
    $headers .= "X-Mailer: PHP v".phpversion()."\r\n";        
        // With message
    $headers .= "Content-Type: text/html; charset=iso-8859-1\r\n";
       $headers .= "Content-Transfer-Encoding: 8bit\r\n";
       $headers .= "".$message."\n";
       $headers .= "--".$num."\n";
        // Attachment headers
    $headers  .= "Content-Type:".$strresume_type." ";
       $headers  .= "name=\"".$strresume_name."\"r\n";
       $headers  .= "Content-Transfer-Encoding: base64\r\n";
       $headers  .= "Content-Disposition: attachment; ";
       $headers  .= "filename=\"".$strresume_name."\"\r\n\n";
       $headers  .= "".$file."\r\n";
       $headers  .= "--".$num."--";
    // SEND MAIL
       @mail($to, $subject, $message, $headers);
     fclose($fp);
          header("Location: http://www.mbl.in/vacancy/bsbk_online_form/career-new.html");
else
        echo '<font style="font-family:Verdana, Arial; font-size:11px; color:#F3363F; font-weight:bold">Wrong file format (Attach Only MS Word Document) Mail was not sent.</font>';
        //echo "<script>window.location.href='careers.html';</script>";
?>

Hello Triyambak,
You could try this , hope WinRM and PS remoting are all good on those 1000+ servers
Function Get-IEVersion
Param([string]$computer = $env:COMPUTERNAME)
Write-Output $computer
Get-ItemProperty -path 'HKLM:\SOFTWARE\Microsoft\Internet Explorer' -ErrorAction SilentlyContinue | select-object Version,svcUpdateVersion | Select-Object -Property "Version",@{Name="Updated to Version";Expression="svcUpdateVersion"}
Then,
Get-Content C:\hosts.txt | foreach {Get-IEVersion -computer $_}
Where hosts.txt has the server details..
OR
get-content c:\hosts | foreach {[system.diagnostics.fileversioninfo]::GetVersionInfo("\\$_\C`$\program files\internet explorer\iexplore.exe") }
Regards,
V.
Venu

Similar Messages

  • How can I have 2 versions of Numbers but only 1 app?  Read

    This is the weirdest thing I ever saw. It's driving me crazy and making me look like  fool.
    In an earlier post I mentioned that something happened to my numbers.  The window looked very different from this afternoon when I created 2 new spread-sheets.  I must have sounded crazy to qinn below in my answer.
    Now I clicked the Numbers icon in the dock and it opened to my original Numbers 09 (2.3).  So I tried to open a sheet I created a few hours ago and it says I can't open that file, I need a later version of Numbers. OMG
    Just a though so I opened the finder, went to the applications folder and I only have ONE Numbers.app.  So I clicked on that and low-and-behold the new 3.2.2 opened!!!!!!!
    How can I have 2 versions of numbers but only one app????  I thought I was going crazy.  Now I know something isn't right.
      HELP PLEASE!!!
    Allen

    Hi Allen,
    Look in your Applications folder for an other folder "iWork '09".
    Breathe.
    Know that you are not alone. Wayne made a user tip and it is not just for you.
    Need newer version of Numbers to open file
    quinn

  • How to find out the versions of family pack and mini pack installed?

    There are family pack and mini pack for HRMS.
    How to find out the versions of family pack and mini pack installed
    just by a Unix command or sqlplus Select statement?
    Thanks

    you can get the Minipack version of the products by querying fnd_product_installations or ad_patchdriver_minipks, for family packs you need to query through Metalink, OR if you have u driver file which resides on $AY_TOP/discoverer, looks for the minipacks/familypack version in the driver file.

  • How can I obtain a version of Print Studio Pro that works with Photoshop Elements 13 (64 bit)?

    How can I obtain a version of Print Studio Pro that works with Photoshop Elements 13 (64 bit)?  The advertising refers to Print Studio Pro 2 but all I find available to download is version 1.35.

    Thanks - I did notice that the 2 was a superscript on one site but on another (I think the one for the Pro-10 printer) it was definitely a 2 in line with the rest of the text and separated by a space (at least on my browser).  At any rate, I suspected something of the kind and will simply use Photoshop Elements 11 when I want a pattern print until the change is made.
    If you have an inside line to Canon you might also suggest some changes to their Image Garden program, specifically its handling of DVD label projects.  It has several themes and within each theme several layouts.  As far as they go these are fine but they do not give nearly enough flexibility.   The boxes for insertion of images are useful as is the simple procedure for rescaling the image so it is cropped in varying ways while staying within the fixed box.  However, it should be possible (a) to relocate the boxes on the page and (b) to resize and reshape the boxes - probably by a control which would become available by right-clicking on the box.  For example, there are times when the user might want to include a full 16 x 9 frame shot as one of the images, and in general the aspect ratios of the provided boxes do not permit this.
    I have over the years preferred to use Word for this purpose after setting up masks to expose just the printable area of the DVD or Blu-ray disc, setting up the margins so that the center of the disc is in the horizontal center of the page, and finally introducing text and pictures and adjusting the font size of blank lines above the disc to line everything up properly in the vertical direction.  A typical layout might involve one large picture, located so the center hole and the curved outer edge do not block anything important, or two pictures side by side, or four pictures centered vertically (to minimize the effect of the outer edge of the disc) but possibly of different widths (so as to make both close-ups and wide scenes optimal on the same disc label).  The text then goes above and below the pictures.  All of this works perfectly so I probably wouldn't use Image Garden very often for this purpose, but the inability to resize and relocate the boxes must be very limiting for others as well. 
    Some of the layouts have image locations severely reduced by the edge of the disc.
    As I said ... if you have an inside line to Canon .. but if not, please excuse the length of this post!

  • How can I determine which version of jvm is running?

    I am on a windows xp machine.
    I have downloaded jre1.5 from sun. When I use netbeans and sun application serverI know I am using that version of the jre.
    However, I am going to create an iis (microsofts internet information server) project. How can I tell what version of the jvm the iis server is using?
    Thanks in advance.

    Do you know what version of Essbase you are running? that could help. You can find that in EAS. Right click on the server name and select edit ptoperties, then look on the environment tab. As a final measure, find the smartview.exe on yout machine right click and select properties. in one of the tabs there might be a version number

  • How can i know which version of Smartview is installed on my system ?

    Hi All,
    How can i know which version of Smartview is installed on my system ?

    Do you know what version of Essbase you are running? that could help. You can find that in EAS. Right click on the server name and select edit ptoperties, then look on the environment tab. As a final measure, find the smartview.exe on yout machine right click and select properties. in one of the tabs there might be a version number

  • How to Find the Latest Version of Cluster Binary Files available at Microsoft website

    How we can find the latest version of Cluster binary files available for download at Microsoft Website and which Cluster Binaries should be update to make the Cluster services stable healthy.

    @AnatolySV : I believe you need to put some efforts to understand what he is asking.
    You may find the latest version of Cluster Binaries by entering the required keywords for Microsoft Failover Clustering. Some of the main Cluster binaries(Keywords) are:-
    Clusres.dll (For Cluster Resources like Disk, Application or Service, Cluster IP)
    Clussvc.exe (Cluster Service)
    TCPIP.sys (If the Storage is presented to the cluster Nodes via ISCSI Network).
    MPIO.sys / ISCSIprt.sys (If we are using Multipathing for the disks to be presented).
    RHS.exe (Resource Host Subsystem)
    So, the Answer to your question is: You need to enter the binary name "Clusres.dll" and mention the Operating System you want to install your binaries to "Windows Server 2008 R2 Sp1" on Bing (Preferred for Microsoft Hotfixes). In Result you will get the
    list of hotfixes for clusres.dll
    You need to try this multiple times in order to get the latest version as Microsoft does not have a single Link.
    Hope this answers your query. Feel free to leave a message incase you need more help.
    Maybe) 
    But hey, you`ve got +1 from me for clarification) 
    Anyway, I still think that the initial question could be more clear and exact. 

  • How can I uninstall old versions of Adobe Illustrator?

    How can I uninstall old versions of Adobe Illustrator?

    This is for uninstalling CS2, but you might find it helpful. EDITED: but watch out, since I don't know if trashing any of these will remove currently needed Illustrator files, if you have a later version.
    To uninstall Adobe Creative Suite in Mac OS 1 -- Double-click Activity Monitor.app in Applications/Utilities, select AHCRemind, and click Quit Process.
    2 -- If you intend to install the product on a different computer, transfer the activation. (See “To transfer the product activation” on page 1.)
    3 -- If you want to uninstall Adobe Acrobat, double-click the uninstaller in Applications/Adobe Acrobat 7.0 Professional, and follow the on-screen instructions.
    4 -- If you want to uninstall Version Cue 2, double-click the uninstaller in Applications/Adobe VersionCue CS2, and follow the on-screen instructions.
    Note: If the Version Cue uninstaller fails, see the alternative procecure, “To remove Version Cue manually” on page 4.
    5 -- From the Applications folder, drag the following items, if present, to the trash: Note: After you drag the items to the trash in steps 5-8, you must empty the trash before you can reinstall
    Adobe Creative Suite 2 on the same computer. • Adobe Acrobat 7.0 Professional • Adobe VersionCue CS2 • Adobe Bridge
    • Adobe GoLive CS2 • Adobe Illustrator CS2 • Adobe InDesign CS2 • Adobe Photoshop CS2 • AdobeHelpCenter.app
    6 -- From the Utilities folder, drag the following items, if present, to the trash: • Adobe Utilities • Adobe Updater.app
    7 -- From the Library folder, drag the following items, if present, to the trash: • Application Support/Adobe/AdobeHelpData • Application Support/Adobe/Assistance • Application Support/Adobe/StartupScripts/Workflow Automation Scripts
    • Preferences/Adobe/Workflow • Preferences/com.adobe.ActivationUtility.plist • Preferences/com.adobe.GoLive.plist • Preferences/Adobe Save For Web GL 8.0 Prefs
    8 -- From the Users/[user name] folder, drag the following items, if present, to the trash: • Library/Preferences Panes/Opera Preferences
    • Library/Caches/Opera Cache
    • Documents/AdobeStockPhotos
    To remove Version Cue manually (Mac OS only, not recommended)
    If you’ve accidentally removed parts of the Version Cue installation manually or if the uninstaller fails, you have to remove the remaining installed Version Cue components manually.
    1 -- From the Library/PreferencePanes folder, drag the Version Cue CS2.prefPane folder to the trash. 2 -- From the Library/Preferences folder, drag the com.adobe.versioncueCS2.plist file to the trash. 3 -- From the Library/StartupItems folder, drag the AdobeVersionCueCS2 folder to the trash. 4 -- From the Applications folder, drag the Adobe Version Cue CS2 folder to the trash.
    5 -- From [user home]/Library/Preferences/Adobe, drag the Workflow folder to the trash. 6 -- (Optional) From the [user home]/Documents folder, drag the Version Cue folder to the trash.

  • How can I know which version of Firefox I'm using?

    I tried to download an EOB from my insurance company's website, and it won't allow me to view the EOB. I talked to their web support and was told that I have to use the same version of Firefox that they support, which is Firefox 26 or 27. I don't know how to find out which version I am using. If I am not using their version of Firefox (26 or 27), how can I download that version. I don't know which version is on my PC now and I don't know how to find it on Firefox. Thank you
    I just tried installing below this box on Troubleshooting Information, and Firefox would not allow me to install. What is going on?

    Is the EOB a PDF document?
    Firefox updates every 6 weeks and the current version is 31.0. Rolling back almost 6 months is not recommended for security reasons. If that's their best answer, I suggest we either figure out a workaround for getting the document, or you just use a different browser for their site.

  • How can I check the version of the rdf file?

    Dear all:
    How can I check the version of the rdf file? such like CEXRECRE.rdf .
    my environment is : oracle 11.5.9
    platform : Linux red hat 4.0
    Regards
    Terry

    Terry,
    Use "adident" or "strings -a" commands -- See (Note: 125922.1 - How To Find Oracle Application File Versions) for details.
    Thanks,
    Hussein

  • How can i know the version of autoconfig ?

    hi
    I am on 12.1.1
    to determine my autopatch version i used Note 390666.1
    i ran
    SET head off Lines 120 pages 100
    col n_patch format A10
    col bug_number format A10
    col patch_name format A10
    spool LACF_ptch_level.txt
    select ' LACF ' FROM dual;
    select bug_number, decode(bug_number,
    '4494373' ,'R12.TXK.A'
    ,'5872965' ,'R12.OAM.A'
    ,'5909746' ,'R12.TXK.A.1'
    ,'5917601' ,'R12.TXK.A.2'
    ,'6077487' ,'R12.TXK.A.DELTA.3'
    ,'6145693' ,'R12.Rapidclone Cons Jan2008'
    ,'6776948' ,'R12.Rapidclone CONSOLIDATED'
    ) n_patch, last_update_date
    FROM ad_bugs
    WHERE bug_number IN ( '4494373', '5872965', '5909746', '5917601', '6077487', '6145693', '6776948' );
    the output was
    4494373 R12.TXK.A 04-JAN-07
    4494373 R12.TXK.A 22-JAN-08
    5872965 R12.OAM.A 22-OCT-07
    5872965 R12.OAM.A 22-OCT-07
    5909746 R12.TXK.A. 22-OCT-07
    1
    5909746 R12.TXK.A. 21-JAN-08
    1
    5917601 R12.TXK.A. 22-OCT-07
    2
    5917601 R12.TXK.A. 21-JAN-08
    2
    6077487 R12.TXK.A. 22-OCT-07
    DELTA.3
    6077487 R12.TXK.A. 21-JAN-08
    DELTA.3
    6145693 R12.Rapidc 06-NOV-08
    lone Cons
    Jan2008
    how can i know the version of autoconfig from that?
    Thanks

    Hi,
    4494373 R12.TXK.A 04-JAN-07
    4494373 R12.TXK.A 22-JAN-08
    5872965 R12.OAM.A 22-OCT-07
    5872965 R12.OAM.A 22-OCT-07
    5909746 R12.TXK.A. 22-OCT-07
    5909746 R12.TXK.A. 21-JAN-08
    5917601 R12.TXK.A. 22-OCT-07
    5917601 R12.TXK.A. 21-JAN-08
    6077487 R12.TXK.A. 22-OCT-07
    6077487 R12.TXK.A. 21-JAN-08
    6145693 R12.Rapidc 06-NOV-08
    how can i know the version of autoconfig from that?The above indicates that the latest patches applied are 6077487 and 6145693.
    To find the latest AutoConfig and Rapid Clone patches on R12, please refer to:
    Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12
    Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
    Thanks,
    Hussein

  • How can I have more version of REVERT TO in Pages?

    I have lost my work on 3.30 then I try to find it but there are my work on 12.30am and 4.00pm when I browse all version by REVERT TO. How can I have more version​s because the two version of my work which I can get are same? I closed my work and I had saved it but when I opened to check it is the last work at 12.30 so I want my work at around 3.30 back.

    Are you scrolling the right-hand side of the page where a history of all saved versions are kept?

  • How to find Application Server version

    Environemnt details:
    EBS->R 12.0.6
    Database->10.2.0.2
    OS->AIX 5.3
    All 64-bit
    How I can find the exact version of the Application server. I just see two directories:
    /u01/R12/apps/tech_st/10.1.3/
    /u01/R12/apps/tech_st/10.1.2/
    Please help me out.
    Regards,
    M.U.N.A

    Actually I have to install patches <<patch 6497684>> and <<patch 7426842>> and not clear for which iAS version it should be installed.
    There are two options:
    10.1.2.2
    10.1.2.3
    Edited by: M.U.N.A on Oct 29, 2010 11:55 AM

  • After upgrading to version 6 my ArcGIS files become corrupted if I save them while I have FF open (sporadic occurence, but limited to FF being open). How can I downgrade to version 5?

    I am using ArcGIS 10 and Firefox 6 on Windows XP.
    After upgrading to version 6 my ArcGIS files become corrupted if I save them while I have FF open (sporadic occurence, but limited to FF being open). Any ideas of what could be causing this? I have also posted on the ArcGIS forum site for input from that side.
    How can I downgrade to version 5? If that is the only option available.

    Thanks for the reply. It doesn't have to process the php, it just has to show the HTML content. It did that just fine before the last upgrade but won't now.
    I've seen that page you referenced: http://kb.mozillazine.org/File_types_and_download_actions.
    It doesn't help. The things it says to look for aren't there for me, specifically:
    browser.download.pluginOverrideTypes
    plugin.disable_full_page_plugin_for_types
    I followed the rest of the instructions but it didn't help.
    I did get it to quit opening tabs, instead it prompts me what it should do with the file every time now. What it should do, and used to do, is open the php page and display the HTML content.
    Any other ideas?

  • I had a previous version of photoshop installed on my machine. I lost my HDD. How can I download the version of photoshop that i bought ~4 yrs ago?

    I had a previous version of photoshop installed on my machine. I lost my HDD. How can I download the version of photoshop that i bought ~4 yrs ago?

    According to Wikipedia, 4 years ago you would most likely have bought Photoshop CS5.
    You can download Photoshop CS5 from Adobe.  Start here:
    Download CS5 products
    You'll need your serial number to activate it.  If you don't have that, you can likely find it on Adobe's main web site after you've logged-in with your Adobe ID.  See the Find your serial number quickly link to pursue that.
    -Noel

Maybe you are looking for

  • Problem with rendered tables in JHeadstart 10.1.3.3.87

    Hi, We have recently upgraded from Jhs 10.1.3.3.52 to 10.1.3.3.87 (using JDev 10.1.3.4.0.4270) and have run into a problem with a window using regions. We have horizontal region containers, vertical region containers, stacked region containers and de

  • Problem with ORDER BY

    Hi at all, i have noticed a serious problem with our APEX installation. We are importing textfiles in our database through a PL/SQL Procedure. The files look like XXXXXXXX.12A, means an alphanumeric ending. It is important that the files are read in

  • Activation Material Ledger with material working in price control "V"

    Hi experts! I have activated Material Ledger and I have a question about this.. 1) Before the activation, I have for example a material with the next values in the "Accounting 1" tab: Total stock = 7 UNI Price Control = V Moving price = 166 USD Stand

  • How to activate camera attributes in the MAX / LabVIEW

    Hello, I have created an icd file for a VieWorks camera. Therefore I used the camera file generator tool of NI. In this tool I can setup camera attributes. After creating the file, I opened the MAX and selected the camera in the IMAQ devices. The att

  • Having trouble with Web Services setup

    I'm trying to get the claim code and the email address for my printer but everytime I go to Enable in the web services page it goes and says "Connecting" but stays looped. I have an Laserjet PRO m127fn.