Current location: Hot Scripts Forums » Advertising Forums » Job Offers & Assistance » HELP-- Regex for html content. Paid


HELP-- Regex for html content. Paid

Reply
  #1 (permalink)  
Old 04-01-09, 06:44 AM
-tg -tg is offline
Newbie Coder
 
Join Date: Jun 2006
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
HELP-- Regex for html content. Paid

Hi,

I am currently looking for some one to create the regex expression for the following:

PHP Code:

<tr class='recordData'>


        
        
        <
td nowrap align=center><a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_l.gif" border=0></a>
<
a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_i.gif" border=0></a>
</
td>
        
        
        
            <
td><b><a href="view_program_banners.html?program_id=3129">DirecTV</a></b></td>
        
        
        
        <
td><span class="blue"><class="black" href="javascript:openWinSmall('update_schedule.html');">N/A</A></span></td>
        <
td>2009-02-26</td>
        <
td>Web ok.  No emailno search and no newsletterCan be incentivized.  </td>
        
        
        <
td nowrap><b>$125.00/lead</b>

        
        <
a href='#' class="black" onclick='window.open("currency_history.html",null,    "height=500,width=400,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");return false;'><img src="../images/currency_icon.gif" border="0"></a>
        
        </
td>
        
        
        
        
    </
tr>
    
    <
tr class='recordData3'>
        
        
        <
td nowrap align=center><a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_l.gif" border=0></a>
<
a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_r.gif" border=0></a>
</
td>
        
        
        
            <
td><b><a href="view_program_banners.html?program_id=3414">JackpotCity.com Casino</a></b></td>
        
        
        
        <
td><span class="blue"><class="black" href="javascript:openWinSmall('update_schedule.html');">Real</A></span></td>

        <
td>2009-03-13</td>
        <
td>Websearch and newsletter okCan be incentivizedTo email this offerplease contact your affiliate manager. </td>
        
        
        <
td nowrap><b>$50.00/lead</b>
        
        <
a href='#' class="black" onclick='window.open("currency_history.html",null,    "height=500,width=400,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");return false;'><img src="../images/currency_icon.gif" border="0"></a>
        
        </
td>
        
        
        
        
    </
tr>
    
    <
tr class='recordData'>

        
        
        <
td nowrap align=center><a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_l.gif" border=0></a>
<
a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_r.gif" border=0></a>
</
td>
        
        
        
            <
td><b><a href="view_program_banners.html?program_id=3183">Biz OppData Entry Corp</a></b></td>
        
        
        
        <
td><span class="blue"><class="black" href="javascript:openWinSmall('update_schedule.html');">Real</A></span></td>
        <
td>2009-01-13</td>
        <
td>Websearch and newsletter okCan be incentivizedTo email this offerplease contact your affiliate manager.</td>
        
        
        <
td nowrap><b>$50.00/lead</b>

        
        <
a href='#' class="black" onclick='window.open("currency_history.html",null,    "height=500,width=400,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");return false;'><img src="../images/currency_icon.gif" border="0"></a>
        
        </
td>
        
        
        
        
    </
tr>
    
    <
tr class='recordData3'>
        
        
        <
td nowrap align=center><a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_l.gif" border=0></a>
<
a href="/help/CLRI_popup.html" target="stat_popup"><img src="/images/symbol_r.gif" border=0></a>
</
td>
        
        
        
            <
td><b><a href="view_program_banners.html?program_id=3462">Lucky Nugget Casino</a></b></td>
        
        
        
        <
td><span class="blue"><class="black" href="javascript:openWinSmall('update_schedule.html');">Real</A></span></td>

        <
td>2009-03-18</td>
        <
td>Websearch and newsletter okCan be incentivizedTo email this offerplease contact your affiliate manager. </td>
        
        
        <
td nowrap><b>$50.00/lead</b>
        
        <
a href='#' class="black" onclick='window.open("currency_history.html",null,    "height=500,width=400,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");return false;'><img src="../images/currency_icon.gif" border="0"></a>
        
        </
td>
        
        
        
        
    </
tr
I will provide the current php files that are scraping the content using curl, all I need is some one to write a few lines to get the information I need.

I need the following for each a variable:
the program id for each item, can be found in (ie: 3129)
PHP Code:

<a href="view_program_banners.html?program_id=3129"
the program title (ie: DirecTV)
PHP Code:

?program_id=3129">DirecTV</a></b> 

the program description
PHP Code:

<td>Web ok.  No emailno search and no newsletterCan be incentivized.  </td
Lastly the program payout:
PHP Code:

<td nowrap><b>$125.00/lead</b
It should be a simple job for some one with the knowledge. Please contact me.

Thanks
Reply With Quote
  #2 (permalink)  
Old 04-01-09, 07:45 AM
innovatewebs innovatewebs is offline
Newbie Coder
 
Join Date: Dec 2008
Location: India
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Hi
I have more then 3 year exp in php and mysql
I am able to do this.
Please let me know your budget.
__________________
Regards
InnovateWebs
"Committed to Quality Work"
http://www.innovatewebs.com
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
make element follow page scroll ?! how-to k-knudsen JavaScript 12 08-04-09 02:03 PM
div problem - expand by content SergiuGothic CSS 2 03-24-09 06:43 AM
Problem with layout bertrand HTML/XHTML/XML 4 11-08-07 07:30 AM
hideORshow tables, divs, or rows--need assistance deltatango5 JavaScript 2 09-20-06 08:48 AM
Error On Registeration timmy408 ASP 2 09-05-04 02:53 PM


All times are GMT -5. The time now is 01:12 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.