firoki Posted February 17, 2007 Share Posted February 17, 2007 First of all i'm absolutely broke, so i wont be able to pay anyone, sorry :-\ I dont think it would be much work for someone who knows a lot about php, but for me i wouldnt know where to start. I need a form with 3 inputs, then a page that displays the inputs in different sections of a table. I've seen this done before so i'm pretty sure its possible, but the tricky part is that one of the form sections/boxes has to upload a file Would anyone be interested in making this for me? A PM would be great if anyone is thanks firoki Link to comment https://forums.phpfreaks.com/topic/38899-i-need-a-form-and-a-page-to-display-entries/ Share on other sites More sharing options...
Orio Posted February 17, 2007 Share Posted February 17, 2007 There are tons of tutorials out there... You just gotta read them: PHP & forms. Orio. Link to comment https://forums.phpfreaks.com/topic/38899-i-need-a-form-and-a-page-to-display-entries/#findComment-187065 Share on other sites More sharing options...
redarrow Posted February 17, 2007 Share Posted February 17, 2007 will you be using a database ?. Link to comment https://forums.phpfreaks.com/topic/38899-i-need-a-form-and-a-page-to-display-entries/#findComment-187068 Share on other sites More sharing options...
firoki Posted February 17, 2007 Author Share Posted February 17, 2007 redarrow, the site i use (1111mb.com) allows me ten mySQL databases, so i can if i need to. Orio, ive been looking and thinking, and i know how to make the HTML form but ive got no idea where to start with the php. Link to comment https://forums.phpfreaks.com/topic/38899-i-need-a-form-and-a-page-to-display-entries/#findComment-187084 Share on other sites More sharing options...
TEENFRONT Posted February 17, 2007 Share Posted February 17, 2007 Hey there Really, its much better to learn the php to process forms and display them, you can do a really simple php based for that shows the entries etc. and in the long run you can take what you learn and make it into something better. Ya see, if someone does it for you, and you need it changing, you end up not knowing how to do and and having a nightmare trying to get someone else to do it, its alot easier, and faster for you to learn it... Link to comment https://forums.phpfreaks.com/topic/38899-i-need-a-form-and-a-page-to-display-entries/#findComment-187086 Share on other sites More sharing options...
firoki Posted February 17, 2007 Author Share Posted February 17, 2007 im just going to explain a little bit about why i need the form. Me and a few friends play on a game called Trackmania Nations, we build custom tracks and send them to each other by email, but would like to have a small community kind of thing instead. I have the site set up (http://madtracks.1111mb.com) and i have a working upload form, the thing i havent managed to do, or find out how to do, is display the uploaded file in a table (http://madtracks.1111mb.com/maps.html) I think it might be something to do with XML, seeing as ive seen this done with last.fm where it displays recently played songs. (i dont know if this is any easier or harder than php though) (This is my mind working, right) I suppose that when 'Submit' is pressed the uploaded file name, and the tip (look at http://madtracks.1111mb.com/uploadform.html to see what i mean by tip) are stored in a file with ID's then on the page that displays the file name and tip, the ID file is included... or something like that? i do want to learn, ive just dont really know how Link to comment https://forums.phpfreaks.com/topic/38899-i-need-a-form-and-a-page-to-display-entries/#findComment-187094 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.