That's not very user friendly and not only that there is a chance of duplicating the image which is the whole purpose of this post. Personally I would do something like the following:
<?php
...
A PTR record is what lets someone do a "reverse" DNS lookup - that is, they have your IP address and want to know what your host/domain is. At any Unix/Linux command line, you...
If there is an opening <a> there should be a closing one. If there isn't one the html will not validate. Also post the html here and I will have a look to make it work. Post the url too.
Are you saying yahoo and hotmail reject some or all of your html email. If so either your mailserver configuration or mail() command are incorrect. Possibly it is failing an SPF test or reverse...
Just add the details to the database about each indiviual from the loop at the same time as you work on the file. That way $cantidad will already have the correct value. Where my script printed the...
The truth is I have only been playing with PHP for a few short months and only for fun. I have never needed to use a database for any of my applications so I have never learned how MySql works. Sorry...
Are you drunk again? The way you have asked your question makes it seem that way. If you are asking what I think you are asking you could try this:
<?php
Must not have any white space following it. Put the cursor immediately next to the 'D' and press enter so you can be certain there is nothing after the 'D'. If there is any empty space...