Re: [PHP] Is this possible?

2002-02-06 Thread Raymond Lilleødegård
At last! : ) Thank you very much for all help! ; ) I made it with two mysql_query() Here are my queries if it is interesting. $varetabell = mysql_query("SELECT varetabell.tekstbilde, varetabell.varenavn, varetabell.varenr, varetabell.innhold, pristabell.pris FROM varetabell, pristabell WHERE

Re: [PHP] dynamic variables in sq?l

2002-01-25 Thread Raymond Lilleødegård
mysql table is set up like this: -- bmw | ford | mercedes | -- 100 | 50 | 120 | It is just a very simple one. - Original Message - From: "Jeff Sheltren" <[EMAIL PROTECTED]> To: "Raymond Lille

[PHP] A tricky one?

2001-11-20 Thread Raymond Lilleødegård
Hi! I'm trying to make this form working with a mail() script. I made this form. Then the customer could write how many "pizzas" or "hamburgers" as he want. But how do I solve this without too much headache? Havent slept for days because of this problem : ) script