Proberbly been asked I understand a lot about php but cannot fully get round this program properly im using phprunner 5.1 and trying to get it to work on my project before i purchase the full version. What i am writing is very simple I am writing two sectionable websites one which is a reverse auction and the other is classified ads the classified ads is easier because the template is there to work from my problem is im having trouble working with and understanding the program i have 5 tables setup in mysql account = all account holders details key fields are custID item = item to be auctioned off key fields itemID custID catID category = key field catID bids = the unique bid placed key fields ID custID and results = key fields ID custID itemID bidAmount. now what im trying to acheive is a simple website which displays it like the classified ads template with more details and such but on the list page i also need an entry box to enter a bid amount which will insert into the bids table and im also having difficulty with the more details option and how to use it it is a complex script and it is a very good program I dont want to have to hand code all my site as it is annoying the levels of which it needs and this program can do the trick with a little coaching.
And help or advise would be most grateful.