The insert function uses the values to build an SQL query string.$table = 'sometable'; $col1 = 'id'; $col2 = 'name; $val1 = 3; $val2 = 'somename'; &insert($table, $col1, $col2, $val1, $val2);
In reply to variable type by Losing
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |