ericjw316 Posted November 17, 2009 Share Posted November 17, 2009 Hey everyone i am trying to do a thing that i was looking at but havent found an area that show the code of how to do it. I am trying to build a form which i can do on my own. The issue is when i pull the data from the database i need it to show up like this http://www.getacoder.com/requests/all_requests_0.htm. I need there to be a Subject, Description, and amount to be paid, there will also need to be a button to pull the full ad up and than a button to submit for the job. If any of you could help me out with this i would appreciate it. If you know where there is a code sample that i could work from that would be great. E Quote Link to comment https://forums.phpfreaks.com/topic/181917-code-for-site/ Share on other sites More sharing options...
mraza Posted November 17, 2009 Share Posted November 17, 2009 i dont know if i fully understand your question but i assume you wants to pull the data from your database and display in your form right? can you show your code what have you written. Quote Link to comment https://forums.phpfreaks.com/topic/181917-code-for-site/#findComment-959529 Share on other sites More sharing options...
mikesta707 Posted November 17, 2009 Share Posted November 17, 2009 For a start, check out some mysql tutorials (if you don't like that one, do a google search) Specifically focus on SELECT queries, and showing the information from that queries. the rest should be simple to figure out Quote Link to comment https://forums.phpfreaks.com/topic/181917-code-for-site/#findComment-959544 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.