Search results

  1. A

    What is AJAX and PHP when it comes to retrieving data and what about jQuery? Argh?

    MySQL is a storage database, PHP can interface with it very easily using Queries like "SELECT * FROM $table." CSS is a stylesheeting language. It allows a developer to easily ad certain properties to elements of his webpage, without hard coding them. (X)HTML is the standard for web development...
  2. A

    PHP code question??? (Filler)?

    If have this if statement: if ( $mypassword != $passconf) { ?> <script type='text/javascript' > alert('The two passwords did not match!'); </script> <?php header("location:../register.php"); } When the page runs after I register a user, if the passwords do not match, the header redirects the...
Back
Top