Search found 9 matches

by qbuster
Wed Mar 12, 2008 7:02 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Xdebug issue
Replies: 14
Views: 8472

I still can't get the debugger to give anything other than Debugger Error Code 5 Command not available. Actually, I have given up altogether on the Blumental debugger, see this thread. So have I-in fcat, I have now abandoned Rapid Php and bought another (more expensive IDE) that works seemlessly. I ...
by qbuster
Tue Feb 05, 2008 11:43 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: PHP comment blocks don't work properly in RapidPHP
Replies: 2
Views: 2500

Hi Will, This is not a RapidPHP problem, but just the way programming languages work. You see the comment tags (/* */ and //) because they are within your echo commands. PHP (and any other language) will simply ignore any code and commands within an echo or print command, and display the entire ...
by qbuster
Mon Feb 04, 2008 12:28 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: PHP comment blocks don't work properly in RapidPHP
Replies: 2
Views: 2500

PHP comment blocks don't work properly in RapidPHP

Using the block and line comments in RapidPhp as in the following code doesn't work. function show_letter_form() { global $mymp_title, $mymp_fullname, $mymp_constituency, $postcode, $my_email, $mymp_email; $postcode = strtoupper($postcode); $my_email = "will@Lurchfield.uk"; echo "<b>Generate a ...
by qbuster
Mon Feb 04, 2008 12:05 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Xdebug issue
Replies: 14
Views: 8472

You do not need to uninstall or change any of your existing stuff. Web server is already built in the editor, you simply have to *disable/uncheck* Mappings feature and the internal web server will be used. Please make sure the editor is fully allowed as a TCP/IP server in your firewall (all ports ...
by qbuster
Sun Nov 11, 2007 1:00 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Curious result with SELECT Count(*)
Replies: 4
Views: 3252

Its not the select count (*) thats different, but the resultant code. Im not too hot on php, but '$rows = number_format($result,2); ' doesn't look valid to me - $result is an array of the result from the query. You're asking php to convert this into a 'number_format'. You're probably getting 1 ...
by qbuster
Sat Nov 10, 2007 9:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Curious result with SELECT Count(*)
Replies: 4
Views: 3252

Might be a typo from you typing, but the $query like has an opening single quote, but a closing double quote. Does the number_format function work correctly in other scripts? Looking through some of my PHP code, I use the mysql_num_rows($result) function. Sorry about those typos...don't know how ...
by qbuster
Thu Nov 08, 2007 5:43 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: xdebug
Replies: 12
Views: 10323

Re: xDebug still having problems

FYI... I figured out why the "Debugger Error[Code: 5]" kept appearing. Check out: http://xdebug.org/docs-dbgp.php#debugger-engine-errors Apparently if you don't have any breakpoints set then don't RUN it through the debugger. I suppose this makes sense because debugging is only used to step through ...
by qbuster
Thu Nov 08, 2007 4:50 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Curious result with SELECT Count(*)
Replies: 4
Views: 3252

Curious result with SELECT Count(*)

When I enter SELECT COUNT(*) FROM sowparas into the Rapid PHP Sql Query browser (or indeed the MySql Query Browser) I get a correct answer of 36 (rows). However, in the following php script the query always returns 1 instead of the correct 36. Can anyone shed any light on this? $query = 'SELECT ...
by qbuster
Wed Nov 07, 2007 4:13 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Xdebug issue
Replies: 14
Views: 8472

Please try the xDebug + PHP package available for download from our website: http://www.blumentals.net/webuilder/faq.php?qid=hpd_debug If it does not work, we shall look further. Unfortunately PHP and xDebug versions come out very quickly and they change often so it is impossible to keep up this is ...