Jump to content

9009032

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by 9009032

  1. I am in the middle of making a complex form but i am having trouble with image url posting. This is my html form code:<TEXTAREA NAME="Picture1" ROWS=1 COLS=15></TEXTAREA>Here is my php code<img src="<?php echo $_POST["picture1"]; ?>" alt="" />So i am trying to have the user input the url of an image and then it will put that url into <img src so it will show up. I am not sure why this isnt working help please!
  2. My goal is to make a page that asks the user a input. Once the user had typed in an input, the input will be pasted into a specific area in another script. If you are having trouble imagining this then heres an example: When you use a myspace page editor. You pick your color and then it will paste that code.I am not sure what browser scripting language to use for this? please help with everything.P.S. I am making a page that will ask the user all the questions about how they want there web page. Like the title articles..... then it will paste the things they type in the certain areas
  3. My goal is to make a page that asks the user a input. Once the user had typed in an input, the input will be pasted into a specific area in another script. If you are having trouble imagining this then heres an example: When you use a myspace page editor. You pick your color and then it will paste that code.I am not sure what browser scripting language to use for this? please help with everything.P.S. I am making a page that will ask the user all the questions about how they want there web page. Like the title articles..... then it will paste the things they type in the certain areas.Please help
×
×
  • Create New...