HTML tags in the PHP paging code

iriemon
07:30:10
I have been playing with the paging scripts. How would I insert a "Src=" html tag into the PHP so I can get a URL that is in a DB im connected to, to display. I tried everything I could think of but no dice. Once I figure that out i will format the results with .css.

Example :

echo "<td bgcolor=$bgcolor >$noticia[logo_sml]</font></td>";

Any help is very appreciated!
Thanks
iriemon
07-30-2010
Looks like my example did not post. Its from the demo_paging1.php file.
smo1234
07-30-2010
YOu need to use htmlspecialchars() function to get the tags in webpages. Here is the <a href=http://www.plus2net.com/php_tutorial/htmlspecialchars.php>details with example of htmlspcialchars function</a>.
Please Login to post your reply or start a new topic