Recent content by Vagos

  1. V

    Problem calling a php file from html form?

    I am using xampp control panel and i want to call a php file from html form... when i push the submit button on the form the browser opens with the php file selected but it wont run.I have put both the html file and the php file in the same folder in xampp\htdocs. here is the code in the html...
  2. V

    How can i create a PHP calculator?

    I want to create a php calculator using html forms and ONE text box. My problem lies in the php file... if lets say the "add" button is pressed then it should add the current number to the one that already exists (either this is 0 if the current number is the first one or its a result from a...
  3. V

    How can i create a PHP calculator?

    I want to create a php calculator using html forms and ONE text box. My problem lies in the php file... if lets say the "add" button is pressed then it should add the current number to the one that already exists (either this is 0 if the current number is the first one or its a result from a...
Back
Top