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
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
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
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
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
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, 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
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");
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
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
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
11 matches
Mail list logo