Ecommerce cart

2006-09-06 Thread wizard007
Hi, I am starting a site that enables people to purchase information using credits bought on the site. e.g. you buy 10 credits for £10 and they sit in your online account on the site for you to spend whenever you like. Does anyone know of a script or software already in existance that we can

Problem with updating table

2006-08-11 Thread wizard007
I have a site with horse racing results and the results table consists of: Date, Time, Course, Horse, Odds, Result, Profit I have about 6 months results in there and obviously there are no unique fields. Each morning I imprt a new spreadsheet with the days racing selections without the odds and

Date Problems

2006-07-13 Thread wizard007
I have just started with MYSQL and am building a racing site using PHP. I have Date, Course, Time, Horse, Odds, Result as my fields and the database is poulated with the data. I'm having problems with the formatting of data when it is output. Problem 1. I want to display the date in the

Re: Date Problems

2006-07-13 Thread wizard007
Hi, Just tried the date format script posted but it returns the following error: Parse error: parse error, unexpected '%' in /homepages/7/d123417448/htdocs/PayGo/results_14days.php on line 33 I used $query_Recordset1 = SELECT date_format(Date, %d/%m/%Y) as Date, Course, Time, Horse, Odds1,