php and mysql : database not retriving data inside print -


In the code below I have $ full name and $ email inside the print

I do not know why not to deselect the database

Anyone can help me:

   



OK $ FULL NAME, A final step to verify your email identity: & lt; / br / & gt; & lt; br / & gt; & lt; Lt; / h4 & lt; br / & gt; We just last email to verify your email identity: & lt; br / & gt; & lt; br / & gt; & lt; br / & gt; Gt; & lt; $ email & lt; br / & gt; & lt; h2 & gt;; & lt; font color = \ "# 990000 \" & gt; Please enter an email Check the inbox & lt; / font & gt; & lt; / strong & gt; to activate click & lt; br / & gt; email activation you can log in. "; ? & Gt;

You can try:

  var_dump ($ Result); // will tell you that there is anything in the result (and if so what is)  

besides:

  echo mysql_num_rows ($ result); // You should tell the number of rows  

If you get 0 from the points rows, then your SQL error is likely. If you get a number and the print does not work only, check that there really is a value in the $ fullname or not.

I recommend that you rewrite your code to use Mysqli with ready codes.


Comments