Is there a version/update log for the rapid php editor.
I got a message there is a new version, I updated, but where I see the changes ?
Search found 4 matches
- Fri Nov 18, 2016 12:45 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Important - Specify the version you're using!
- Replies: 4
- Views: 36088
- Fri Nov 18, 2016 12:32 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: passing parameters to preview
- Replies: 3
- Views: 3649
Re: passing parameters to preview
Hi, I purchased this week the rapid php editor. Normally when you working with databases you need to pass parameters for testing like : domain.com/test.php?u=user&pass=password and so on. Now I open extra a webbrowser and refresh the site after I changed and uploaded the script. Is there a ...
- Wed Nov 16, 2016 8:42 pm
- Forum: Easy Button & Menu Maker Support
- Topic: 2 submit buttons
- Replies: 2
- Views: 8650
Re: 2 submit buttons
Thanks alot.
- Wed Nov 16, 2016 4:18 pm
- Forum: Easy Button & Menu Maker Support
- Topic: 2 submit buttons
- Replies: 2
- Views: 8650
2 submit buttons
Hi, I have a form where I use 2 submit buttons : <input type="submit" name="action" value="Update" /> <input type="submit" name="action" value="Delete" /> Then in the code check to see which was triggered: if ($_POST['action'] == 'Update') { //action for update here } else if ($_POST['action ...