[PHP] Exchange data script ?

2002-04-14 Thread Teqila MAN
Hello, I;m looking for such a script. 1.Users signup. 2.One are sellers and other buyers. 3.Buyer ask via form a question 4.Question is send to all buyers. 5.They respond (buyers) 6.User who asked a quesition choose the best answer and has option to view user data. Or a script that i

[PHP] looking for script

2002-04-24 Thread Teqila MAN
Hello, I;m looking for an exchange script. User can share information but they have to register. Do u know sth like that? Teqilaman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] still problem with getting HIGHest and LOWest VALUES

2001-09-30 Thread Teqila MAN
The table has values : id - price 1 - 15 2 - 24000 3 - 65000 4 - 20 When i want to sort it $x = mysql_query("SELECT * FROM $dealer_tabela ORDER BY cena"); while ($row = mysql_fetch_array($x)) { $id=$row["id"]; $price=$row["price"];

Odp: [PHP] still problem with getting HIGHest and LOWest VALUES

2001-09-30 Thread Teqila MAN
SQL I guess you have defined the price column as a string? Make it an integer...? Marc - Original Message - From: "Teqila MAN" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 30 September 2001 16:22 Subject: [PHP] still problem with getting HIGHest and LOWest VALUES The

[PHP] determine the size of picture ?

2001-09-30 Thread Teqila MAN
How to find out what is the size of the picture in pixels ? TM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] getting data from form...

2001-10-18 Thread Teqila MAN
I have file . index.php3 a form in it ... input type=checkbox name=Steak value="15.25" input type=checkbox name=XYZ value="10.25" input type=checkbox name=CHIPs value="5.25" and how to make it that form.php3 will read all the data that was submitted (i'm mean the name and the value)

[PHP] form and java ?

2001-11-03 Thread Teqila MAN
input type=checkbox name="Option1" value="440||014" " input type=checkbox name="Option2" value="340||015" " input type=checkbox name="Option3" value="240||016" " input type=checkbox name="Option4 that also includes product of code 014" value="440||000" I have the form (look at top) and i

PD: [PHP] javascript problems

2001-11-12 Thread Teqila MAN
Hi all, Could someone send me URL for JavaScript help list like this on php3.. ..or you could solve my problem ? --- Here is part of scriptand the problemat the end - function checkChoice(whichbox) { with

[PHP] multiple array problem

2001-09-09 Thread Teqila MAN
Hello to All, I have a problem. I had a multiple form the result is stored in a MySQ L table... and i had no problem with this The result in form is stored like this : option1|option2|option3etc i used implode function. But how to make in other way ! I mean to get result

[PHP] comparing

2001-09-15 Thread Teqila MAN
Hello, What is the simple mod to compare values for example. (we have a mysql tabl e) id -- product 1-cola 2 -cola 3 - cd 4 -cd 5 - cola How to make a mysql query that wokuld print me what products i have in most. Teqilaman -- PHP