Jump to content

Lone_wolf

Members
  • Posts

    7
  • Joined

  • Last visited

Lone_wolf's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Lone_wolf

    Adding

    How do you ad php into a html processeed page editor?When i add the php, look at the page and a wierd error comes back
  2. Its a forum...What im after is, if there is a way for members (that they have to register using a form) They can be set to have different setting, os tey can clikc say... an 'edit this page' and a textarea thing comes up & you edit to what you want... click save changges to page & what you wrote on that textarea will stay there...A bit lioke the sitewww.elfpack.comwww.elftown.com
  3. Lone_wolf

    Sending forms

    That is a good point, thats what one of my friends said about 2 minutes ago...
  4. is there a way to do what i said befor?
  5. Im trying to make a website that to get on it, you nneed to log into your accout that gets set up, and in that account, you can edit certain pages (i think with textarea) and they will stay like that, but you can only edit pages that you have been set that you can editIs this possible cause i cant seem to find it, im not sure what to search anywhere :
  6. Lone_wolf

    Sending forms

    cool, thanks... tyhis might seem like spam... but there is nothing more to post exept thabks
  7. Lone_wolf

    Sending forms

    Ive tried to do it myself, but i have finaly given up...What i am trying to do it to get all this code to send in an email, without opening an emailbox... just one where click the submit button, it re-directs you to another page & an email is sent.... <html><body bgcolor="000000"><font color="FFFFFF"><form>First name: <input type="text" name="firstname"><br><br>Last name: <input type="text" name="lastname"><hr>Username: <input type="text" name="firstname"><br><br>Password: <input type="text" name="lastname"><br><br>RE-Type password: <input type="text" name="lastname"><hr><b>######:</b>Male: <input type="radio" checked="checked"name="######" value="male"><br>Female: <input type="radio"name="######" value="female"><br>Undisclosed: <input type="radio"name="######" value="Undisclosed"><hr><b>Interests:</b>Computors: <input type="checkbox" name="pc">other languages: <input type="checkbox" name="lnguages">awards: <input type="checkbox" name="wards">games: <input type="checkbox" name="gms"><br>Making friends: <input type="checkbox" name="frends">internet: <input type="checkbox" name="net">cars: <input type="checkbox" name="Cars">oposit ######: <input type="checkbox" name="os"><br><br>Other: <input type="text" name="other">(please state) <hr><b>Personal Details:</b> (Will not go on user page unless permitted)<br>Age: <input type="text" size="3"><br><br>Date of birth: <input type="text" size="7"><br><br>Email:<input type="text" size="35"><br><br>If you would like the owner to add you on msn, state msn adress here <br>MSN:<input type="text" size="35"> <br><br><input type="submit" value="Submit"></form></font></body></html> Would anyone be able to help me out by doing this?, when i do it myslef, i keep getting a error message.
×
×
  • Create New...