Convert line endings from MAC to UNIX
[php-addressbook.git] / register / email_sent.php
index a8fea5d..d3e6c2c 100644 (file)
@@ -1,25 +1,50 @@
-<?\r\r
-\r\r
-include"master_inc.php";\r\r
-\r\r
-$sql="SELECT * FROM users WHERE username='$username_from_cookie'";\r\r
-\r\r
-$result=mysqli_query($db,$sql);\r\r
-\r\r
-// mysqli_num_row is counting table rows\r\r
-\r\r
-$count=mysqli_num_rows($result);\r\r
-\r\r
-//echo "count: $count<br>";\r\r
-\r\r
-// If result matches $myusername and $mypassword, table row must be 1 row\r\r
-\r\r
-if($count==0){\r\r
-\r\r
-{\r\r
-\r\r
-echo"Sorry but we don't have that email in our system.  <a href='email_password.php'>Please try again.</a>  Thank you!"\r\r
-\r\r
-}\r\r
-\r\r
-?>\r\r
+<?
+\r
+
+\r
+include"master_inc.php";
+\r
+
+\r
+$sql="SELECT * FROM users WHERE username='$username_from_cookie'";
+\r
+
+\r
+$result=mysqli_query($db,$sql);
+\r
+
+\r
+// mysqli_num_row is counting table rows
+\r
+
+\r
+$count=mysqli_num_rows($result);
+\r
+
+\r
+//echo "count: $count<br>";
+\r
+
+\r
+// If result matches $myusername and $mypassword, table row must be 1 row
+\r
+
+\r
+if($count==0){
+\r
+
+\r
+{
+\r
+
+\r
+echo"Sorry but we don't have that email in our system.  <a href='email_password.php'>Please try again.</a>  Thank you!"
+\r
+
+\r
+}
+\r
+
+\r
+?>
+\r