Search found 14 matches

by jPaul
Wed May 20, 2026 11:07 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Add items to Language Browser
Replies: 0
Views: 5102

Add items to Language Browser

Hi Everybody,

How do I go about adding something like "bg-transparent" to the Bootstrap 5 Class lists?
by jPaul
Sun May 17, 2026 4:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Clear session data
Replies: 0
Views: 4485

Clear session data

Hi Everybody, (version: 18.6.0.276) I'm tweaking a multi-page project and making lots of minor CSS type corrections. Antime I correct and "preview" the new script, PHP has retained session data. This is getting in the way. How can I eliminate this session data retention without closing Rapid PHP ?
by jPaul
Fri May 08, 2026 4:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Red Sqiggly line?
Replies: 0
Views: 5361

Red Sqiggly line?

Hi Everybody I have a form with an eMail-type input called 'user_eMail'. The FORM method = "POST". Once a user enters their eMail address, the action will call a PHP document,'register.php', containing this code: $user_eMail = trim($_POST['user_eMail'] ?? ''); echo $user_eMail; First up: the code ...
by jPaul
Mon Dec 09, 2024 4:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: problems with debug
Replies: 0
Views: 7849

problems with debug

Hi Everybody, I'm using Rapid PHP 2025 (18.2.0.265) along with WAMP server (3.3.7), I have also installed php_xdebug-3.4.0-8.3-vs16-nts-x86_64.dll , which was downloaded through https://www.blumentals.net/download-php.php Although I have chosen a random breakpoint, the Run and Debug toolbar shows ...
by jPaul
Tue Sep 17, 2024 5:17 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Save projects with script indents
Replies: 0
Views: 7880

Save projects with script indents

Hi Everybody, When I save a project/page with the code editor I am saving without any of the indents I used to help visually separate all the components. What is saved is a long string without any page breaks. How do I resolve this? While I'm at it, what is this practice called? <div> .....<div ...
by jPaul
Tue Sep 19, 2023 3:26 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How can I enable/use step-by-step Xdebug
Replies: 0
Views: 14970

How can I enable/use step-by-step Xdebug

Hello Everybody, I'm using Rapid PHP (17.7.0.248) The path to php.exe is : C/wamp64/bin/php/php8.0.26/php.exe I have followed the Xdebug installation instructions. However, when I load a *.php file the Run and Debug Step dialogs are gray and inactive. Unless my expectations are wrong, I should be ...
by jPaul
Mon Sep 11, 2023 4:41 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: SQL Error: Can't connect to MySQL server on 'localhost'...
Replies: 1
Views: 15342

SQL Error: Can't connect to MySQL server on 'localhost'...

Hi Everybody, I'm using Rapid PHP 2022 (17.7.0.248) and juss beginning to experiment with an MySQL database. I created a database with WAMP PHPMyAdmin I used View > SQL Explorer and created a new connection Label: GuestList Type: MySQL Port: 3306 username: root Password: null Database: users However ...
by jPaul
Thu Aug 10, 2023 11:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Install issues about xdebug
Replies: 0
Views: 7547

Install issues about xdebug

Hi Everybody I'm using Windows-10 Version 21H1 (build 19043.2364) Rapid PHP version: 17.7 Preferences > PHP Settings > PHP executable: C:\wamp64\bin\php\php7425xd\php.exe I have installed xdebug according to the instructions on the Rapid PHP site, but it is unclear if it has installed properly. I do ...
by jPaul
Fri Sep 16, 2022 1:58 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Restarting a Project, where it left off.
Replies: 0
Views: 2745

Restarting a Project, where it left off.

Hi Everybody, When I work a project, I'll have different windows containing script from different directory locations. I would like to save the project as is, so that the next time I open that project it will automatically load the same files, from the same directories. How can I arrange that? Many ...
by jPaul
Fri Sep 02, 2022 11:50 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Edit basic templates
Replies: 1
Views: 2653

Edit basic templates

Hi Everybody, When I select File > New > and then choose anyone of the several templates, I'll create a new tab usually called "Untitled .htm" or "Untitled.css". It will display a pretty basic starting point. I want to edit the templates used to provide these basic starting points to include ...
by jPaul
Wed May 04, 2022 12:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Using WAMP with Rapid PHP 2022
Replies: 1
Views: 3001

Using WAMP with Rapid PHP 2022

Hi Everybody, I'm trying to use Rapid PHP 2022 with WAMP 3.2.8 but the previews in Rapid PHP do not function. Rapid PHP states that " The software is not yet configured for previewing PHP files ". I hope to use Rapid PHP to test small scripts before integrating them in my projects. If I run any of ...
by jPaul
Wed Apr 20, 2022 1:55 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Possibly a preferences issue? Dunno
Replies: 1
Views: 3305

Possibly a preferences issue? Dunno

Hi Everybody, The behaviour of my Rapid PHP 2022 has changed from one day to the next. I must have changed " something " but I have no idea what that might be. here it is: I have just two files, " form.htm " and " formhandler.php ". In the " form.htm " file, I'll have the statements: <form method ...
by jPaul
Sun Apr 17, 2022 5:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Using the deBug
Replies: 1
Views: 9699

Using the deBug

Hi Everybody, I'm using RapidPHP 17.3 (17.3.0.244) PHP version: 7.4.26 Xdebug version 3.1.4 When I load a "* .php " script and attempt to use the deBug tools, The "RUN"; "STOP"; and "TOGGLE BREAKPOINT" buttons are active, but the "STEP OVER"; "STEP INTO"; and "STEP OUT" buttons are all grayed-out ...
by jPaul
Sun Jan 24, 2021 4:06 pm
Forum: Web Developer Talk
Topic: Edit & Save basic start-templates
Replies: 1
Views: 13591

Edit & Save basic start-templates

Hi Everybody,

I am a new user and I wonder how to edit and save the very basic templates found through

File->New->CTL-N which Will list:
  • HTML
    Cascading Style Sheets
    PHP Script
    ...
Many Thanks,

Paul