Re: insert not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Did you check for proper permissions in the user and db tables in the user 
database?

Prathap


---------- Original Message -----------
From: "Ross" <ross@xxxxxxxxxxxxx>
To: php-general@xxxxxxxxxxxxx
Sent: Thu, 5 May 2005 10:15:52 +0100
Subject:  insert not working

> $query = "INSERT INTO sheet1 (title, fname, sname, job_title, 
> organisation, street, postcode, city, telephone, mobile, fax, email, 
> web, add_info) VALUES 
> ('$title', '$fname', '$sname', '$job_title', '$organisation',
>  '$street', '$postcode', '$city', '$telephone', '$mobile', '$fax', 
> '$email', '$web', '$add_info')";
> 
>    $result= mysql_query($query);
>   if($result){
>   echo "sucess";
>   }
> 
> why yould this not work? I can retrievethe data but not write any 
> data to the database??
> 
> R.
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
------- End of Original Message -------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux