Re: [PHP] I have a problem with dynamicly updating files...

2008-11-07 Thread Thodoris
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

Re: [PHP] I have a problem with dynamicly updating files...

2008-11-06 Thread Ashley Sheridan
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

Re: [PHP] I have a problem with dynamicly updating files...

2008-11-06 Thread Wolf
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

[PHP] I have a problem with dynamicly updating files...

2008-11-06 Thread satinder singh
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 purpose w