I have some Raw htmldata like
<div trbidi="on" style="text-align: left;" dir="ltr">
<div style="clear: both; text-align: center;" class="separator"/>
<div style="clear: both; text-align: center;" class="separator"/>
<div style="clear: both; text-align: center;" class="separator"/>
<div style="clear: both; text-align: center;" class="separator">
image1
</div>
<div style="clear: both; text-align: center;" class="separator">
Happy Blogger Wallpost
</div>
<br/>
</div>
<div class="blogger-post-footer">
image2 but extention not .jpg,.gif,.png/>
</div>
This raw htmldata is coming in dynamic way. So All raw htmldata doesn't have image extention jpg or gif. And in that I need only text. So How to ckeck image with img extention from raw htmldata. I want image which have img extention .jpg or .gif or .png. And How to get .jpg or .gif extentioned image and text like 'Happy Blogger Wallpost' differently I need these portions forexample
- code of checking imageextention from raw htmldata
- $image1='image formated image1.jpg';
- $text='text';
How do i get these?
{}-button above the editable area to make your post readable. i've done this for you now, but you should remember that next time you're asking a question. – oezi Feb 24 '12 at 8:30