Submit form to location in page

Discussion in 'PHP' started by paul_so40, Aug 1, 2009.

  1. #1
    Hi all,

    There is something I am trying to do, with no idea on how to do it.

    1st of all if you take a look at it may help you understand what I’m doing.

    it’s an example page. I want to have a form just under where it says "submit Trophy" that will allow users to submit a trophy.

    I want the form to consist of 4 fields.

    The 1st one to be image of trophy, and the user be able to browse there computer for an image.

    The second one to be name of trophy, a basic textbox they can put the name of the trophy in.

    And the 3rd one being how to get the trophy, with the user being able to type in how to get the trophy.

    And lastly, a drop down box contain "Platinum" - "Gold" - "Silver" - "Bronze"

    On submit, depending on which item they select from the drop down box, I want it to add it to the list of that category of the page ( if you look at the page, you will see how it is split up into each category) using the information they have put into the other fields.

    A template of one trophy would be this
    
    
    	<div class="box">
                              <img src="images/trophy/trophy.jpg" alt="" width="66" height="66" class="img1" />
    							<h3 class="text3">TROPHY NAME</h3>
    					<h4 class="style1">Posted by <a>USERNAME</a>              
    
    							<p>TO GET THIS TROPHY - SIMPLY DO THIS</p>
    						</div>
    							<br style="clear: both;" />
    PHP:

    If they fail to browse for an image, I want it to use the one located at "images/trophy/trophy.jpg" - but if they do browse one, I want it to be uploaded to the dir "/images/trophy/"

    For the user name, it would be good if it can grab the users username through this

    $vbulletin->userinfo['username']
    PHP:
    since the global.php is included in the page.

    i have done my best to make it understandable as possible, but if you have any questions just ask.

    If someone could write me a mini tut on what to script to use, where i put it etc, i will follow it step by step and would be unbelievably grateful.

    If you need ftp access I can also give you it.

    I cannot give you any money for doing this, but if there’s something else i can give you (advert on site, perm back link to site, etc) then I would be more than happy to.

    Thanks

    Paul
     
    paul_so40, Aug 1, 2009 IP
  2. paul_so40

    paul_so40 Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    For whoever dose this for me, i will pernamently add there own adsence code/banner as the sponsor of the page for all trophies that ever get added for any game

    I realy need this doing :)

    Thanks
     
    Last edited: Aug 1, 2009
    paul_so40, Aug 1, 2009 IP