A better way to insert?

A

Anonymous

Guest
Hi,

Use:

"INSERT INTO '$table' (name, email, url, etc) VALUES ('$name','$email','$url', etc)"

In your INSERT, the first '' can be pulled out. Specify the names of the fields you are going to insert and then put their values.

Regards.
 
Back
Top