T O P I C R E V I E W |
T00N |
Posted - 05 Nov 2007 : 19:12:36 I wonder if any of you knows a script/program which is easy to use (even for someone who knows almost nothing about PHP/databases).
I want a customer to be able to create records with 4 fields. Those records should (automatically) appear on a page as a list.
Clicking on an item in the list should show you the details of that record.
|
2 L A T E S T R E P L I E S (Newest First) |
Edigital |
Posted - 06 Nov 2007 : 19:47:30 Check this link, may be it's something similar
http://www.kryogenix.org/code/browser/sorttable/
But if you want user give some data you must create a form first, with fields (maybe text) then send that form to a new page maybe a result page. In that page you can use the code above. If you want a link to "extend" information, then you will need another "detail" page.
Then you can resolve your problem with 3 pages or with 1 page and two i-frames (all in D.H.E.)
If you want store results, search and show a master detail, try using PHP/MySQL or ASP/Access to solve the problem.
Best regards
|
joneq |
Posted - 05 Nov 2007 : 23:10:26 I would probably join up over here and post in the forum.Maybe be a little more specific about exactly what it is you want to do too.
http://www.dynamicdrive.com/dynamicindex17/
These guys write scripts at the drop of a hat!!!!!! |