Search found 8 matches

by larshgf
Tue Jul 07, 2009 9:28 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Slow preview
Replies: 2
Views: 1717

Slow preview

I have "Rapid PHP 2007" (plan to update but waiting for "Rapid PHP 2010" to come) which I just reinstalled after a year without much coding. I have installed the php-packacke "php526xd.zip". I'm able to preview php-code allright, but it seems to me that this process is very slow; often around 3-4 ...
by larshgf
Fri Dec 21, 2007 1:02 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: \n does apparently not work
Replies: 7
Views: 4898

Thanks for good answers!
BTW - in which way can I see the PHP generated HTML source in rapid PHP?
by larshgf
Thu Dec 20, 2007 7:02 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: \n does apparently not work
Replies: 7
Views: 4898

Thank you Mickey - it works!
But all the same it's strange that \n does not work - according to my books about PHP it aught to!

BR
Lars
by larshgf
Thu Dec 20, 2007 6:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: \n does apparently not work
Replies: 7
Views: 4898

\n does apparently not work

Hello, When I write this (inside php tags off course)... echo "Hello, World\n" ; echo "Hello, Giannis\n" ; I get this result... Hello, WorldHello, Giannis I would expect... Hello, World Hello, Giannis It seems that my escape char for new line (\n) is not working properly? Something wrong with ...
by larshgf
Sat Nov 04, 2006 11:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: php-script with blank screen in preview
Replies: 2
Views: 2849

Nobody seems to be able to answer this. I'll try the tech support then.
by larshgf
Fri Nov 03, 2006 7:00 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Diff between Webuilder and Rapid PHP??
Replies: 2
Views: 3036

Thanks a lot!
by larshgf
Fri Nov 03, 2006 1:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Diff between Webuilder and Rapid PHP??
Replies: 2
Views: 3036

Diff between Webuilder and Rapid PHP??

I'm using Rapid PHP 20006 in a trial period. It's fine. What's the difference between Rapid PHP 2006 and Webuilder 2006???

Best Regards
Lars - DK
by larshgf
Fri Nov 03, 2006 1:47 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: php-script with blank screen in preview
Replies: 2
Views: 2849

php-script with blank screen in preview

I want to see this "Hello World.php" script that comes with "Rapid PHP 2006 (ver 7.3.0.69)..... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hello!</title> </head> <body ...