Date: 06/27/01
- Next message: Lazaro Ferreira: "Re: [phplib] HELP: Problem uploading files in PHP"
- Previous message: Brant Smith: "Re: [phplib] Sigh, one error solved...another arises"
- Next in thread: marion schmid: "Re: [phplib] hidden variable or session variables?"
- Reply: marion schmid: "Re: [phplib] hidden variable or session variables?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
my problem: by a contact form – with the input-fields name, city, price – the values of this variables are given to a php-script, which will do a mysql-query. The results of this query are given out with the same php-script in form of a table with the fields name, city, price. Over the variable $Sortieren (with $Sortieren = name or city or price) in the Select-Clause: ‚select ......where ..... order by $sortieren‘, I can sort the table –records with a new query. Now my problem: for this new query, i need the values given by the contact form (values for name, city, price), otherwise the query doesn’t work. How can I store this variables in the php-script? I think, this has something to do with hidden or session variables or? Anybody has an idea?
Greetings Ralf
- Next message: Lazaro Ferreira: "Re: [phplib] HELP: Problem uploading files in PHP"
- Previous message: Brant Smith: "Re: [phplib] Sigh, one error solved...another arises"
- Next in thread: marion schmid: "Re: [phplib] hidden variable or session variables?"
- Reply: marion schmid: "Re: [phplib] hidden variable or session variables?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

