get method action

get method action

by Samuel Lazarin -
Number of replies: 1
Hello..
I have a form with get method in html page. This action calls another html file and pass all variables to this html page through url.

When I test the form, and click submit, moodle returns:


Sorry, but the file you are looking for was not found (/home/accor/moodledata/5/FIA-ADM-NEG-ESTNG-001/exercicio1_b.html?a1=1&b1=1&c1=1&d1=1&a2=1&b2=1&c2=1&d2=1&a3=1&b3=1&c3=1&d3=1&a4=1&b4=1&c4=1&d4=1&a5=1&b5=1&c5=1&d5=1&a6=1&b6=1&c6=1&d6=1&a7=1&b7=1&c7=1&d7=1&a8=1&b8=1&c8=1&d8=1&a9=1&b9=1&c9=1&d9=1&Submit=Enviar+dados)

The file exercicio1_b.html exist in this directory. What is happening ?
Average of ratings: -
In reply to Samuel Lazarin

Re: get method action

by W Page -
Hi Samuel,

I am having a similar problem with a "Tell A Friend" script.  When I call the "PHP" file from the "HTML" file I get a 404 error.  Both files along with a "thankyou.html" file are in the same folder.  Specifically the three files are,
  • recommend.html
  • tellafriend.php
  • thankyou.htm

WP1