Re: [PHP-DB] INSER INTO not working!

2005-05-12 Thread Mihai Frisan
Hi, try $sqlstring = "INSERT INTO REV (revision) VALUES ($revision)"; Mihai MIGUEL ANTONIO GUIRAO AGUILAR wrote: Hi list, I'm trying to store a data into a two-column table (id, revision). ID is auto_increment. My table is called REV. I'm using this query: $sqlstring = "INSERT INTO REV VALUES('',$r

Re: [PHP-DB] Page refresh question

2005-06-09 Thread Mihai Frisan
i think that the best solution is to use XMLHttpRequest mihai ps. i don't think is a good idea to save the shopping cart in a cookie on client side (i can alter, as a client, the prices from shopping cart) Han wrote: Hi, I can think of 2 solutions: 1 is an old one I used ages ago, and it w