Hi I use a form to receive C++ code. My students have to copy his code and paste it into my form (and I save it in my database). The problem is that they can't submit the code.
Please try it with the following code:
You get the error:
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
It seems to be like a protection system from joomla.
Any help?
Please try it with the following code:
cout<<"Escreva uma palavra";
cin>>palavra;
cout<<"Qual a palavra a inserir";
cin>>insere;
cout<<"Em que posição pretende inserir?";
cin>>posicao;
palavra.insert(posicao,insere);
cout<<palavra;
*/
string palavra="testeaoprograma";
//char teste[10];
cout<<palavra.copy(teste,1,3);
You get the error:
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
It seems to be like a protection system from joomla.
Any help?