POV-Ray : Newsgroups : povray.general : Render server on Web : Re: Render server on Web Server Time
2 Aug 2024 04:17:00 EDT (-0400)
  Re: Render server on Web  
From: Eero Ahonen
Date: 10 Apr 2005 03:01:46
Message: <4258cf5a$1@news.povray.org>
BassPlayer wrote:

> 
> I found that I can run it on one of my school computers, but I can't get the
> paste box to work on that machine (it filters everything posted, and I end
> up with a '\' in front of all the double quotes, rendering include files
> impossible.  If anyone has a fix for this either in PHP or in SDL that
> would rock (another way to call includes?)
> 
> R
> 

Try

$newtext = str_replace("\\\"", "\"", $newtext);

-- 
Eero "Aero" Ahonen
    http://www.zbxt.net
       aer### [at] removethiszbxtnetinvalid


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.