Hey guys, need your help again.
I just coded an INSERT records page. But after all was done, this is the error I am getting. I fill the form and when I click, INSERT. I get this error.
Why?

Moderator: General Moderators

Code: Select all
echo sprintf('%s %s', 'hello', 'world');Code: Select all
echo sprintf('%s %s', 'hello');Warning: sprintf(): Too few arguments in C:\wamp\www\dwwithphp\admin_add_pilot.php on line 57