Form of registry

I don't know, but I think I'm stupid.
Of course I just start learning php about 1 month ago, so I'm a lil confused.
I have this form 'Register', I don't see what is wrong "again.
I mean, when I enter a username and password, it is said: you are now registered! but I still have this error:

WARNING: mkdir(/home/therainb/public_html/myphptests/users/users.txt): file exists in /home/therainb/public_html/myphptests/register.php on line 51

I know that I do something wrong, I just need a lil help from someone to make me see what's so that I can understand it.

Here is the link to it:
http://therainbowpride.com/myphptests/register.php

and here is the code:

<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
"< html xmlns =" http://www.w3.org/1999/xhtml "> "
< head >
< meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
< title > register < /title >
< / head >
< body >
<? PHP / / Script 11.6 = register.php

This script displays and manages an HTML form.
This script saves a user by storing their information in a text file and creating a directory for them.

Address management errors.
ini_set ("display_error", 1);
error_reporting (E_ALL & ~ E_NOTICE);

If (isset ($_POST ['submit'])) {/ / Hanfle form.}

$problem = FALSE; No problems so far.

Check for each value.
If (empty ($_POST ['username'])) {}
$problem = TRUE;
print ' < p > please enter a user name! < /p > ';
}

If (empty ($_POST ['password1'])) {}
$problem = TRUE;
print ' < p > please enter a password! < /p > ';
}

If ($_POST ["password1"]! =)
{$_POST ['password2'])}
$problem = TRUE;
print ' < p > your password and confirmed password does not match! < /p > ';
}

If (! $problem) {/ / if there was no problem...}

If ($fp = fopen ("/ home/therainb/public_html/myphptests/users/users.txt", "ab")) {/ / open the file.}

Create the data to write.
$dir = time(). RAND (0, 4596);
$data = $_POST ['username']. "\t" . crypt($_POST['password1']). "\t" . $dir. "\r\n"; on Windows \r\n

Write the data and close the file.
fwrite ($fp, $data);
fclose ($fp);

Create the directory.
mkdir ("' / home/therainb/public_html/myphptests/users/users.txt" ");

Print a message.
print ' < p > you are now registered! < /p > ';

} else {/ / failed to write to the file.}
Print '< p > you may not be registered due to a system error. < /p > ";
}

} else {/ / you forgot a field.}
print ' < p > try again! < /p > ';
}

} else {/ / display the form.}

Let PHP and display the form.
? >

< do action = "register.php" method = "post" > "
Username: < input type = "text" name = "username" size = "20" / > < br / >
Password: < input type = "password" name = "password1" size = "20" / > < br / >
Confirm the password: < input type = "password" name = "password2" size = "20" / > < br / >
< input type = "submit" name = "submit" value = "Save" / >
< / make >
<? PHP
} / / Ens to SUBMIT IF.
? >
< / body >
< / html >


I hope that I am is not too much pain. But you are the only ones that I can ask for help from. I do everything by myself, just me and this book and of course your aid.

Thank you all, I really and trully apreciate it.

Thank you guys

Tags: Dreamweaver

Similar Questions

  • Why Firefox 7 tutorials do not consider that people could be impaird of hearing? You have a video on the position of the tabs which is useless to me because I'm severely deficient auditory

    In addition, your registration/login page frustrates my Roboform Login Manager. It fills the register form, when I registered and will not fill the login form. The login form and the form of registry must be on different pages.

    I understand that the increased use of the video seems to offer shortcuts to information. But this isn't a shortcut for hard of hearing or deaf. If you have a video tutorial and you have a transcript of the article which provides the same information, it must be easily visible so that deaf and hearing people with hearing loss can immediately switch to him.

    I understand you are trying to tell me that I have more options if the tabs on top, but there is a lag for me and so I clicked on the link for information on the switch back to tabs just above the web screen. What I got was a page with more arguments about why I should accept tabs on top.

    I clicked on the video, hoping it would be a type of slide show of the video, instead, I had someone who I can't hear.

    Please direct me to instructions on how to set my tabs just above the web page.

    Thank you

    Tabs on top

    Follow the instructions in the article below to clear tabs on top:

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • Problems in passing a parameter through a button, php

    Hi all

    I'm new to the forum and web design and Dreamweaver, please go a little easy on me!

    I am currently doing a fantasy football website in Dreamweaver and phpmyadmin. When a user visits the site and wants to enter the competition, he clicks on record that brings to the top of registration page. There they can complete the form containing the information, username, password etc. When they click the button Save at the bottom of the form, their details are inserted into the users table in the database, and they passed on the next page, where they are called upon to choose their team. Details of the team are kept in a separate table in the database.

    What I'm trying to do is to pass the user name that is created in the form of registry to the team page choose as a parameter.

    Currently, my button code is as follows:

    < input type = "submit" value = "Insert file" / >

    and after sql code inserting goto is currently?

    $insertGoTo = "pickteam.php";

    In another section of the site, I spent a parameter with a link as follows:


    < a href = "editgoalkeeper.php? gkid_gk = <?" PHP echo $row_rs_viewgks ["gkid_gk"];? > ">"

    but I'm not sure about how to pass a parameter by using a "submit" button, can someone help me please?

    You should use PHP sessions and store the username as a session variable.

    Start page that registers the user with session_start();. You can then save the username to a session variable:

    session_start();
    if (isset ($_POST['username'])) {
      $_SESSION['username'] = $_POST['username'];
    }
    

    Subsequently, $_SESSION ['username'] will be available on any page that begins with session_start();

  • Failed to read the WSDL to the URL

    It is my first web service. I thought I read that the service registers itself when it is run first, but it is simply not jump for me. I would try to save it, but I don't know how to fill all the holes in the form of registry of Web Service in the CF administrator.

    I think I'm doing this pretty plain and simple. Any ideas why it does not work? Tried both methods, both give the same error-"Unable to read the URL WSDL.

    The call URL: http://prod.trollsoftware.com/echotest.cfm
    Look at: http://prod.trollsoftware.com/trollws.cfc?wsdl
    which seems good to me, but what do I know? This is my first...

    RLS

    AHA! It is not often that a 'eureka moment' happens, then I will celebrate it a bit.

    I started to think about the fact that I could pass the service works with domain name of my ISP for my server, but not with my own and the fact that cfSearching could execute aok but I couldn't. I threw my colleague cannot run, and I don't exactly have a response for that.

    But with all the mappings and trapping and what-not in place, I started to experiment with different variations on the URL that was called, suddenly realize / assuming that I had to specify only the name of path because it was all internal. That's when I realized that when you're inside (firewall?) network of the ISP, the IP number is radically different from the one who sees the rest of the world. When a local domain name I call a service on the same server, it is not going to get outside the firewall looking for this service (http requests are different, I learned; web services a few twists along the way and do not follow the normal rules.)

    When I changed the URL to use the address IP INTERNAL (10.x.x.x), Voila! Worked like a charm.

    Here is the problem now in coding: when I call the service from a domain to the INSIDE of this same server, I need to use the internal IP address, otherwise, I need to use the external IP address.

    My guess is that this may very well be the solution for a number of you experience the same problem.

    Hope that helped.

    RLS

  • FlexField problem

    Hi guys Hope you are fine.i have problem in KFF.

    Making me GL (accounting flex field), I developed a flex with segment 2 field (office, account) and respective qualifier(balancing_segment,natural_account_segment).i compile the definition and access the form values for giving them .i values set values first office its ok but account value set (account naturacl segment) cannot accept the following value and generating fault

    APP-FND-00734: Please enter a valid value for the qualifier segment account Type by using the popup of the qualifying Segment. Or contact your system administrator to set a default value for this segment qualifier in the form of registry key Flexfield.

    Help, please
    Kind regards
    Shakeel Khan

    Hello

    Come on in [My Oracle Support | https://support.oracle.com] website, please enter username/password (I guess you have a) and search for the document.

    Kind regards
    Hussein

  • I have three problems___the is first I get the error messages form I mesh and cannot access my profile or friends list ' ___Microsoft online which is a whoosie of my gave me element to modify registry keys but no items exist in the regisry

    I get the error messages form I mesh and cannot access my profile or friends list '

    MIicrosoft online which is a whoosie of my gave me element to modify registry keys but no items exist in the regisry

    For iMesh, you can go here...

    http://www.iMesh.com/community.html

    I don't understand the other two problems that you encounter.  If you please would explain what they are and what, if any, error messages that you receive.  Also, what antivirus do you use, and you run Windows XP SP3?

    --
    Gina Whipp
    Microsoft MVP (access)

    Please post all responses on the forum where everyone can enjoy.

  • path of the form set in the registry

    my application path example is 'G:\oracle_home\C\systems\research '.

    How to set the path to the registry, so when I call form I did not write the full path

    I only write something like this "call_form ('question')" not like that ' call_form ("questionG:\oracle_home\C\systems\research\")"" " " "."

    Thank you

    Open file formsweb.cfg to your form server. I do not have exact location that you don't mention your version of forms.

    You can get workingDirectory and set your path. OR

    If you use a specific configuration for calls like [sepwin]

    Then, you add under him.

    Example in your case

    workingDirectory = G:\oracle_home\C\systems\research

    Hope this helps

    Hamid

  • Registry settings forms editor

    Does anyone know of a list containing all the parameters registry for Oracle Forms / Reports. 10g would be great. 11g would be same graeater!

    Believe it or not, most everything you will need a normal day is fairly well documented. The problem is more often find it. We have made significant efforts to improve in the Organization of this information. You will find in the v11.1.x doc that there is more information that has been previously excluded and that information is better organized.

    http://docs.Oracle.com/CD/E24269_01/index.htm

    I did things that were outdated or obsolete. Take a look at the upgrade guides. Here is the chapter in the 6i 11 Upgrade Guide that deals with some of this. Continue reading all the chapters in Chapter 12 that each addresses other aspects of what has been made obsolete. The guide as a whole is very valuable.

    http://docs.Oracle.com/CD/E24269_01/doc.11120/e24478/builtins.htm#i1007439

    With respect to the subject of 'frame' of forms, this is simply a graphical object and cannot be changed during execution. If you want to reformat the text at run time, you need to write your own code to do this.

    If you are interested in what you can do with forms the cool things, take a look at this web page. Be aware that it is not affiliated with Oracle somehow.

    http://Forms.PJC.Bean.over-blog.com/

  • Form of new creation of registry key in oracle 10g

    Hi all

    Y did he do to somehow create a new registry key in oracle 10g?

    Kind regards
    Prasad.

    Webutil using, you can. As in documentation API function names are always the same as they were in d2kwutil. Little change as CLIENT_WIN_API_ENVIRONMENT...
    Check the following webutil functions.
    http://www.Oracle.com/webapps/online-help/forms/10G/State?navSetId=_&Navid=3&vtTopicFile=web_util/functions.htm&vtTopicId=

    -Clément

  • Bulck of variable form XMLType insert stored procedure and registry failed in another table

    Hi, I use: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production and I'm trying to create a procedure to insert an XML save the registry defective inserts and return them.


    In the main procedure of , I analyze the XML and call the function to insert the line. If I get a FAKE, I want to do an insert into a table called InsertEmballagFailed:


    It is not parsing correctly I do not know why?


    CREATE OR REPLACE PROCESS INSERT_PALET_WITH_XML ( )

    v_Palet IN VARCHAR2,

    v_XML IN XMLType)

    IS 

    v_numemb varchar2 (9);

    v_typemb varchar2 (1);

    v_prefix varchar2 (2);

    v_anyo number 4;

    v_mes NUMBER (2);

    v_poidsbrut NUMBER (8);

    v_qte NUMBER (8);

    v_date_creation varchar2 (10);

    v_heure_creation varchar2 (8);

    v_numlot varchar2 (8);

    v_numord varchar2 (8);

    v_typenumct varchar2 (20);

    v_flagano NUMBER (5);

    v_cnuf varchar2 (8);

    v_resultinsert boolean;

    v_resultinsertStr varchar2 (5);

    START 

    FOR r IN

    SELECT ExtractValue (Value (p),' / ROW/NUMEMB / text () '() as v_numemb

    ExtractValue (Value (p),' / ROW/TYPEMB / text () '() as v_typemb

    ExtractValue (Value (p),' / ROW/PREFIX / text () '() as v_prefix

    TO_NUMBER (ExtractValue (Value (p),' / ROW/ANYO / text () ')) as v_anyo

    TO_NUMBER (ExtractValue (Value (p),' / ROW/MY/text () ')) as v_mes

    TO_NUMBER (ExtractValue (Value (p),' / ROW/POIDSBRUT / text () ')) as v_poidsbrut

    TO_NUMBER (ExtractValue (Value (p),' / ROW/QTY / text () ')) as v_qte

    ExtractValue (Value (p),' / ROW/DATE_CREATION / text () '() as v_date_creation

    ExtractValue (Value (p),' / ROW/HEURE_CREATION / text () '() as v_heure_creation

    ExtractValue (Value (p),' / ROW/NUMLOT / text () '() as v_numlot

    ExtractValue (Value (p),' / ROW/NUMORD / text () '() as v_numord

    ExtractValue (Value (p),' / ROW/TYPENUMCT / text () '() as v_typenumct

    TO_NUMBER (ExtractValue (Value (p),' / ROW/FLAGANO / text () ')) as v_flagano

    ExtractValue (Value (p),' / ROW/CNUF / text () '() as v_cnuf

    DE TABLE(XMLSequence (extract (v_XML,' / LINES/LINES '))) p

    ) LOOP

    v_resultinsert: = INSERT_ROW_IN_EMBALLAG)

    v_numemb, v_typemb, v_prefix, v_anyo, v_mes, v_poidsbrut, v_qte, v_date_creation,

    v_heure_creation, v_numlot, v_numord, v_typenumct, v_flagano, v_cnuf);

    v_resultinsertStr: = BOX

    WHEN v_resultinsert THEN 'True ' 

    WHEN Not v_resultinsert THEN 'False'

    END

    END LOOP; 

    ENGAGE

    EXCEPTION

    TypeNumCt Varchar2 (20).

    PRIMARY KEY (Palet_Id, NumEmb)); 

    WHEN Others THEN 

    ROLLBACK

    RAISE_APPLICATION_ERROR (-20001, 'an error occurred-'|) SQLCODE: "- ERROR -" || SQLERRM); 

    END INSERT_PALET_WITH_XML; /


    The secondary function called from the beginning. And give a 'false' if he can't. (This part is ok).


    CREATE OR REPLACE FUNCTION INSERT_ROW_IN_EMBALLAG ( )

    v_numemb IN VARCHAR2,

    v_typemb IN VARCHAR2,

    v_prefix IN VARCHAR2,

    v_anyo IN NUMBER,

    v_mes IN NUMBER,

    v_poidsbrut IN NUMBER,

    v_qte IN NUMBER,

    v_date_creation IN VARCHAR2,

    v_heure_creation IN VARCHAR2,

    v_numlot IN VARCHAR2,

    v_numord IN VARCHAR2,

    v_typenumct IN VARCHAR2,

    v_flagano IN NUMBER,

    v_cnuf IN VARCHAR2) RETURN Boolean

    IS 

    v_resp boolean;

    START 

    INSERT IN package ( )

    NumEmb, TypEmb, prefix, Anyo, my, PoidsBrut, ETA, Date_Creation, Heure_Creation,

    NumLot, NumOrd, TypeNumCt, FlagAno, CNUF)

    VALUES

    v_numemb, v_typemb, v_prefix, v_anyo, v_mes, v_poidsbrut, v_qte, v_date_creation,

    v_heure_creation, v_numlot, v_numord, v_typenumct, v_flagano, v_cnuf);

    ENGAGE

    RETURN TRUE

    EXCEPTION

    WHEN Others THEN 

    ROLLBACK

    RETURN FALSE

    END INSERT_ROW_IN_EMBALLAG; 

    /


    To try, I make this appeal:


    CALL INSERT_PALET_WITH_XML ('570002217', XMLType(' ))

    < Rowset > 

    < LINE > 

    < NUMEMB > 570002217 < / NUMEMB > 

    < TYPEMB > 1 </ TYPEMB > 

    < The PREFIX > 56 < / the PREFIX > 

    < ANYO > 2013 </ ANYO > 

    < MY > 4 </ MES > 

    < POIDSBRUT > 29120 < / POIDSBRUT > 

    < QTY. > 8 </ QTE > 

    < DATE_CREATION > 27/04/2013 </ DATE_CREATION > 

    < HEURE_CREATION > 09.58.17 < / HEURE_CREATION > 

    < NUMLOT > 55555 < / NUMLOT > 

    < NUMORD > 77777779 < / NUMORD > 

    < TYPENUMCT > 0 < / TYPENUMCT > 

    < FLAGANO > 0 </ FLAGANO > 

    < CNUF > 8411061 < / CNUF > 

    </ LINE > 

    </ Rowset > 

    '));


    Thanks for any help.

    Joel

    You're not (wrongly) referring to values of implicit cursor what records were not properly inserted. So I changed the code and given below. Please check and let me know in case of any problems.

    CREATE OR REPLACE PROCEDURE INSERT_PALET_WITH_XML)

    v_Palet IN VARCHAR2,

    v_XML IN XMLType)

    IS

    / * v_numemb varchar2 (9);

    v_typemb varchar2 (1);

    v_prefix varchar2 (2);

    v_anyo number 4;              -No need... Then removed-

    v_mes NUMBER (2);

    v_poidsbrut NUMBER (8);

    v_qte NUMBER (8);

    v_date_creation varchar2 (10);

    v_heure_creation varchar2 (8);

    v_numlot varchar2 (8);

    v_numord varchar2 (8);

    v_typenumct varchar2 (20);

    v_flagano NUMBER (5);

    v_cnuf varchar2 (8); */

    v_resultinsert boolean;

    v_resultinsertStr varchar2 (5);

    BEGIN

    FOR (IN) r

    SELECT ExtractValue (Value (p),'/ ROW/NUMEMB/text () ') as v_numemb

    , ExtractValue (Value (p),'/ ROW/TYPEMB/text () ') as v_typemb

    , ExtractValue (Value (p),'/ ROW/PREFIX/text () ') as v_prefix

    , TO_NUMBER (ExtractValue (Value (p),'/ ROW/ANYO/text () ')) as v_anyo

    , TO_NUMBER (ExtractValue (Value (p),'/ ROW/MY/text () ')) as v_mes

    , TO_NUMBER (ExtractValue (Value (p),'/ ROW/POIDSBRUT/text () ')) as v_poidsbrut

    , TO_NUMBER (ExtractValue (Value (p),'/ ROW/QTY/text () ')) as v_qte

    , ExtractValue (Value (p),'/ ROW/DATE_CREATION/text () ') as v_date_creation

    , ExtractValue (Value (p),'/ ROW/HEURE_CREATION/text () ') as v_heure_creation

    , ExtractValue (Value (p),'/ ROW/NUMLOT/text () ') as v_numlot

    , ExtractValue (Value (p),'/ ROW/NUMORD/text () ') as v_numord

    , ExtractValue (Value (p),'/ ROW/TYPENUMCT/text () ') as v_typenumct

    , TO_NUMBER (ExtractValue (Value (p),'/ ROW/FLAGANO/text () ')) as v_flagano

    , ExtractValue (Value (p),'/ ROW/CNUF/text () ') as v_cnuf

    TABLE (XMLSequence (Extract(v_XML,'/ROWSET/ROW'))) p

    )

    LOOP

    -Reference values such as r.v_numemb (r.columnname).

    v_resultinsert: = INSERT_ROW_IN_EMBALLAG)

    r.v_numemb, r.v_typemb, r.v_prefix, r.v_anyo, r.v_mes, r.v_poidsbrut, r.v_qte, r.v_date_creation,

    r.v_heure_creation, r.v_numlot, r.v_numord, r.v_typenumct, r.v_flagano, r.v_cnuf);

    v_resultinsertStr: = BOX

    WHEN v_resultinsert THEN 'True '.

    WHEN Not v_resultinsert THEN 'False. '

    END;

    END LOOP;

    COMMIT;

    EXCEPTION

    TypeNumCt - Varchar2 (20), - deleted... Something here-

    (--A KEY primary SCHOOL (Palet_Id, NumEmb));

    WHILE OTHERS THEN

    ROLLBACK;

    RAISE_APPLICATION_ERROR (-20001, 'an error occurred' - |) SQLCODE |' - ERROR - ' | SQLERRM);

    END INSERT_PALET_WITH_XML;

    /

    Post edited by: 000000

  • How 11g Forms Builder to decide on its name of registry key?

    Does anyone know how Oracle 11 g decides on the registry path?

    As we have a common configuration to all developers for their code, it would be nice to have a standard excerpt from the registry (.reg file) with the FORMS_PATH already installed.

    However, where 10g is always done KEY_IDS1012 on each machine and you could import a .reg file standard, 11g does something like KEY_OH586109512 which is different on each PC.

    Is it possible to perform 11g use a common registry or work key what is the key? -It looks like a random number for me.

    TIA
    Steve

    Hi Steve,.

    You can find the name of the registry key in the file -\bin\oracle.key
    If the scripting language of your choice, you can read the key from this file and replace in the .reg file to import on the PC. We used it to automate customization of developer facilities.

    Concerning
    Andreas

  • What happened to Windows Live Clean Up scan (registry cleaner)? It was very useful (for me at least)

    This registry cleaner from Microsoft has been the only tool that I could trust because most of the time (unlike other cleaning products), he finds entries that were truly wrong. And although many say that registry cleaning is not really effective, this isn't what I've lived with this cleaner. I see that now Windows Live Safety Center and Windows Live OneCare were dropped, and only a virus scan is now supported with Microsoft Security Essentials. But what about the Clean Up scanner? If it was not supported in any other form it is a real mistake in my humble OPINION.

    Hi AlexKn80,

    The tool is now available from Microsoft.

    You can post your concerns or comments in respect of the issue or any other application, please visit the link below and send the same:

    Microsoft Connect

    http://connect.Microsoft.com/

    I hope this helps.

  • Registry repair/cleaner

    Are there real free registry cleaners all those I find when it says free really, this means only scan then your redirected to anothr screen asking for credit card information and fresh his crazy, why don't have are included when you buy the computer?

    Microsoft provides a number of utilities:

    http://OneCare.live.com/site/en-us/article/registry_cleaner_why.htm

    DB·´¯'·.. ¸ > DatabaseBen, Retired Professional - Analyst - Database Developer's - accounting - former veteran of the Armed Forces - @Hotmail.com 'share nirvana mann' - dbZen ~ ~ ~ >

  • Strange entries in the registry.

    I'm comfortable enough and with the understanding of what I see in the registry.  However, I see something that appeared recently, and I hope someone can explain it.  Spybot Search Destroy & my AV and Windows Defender program do not react to it.

    Heres a key export.  It is located right under HKCU:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\1T2G8nRaQwTxZ0JATGxkTNuLSVE =]
    "S + 3mJJ + / rgnur89c4dAZphKIAEg = cDjU7w '=' == '.
    'WipXDJTKFccNtjR1SxdtbczrVpE = cDjU7w '=' == '.
    "S8/Uf3QfMu1vaY5oZVIDjE4nN9g is"is"djg ="
    'rGrpoHYhSsSpQuAVzTPRPPKdt6o = '=' sO40jB1NygE ='
    'O7U2osiUuHko0i9E5CW7QasGlvw = '=' A9tQCIq44sf4TxTcbwl1qXguW0w ='

    I have four other keys under HKCU as well who are of the same form.

    Brian Tillman [MVP-Outlook]

    None of these tools noticed entries.  I am more convinced than ever to simply export the keys to the case where and remove them.  Thanks for the suggestions.

    This well at least now you know that you are free of bad guys!

    Try to back up and then delete and see if, after trial and error what app will complain when it is absent.

    NASS - http://www.nasstec.co.uk

  • How to reinstall XP installation unaccessable backup settings and registry.

    From XP guard hung in the background image. Task mqanager is available, but Te installation iexplorer8 doesn't cryptografic conserning.
    I have another facility of the same XP version which works well, but has no framework and programs of the former.

    How to fix installation unaccessable to?
    or
    How to upgrade to a new one with the framework and programs the unaccessable?

    JanFL,
    Thanks for posting in the Microsoft answers Forum.  If you have problems with a version of XP, you can run a repair of the installation.  The link below explains the process and gives instructions.  As much as to try to pass a registry hive loading XP to another (even on the same machine) is not recommended.

    http://support.Microsoft.com/kb/917964 Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • Using firefox 26 beta, Windows 7; Adobe flash player11 loaded, but doesn't show is not in the list or the agifts running? I tried to recharge, help etc! not

    I run Windows 7, with Firefox (beta) charged 26. Tried to play the video "Bones" on Fox homepage and you need Adobe Flash Player (AFP). Downloaded and executed/uninstalled the AFP several times; whenever it appears on my hard drive, but it does not a

  • Skype update

    Whenever I have Skype call a Skype message telling me who needs to go online or update of Skype, but when I'm in the call, he always said that I am offline even though I am in the call and sometimes it is said that people need to update and when they

  • Satellite Pro L40 with realtek card: cannot see wlan Vista networks

    Hey You just bought the L40 (Realtek card) and it cannot see wireless networks. The diagnosis of Vista, is that the wireless adapter must be turned on. Then, it will fail to start. Function key and F8 (wireless on/off switch) does nothing. The wirele

  • Server 2008 R2 installation

    Hi, I intend to install Server 2008 when I run the disc I can choose among different versions of Server 2008 for example, std, installation complete, minimum, company etc... which one should I choose and what is the difference between them. Thanks in

  • How to activate WIndows calendar

    original title: have inadvertently disabled the windows calendar and therefore cannot make any changes or do any information - how to re - activate? JulieN Am new user and you have inadvertently disabled the windows calendar (found in the windows mai