Search found 8 matches
- 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 ...
- 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
- 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
- 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 ...
- 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
- 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
- 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
Best Regards
Lars - DK
- 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 ...