Rockonmetal
03-03-2007, 06:52 PM
Ok. I am looking for a script that check from an external file (XML file) to see if that property is already taken. I know some websites have something along the lines but, I bet it is server code. I really don't want to put server code into my pages but if its the only way. I have to.
Here is the form peice:
<br>Desired Username: <input type="text" name="Username" class="text"><br>
-||- You may pick a username that might not work, even after you send it. We are sorry for any inconvieniance this may
cause. -||-
<br><input type="button" value="Check" class="text">
I want the check button to actually check to see if the username is already been used.
It would also be an added bonus if the username they desire is not already taken it says "Username is not taken, go ahead". If it is "We are sorry to say. But, your requested username has been taken"
Thanks, for reading.
The peice of code it is looking for in the XML file is:
<Username>What the viewer wants his/her username to be</Username>
Here is the form peice:
<br>Desired Username: <input type="text" name="Username" class="text"><br>
-||- You may pick a username that might not work, even after you send it. We are sorry for any inconvieniance this may
cause. -||-
<br><input type="button" value="Check" class="text">
I want the check button to actually check to see if the username is already been used.
It would also be an added bonus if the username they desire is not already taken it says "Username is not taken, go ahead". If it is "We are sorry to say. But, your requested username has been taken"
Thanks, for reading.
The peice of code it is looking for in the XML file is:
<Username>What the viewer wants his/her username to be</Username>