Code Program

Flash overlaps dropdown menu div layers

In all browsers my drop down menus goes below the heading flash file. I can’t make them in IFrame. I want to make drop down menu layers on top of flash file. I get to know that Flash file has higher priority than layers so it comes on top of the layers. You can publish [...]

Remove extra Tags from Database Records

In my database I have many records in which there are html tags and html comments. When I pick description of that data I sometimes got broken html tags as I pick limited characters from that record. I tried strip_tags function and get rid of problem up to some extent. <?php $text = ‘<p>Test content [...]