[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] 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 can

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 (whichbox.f

[PHP] form and java ?

2001-11-03 Thread Teqila MAN
I have the form (look at top) and i send valuesnormaly i had this code (440||014 ... 1st value is prize and second code) while (list ($name, $value, $kod_prod) = each($HTTP_POST_VARS)) { $wartosc = explode("||", $value); print("$name"); print("[$wartosc[0] dolars "); print("code :$war

[PHP] getting data from form...

2001-10-18 Thread Teqila MAN
I have file . index.php3 a form in it ... and how to make it that form.php3 will read all the data that was submitted (i'm mean the name and the value) Teqilaman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[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]

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

2001-09-30 Thread Teqila MAN
PHP, but looking at it from 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

[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"]; print("$price\n");

[PHP] comparing

2001-09-14 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 Gener

[PHP] suming up in MySQL

2001-09-11 Thread Teqila MAN
Hello, How to sum up all the values from a MySQL row ex. id - price 1 1000 2 300 3 200 How to sum up price row ? teqilaman thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

[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 from