I got a lot through a tutorial, but problem is when i tried to insert,
problem occured using following code:
$query = "INSERT INTO contacts VALUES
('','$first','$last','$phone','$mobile','$fax','$email','$web')";
mysql_query($query);
But when i used a code provided by my server for same purpos
On Fri, 2008-11-07 at 03:18 +0530, satinder singh wrote:
> I got a lot through a tutorial, but problem is when i tried to insert,
> problem occured using following code:
>
> $query = "INSERT INTO contacts VALUES
> ('','$first','$last','$phone','$mobile','$fax','$email','$web')";
> mysql_query($que
satinder singh <[EMAIL PROTECTED]> wrote:
> I got a lot through a tutorial, but problem is when i tried to insert,
> problem occured using following code:
>
> $query = "INSERT INTO contacts VALUES
> ('','$first','$last','$phone','$mobile','$fax','$email','$web')";
> mysql_query($query);
Y
3 matches
Mail list logo