Hi guys,
currently I have $query=
"INSERT INTO cms_access_levels (access_level, access_name)
VALUES ('1', 'user')";
as my code....
however, I want to add additional values in the VALUES bracket, however whenever I do so, I get an error.
Basically, the number of columns is to remain the same....I just want to be able to add '2', 'Moderator' and '3', 'Adminstrator' to my code.
can anyone tell me how please?
currently I have $query=
"INSERT INTO cms_access_levels (access_level, access_name)
VALUES ('1', 'user')";
as my code....
however, I want to add additional values in the VALUES bracket, however whenever I do so, I get an error.
Basically, the number of columns is to remain the same....I just want to be able to add '2', 'Moderator' and '3', 'Adminstrator' to my code.
can anyone tell me how please?