auction site in php

Questions about programming languages and debugging
Post Reply
User avatar
tylerboaz
Newbie
Newbie
Posts: 6
Joined: 26 Apr 2009, 16:00
14
Contact:

auction site in php

Post by tylerboaz »

Hi guys,

i was wondering if anyone could possibly help. I have wanted to try and make an auction site in php for sometime now, but as of yet, have reached little success. I have made a login and membership component for the site, but I am encountering difficulty when it comes to the actual auctions themsleves.... as well as the best way to make a "search engine" for the site....

any advice would be gratefully appreciated.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

An auction website will be difficult to create by yourself. You're dealing with people's money so you have to guarantee security to the users as well. As for the search engine, you'd probably just want to query the mysql database for the search string, after stripping it of dangerous characters, of course.
¯\_(ツ)_/¯ It works on my machine...

User avatar
tylerboaz
Newbie
Newbie
Posts: 6
Joined: 26 Apr 2009, 16:00
14
Contact:

Post by tylerboaz »

tbh?

It was intended more as a "see what I can learn" project rather than an actually financially viable entity...but thank you nontheless! :)

Thanks for the string idea, Ill try that out. :D

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Ok. Well, if you can explain the problem you're having with the auctions in a bit more detail, i'll try to give you some advice. :wink:
¯\_(ツ)_/¯ It works on my machine...

Post Reply