work-bids Posted November 22, 2009 Share Posted November 22, 2009 I am putting together a closed bidding webpage and I don't know how to grab information(ie. primary key from one table) and combine it with the current user $_SESSION user_id and post it into the MySql table. Please help, not very good at this yet. Link to comment https://forums.phpfreaks.com/topic/182549-need-serious-help-with-codes/ Share on other sites More sharing options...
work-bids Posted November 23, 2009 Author Share Posted November 23, 2009 If anyone needs more information here it is: I am trying to allow one user click on what another user posted and make a bid on it. Placing a foriegn key from the posters table and one from the bidders table. I am also looking at how to create the posters title as a link to see more information on another page. Do i need to put the individual posters info in an array or maybe a variable and call on it when the bidder decides to bid on it? Link to comment https://forums.phpfreaks.com/topic/182549-need-serious-help-with-codes/#findComment-963583 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.