Jump to content

eugene2009

Members
  • Posts

    109
  • Joined

  • Last visited

    Never

About eugene2009

  • Birthday 03/19/1991

Profile Information

  • Gender
    Male
  • Location
    Sacramento, CA

eugene2009's Achievements

Member

Member (2/5)

0

Reputation

  1. How would I make it a variable though? I need to plug those numbers into a database. And you know how to remove the apostrophes also?
  2. preg_match_all('|<img src="/images/product/icon/(.+?).jpg|', $str, $matches); foreach ($matches[0] as $select) { preg_match_all('|<img src="/images/product/icon/(.+?).jpg|', $select, $matches2); var_export($matches2[1]); echo '<br>'; }
  3. My array results keep displaying like this. I want it to just display the numbers in the quotations. any help? array ( 0 => '4396', ) array ( 0 => '3934', ) array ( 0 => '5063', ) array ( 0 => '4394', ) array ( 0 => '3936', ) array ( 0 => '4393', ) array ( 0 => '4395', ) array ( 0 => '5064', ) array ( 0 => '5062', ) array ( 0 => '4224', ) array ( 0 => '3322', ) array ( 0 => '3321', ) array ( 0 => '3320', ) array ( 0 => '3725', )
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.