
January 30th, 2006, 10:23 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Little Help = Little $$
OK... I've spent the last few hours reading up on PHP and SQL and I'm throwing in the towel. My goal isn't complex... I simply want to create a web page that will allow users to view the results of a search of my SQL database. I have a minimal-moderate knowledge of SQL but only heard about PHP last weekend (sorry - I don't do this for a living). If I give you my parameters, can you write the code to access and display a SQL record via a web page? It's worth it to pay someone vs. spending God knows how long trying to figure it out myself... once I see it working, I'm sure I can modify the code as needed.
The details: we host our web site which already has PHP installed. The SQL database is located on another server on the network. I want users to be able to enter search parameters into up to 5 fields. The record results would then be used to populate +/- 15 fields on the web page (read-only; the user could overwrite the returned record data without impacting the SQL data itself). If the search returns more than one record, the user should be able to select whichever record they want. If more than about 100 records are returned, the user should be prompted to enter more parameters.
Simple eh? I'm sure you all can do this in your sleep, but it looks pretty intimidating from where I'm standing. If you can help, please respond with cost, timing and contact info.
Thank you!
|