Dynadot โ€” .com Registration $8.99

Weird stripslashes() error.

Spaceship Spaceship
Watch
Impact
111
Hi,

Strange stripslashes() problem.

I'm using GeSHi to highlight this code... but when I run a stripslashes() on it, it goes wierd like this:

http://www.gotutorials.com/view/?id=1

Any idea why this is?

Oh, my code:

PHP:
while (strpos($tutorial, ":code.", $i + 1) > 0)
  {
    $i = strpos($tutorial, ":code.", $i) + 6;
    $ii = strpos($tutorial, ":", $i); + 1;

    $idnum = substr($tutorial, $i, $ii - $i);
    $codetmp = show_code($idnum);

    //below is the line with stripslashes.
    $tutorial = stripslashes(substr_replace($tutorial, $codetmp, ($i - 6), ($ii + 1) - ($i - 6)));
  }
  echo($tutorial);

Notice the stripslashes() on the commented line. It changes the quotes into a different style of some sort and it highlights improperly. How can I fix this?

Thanks,
-Matt
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Unstoppable Domains
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back