Search results

  1. D

    Im not sure why Im getting this php error?

    Ive got some code that goes like this: echo " <form action=\"existing_user.php\",> <fieldset> <legend>Edit What You Have Here!</legend> Who are you? <select name=\"user\" />"; $con = mysql_connect("localhost","tf2"); if (!$con) { die('Could not connect: ' . mysql_error()); }...
Back
Top