Recent content by Jadz

  1. J

    I need help on creating a calculation program on PHP.?

    I need a program that can solve these: CS x 2 +PG ------------------ 3
  2. J

    Hello, I need help on PHP?

    Here is my problem: I am new in PHP, I saw on some sites that they create a html file and a php file, but how am I supposed to do that, I don't really get it. I am using netbeans and xammp to support my apache, mysql and php. Help.
  3. J

    Help on PHP, Submit Button is not working?

    here is my code <html> <head> <title>Calculation Form</title> </head> <body> <form method="post" action="calculate.php"> <p>Value 1: <input type="text" name="val1" size="10"></p> <p>Value 2: <input type="text" name="val2" size="10"></p> <p>Calculation:<br> <input type="radio" name="calc"...
Back
Top