Recent content by Phumlani M

  1. P

    My insert.php 4 inserting into database doesnt work here is the code below tell me

    what is wrong wit it? Am using XAMPP on windows XP php code register.php <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Registration</title> </head> <body> <h1>Register</h1> <form action="insert.php" method="post"> <p>First Name:<br> <input type...
  2. P

    My insert.php 4 inserting into database doesnt work here is the code below tell me

    what is wrong wit it? Register.php <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Registration</title> </head> <body> <h1>Register</h1> <form action="insert.php" method="post"> <p>First Name:<br> <input type = "text" name = "firstN"/> </p>...
  3. P

    Why choose PHP oner other web development technolgies?

    List of things that makes PHP better than other scripting languages like ASP.NET and PERL
  4. P

    What makes PHP special from the other web development technologies?

    Why choose it over other languages?
Back
Top