Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7689079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:04:52+00:00 2026-05-31T20:04:52+00:00

I am trying to use preg_replace function to parse this table in a Html

  • 0

I am trying to use preg_replace function to parse this table in a Html page :

Tuition.    $13,140   $13,167    $13,167    
Books       $996      $1,176     $1,176

Because of table tags I got “Unknown modifier ‘t‘ ” error and I changed ‘/ /‘ with ‘~ ~‘.

Still I have problem, the function is not changing the text. I think the problem with ‘$‘ dollars sign in the text, how can I skip it? I tried to do but I couldn’t.

Here is my code :

$price = $html->find('div[id=divctl00_cphCollegeNavBody_ucInstitutionMain_ctl00] table[class=tabular]');

        $price1=$price[0];
        $show=$price1;

        $ch="~".$show->children(1)->children(0)->children(1)."~";
        $show=preg_replace($ch,' ',$show, 1);

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:04:53+00:00Added an answer on May 31, 2026 at 8:04 pm

    try this : $show=preg_replace(str_replace('$','\$',$ch),' ',$show, 1);
    If you can’t use preg_quote and have multiple escape ( in this case $ is your problem), you could put your special character in an array and filter from it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to parse strings that represent source code, something like this: [code lang=html]
I'm trying to figure out an preg_replace() (php) style function that I can use
I use preg_replace in my Bbcode parse function. I have an array of simple
Trying to use this method (gist of which is use self.method_name in the FunnyHelper
I'm having trouble with preg_replace and I'm not sure that I use correct function.
I'm trying to use curl in order to follow this google redirection, but i
Am trying to use something like: $newdata = preg_replace($pattern, $replacement, $data); Now my replacement
I'm trying to use preg_replace to replace &lt;a href=&quot;WWW.ANYURL.COM&quot;&gt;DISPLAY_TEXT&lt;/a&gt; with <a href=WWW.ANYURL.COM>DISPLAY_TEXT</a> here is
I am trying to create a function to create permalinks. This is what I
I am trying to use preg_replace to convert <br> or <br /> to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.