Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

  1. code of checking imageextention from raw htmldata
  2. $image1='image formated image1.jpg';
  3. $text='text';

How do i get these?

share|improve this question
1  
I do not understand what you mean. Can you clarify? – Pekka 웃 Feb 24 '12 at 8:28
you can format code using the {}-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
i just read this was the main part of your last question (stackoverflow.com/q/9410518/288773) - you shouldn't ask the same question twice. instead, please try to improve your last question with more information and a better description to get answers there. – oezi Feb 24 '12 at 8:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.