Jump to content

Phantom-a

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Phantom-a's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I found this. Looks like something I need. Not sure how to modify this to work? How about this , $numbers = "/[^0-9_]/i"; $html = preg_replace('example.css?.'$numbers',.proxifyURL('http://static.ak.fbcdn.net/css/ie6.css?.'$numbers'),$html);
  2. I thought so too. Anymore help? $html = preg_replace('example.css?29229','myexample',$html);
  3. How can I match the line of Numbers on this, to replace it in the next needle? THe problem is the numbers are random and always 5 characters long. $html = str_replace('example.css?93602','myexample',$html);
  4. HTTP/1.x 301 Moved Permanently Hey phpfreak You better not leave that 301 redirect for too long. Search engines will not not like it and you may lose some of your pages in the Google SERPS. Google has already assigned this website "sitelinks" http://www.google.com/search?hl=en&q=phpfreaks&btnG=Google+Search Those links under the your listing. Those may be lost also. 301 redirect is like playing with fire...bad things can happen.
  5. http://www.phpfreaks.com/forums/index.php/topic,127902.0.html Thanks Some good links there
  6. I hope it comes back soon. I was reading a tutorial yesterday on regex. http://www.phpfreaks.com/tutorials/52/0.php I really want to read threw that again.
×
×
  • 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.