Login Popup Stay on same Page
I have the login form appearance set to popup in PHPRunner 10.5. After successful login sometimes it redirects to previous page. Is there a way in the after successful login event to stay on same page?...
View Articleuse different masterprint
hi all is it possible to use different masterprint for different "printer friendly" pages thanks in advance, Nir.
View ArticleEmail API services
Has anyone been able to integrate email API from services like mailgun or others into PHPRunner? The standard SMTP is okay, but sending large amounts of email takes some time and isn't as reliable, and...
View Articletextarea as syntax highlighter
hi all, do you have experience turning a textarea into a codeviewer? Would be nice to use a phprunner-app as libary for a private code-collection. The syntaxHighlighter by alexgorbatchev seems to be...
View ArticleReset button ohne funktion ?!
Reset button without function?! I can no longer reset the form details. Is it suddenly without function? Version 10.4 Where to look All custom views are now also incorrect <!doctype html>...
View ArticleUsing Sweetalert to display messages in Before Record Added event
I hope everyone is ok. I run several tests before add a record and today I use the "alert()" function to display the error messages to user, but I would like to use the new Sweetalert plugin, but the...
View Articlephprunner and php performance settings
Hello, I'm copying data to the spreadsheet with the code below. I'm getting a 360 execution time error. How do you think a solution should be. button code: while($record =...
View ArticleCrete API Key Error
Maybe someone can help me.... why the API key I made an error like this <br /> <b>Fatal error</b>: Call to undefined function http_response_code() in...
View ArticleDumpfile Database after Logout ?
I'm still studying, but even with the help, I can't make it. I would like to create a backup of the database after logging out. I managed to delete entries older than 30 days: $sql =...
View ArticleDate format
Hi, how can we set the date format to show 18-Jan-2021 in View as setting. date view as the property has only two settings short date and long date but for some reason, we need to set the date format...
View ArticleREST API Client Examples
Greetings, Are there any complete PHP cURL examples available that demonstrate best practices for securely accessing SQL databases that have been enabled with REST APIs via PHP Runner's "REST API"...
View ArticleAndroid Camera Picture Upload
Hi, I've created a small web-app to upload pictures taken from any Smartphone. If the Web-App is accessed by a Browser on the Smartphone, there is no problem to add images taken by the camera. After...
View Article[SOLVED] REST API URLs
Quick note to show the URL structure for multi-parameter queries accessing PHPRunner-generated APIs. See CURLOPT_URL line below... <?php $curl = curl_init(); curl_setopt_array($curl, array(...
View ArticleInsert data from a form
This is probably pretty straight forward but can anybody tell me how to add data from a form that I'll create in wordpress to the database? I want people to be able to fill in a form online to register...
View Article[SOLVED] Edit all copied records in details table
Hello Somebody know how can I edit all records in a details table after the master and details are being copied with the copy button? also how to make stop adding a new blank record to the top of the...
View ArticleCombining The Two Ways of Storing a File
Hello Everyone, I am working a project that needs a profile photo to be saved for student's record. in PHPRunner I have two options of storing photos/files (1)Storing photos/files in the table as a...
View Articleadding step by step in popup
Hello to everyone. If you can help with something, I would appreciate it. Subject: adding step by step in popup purpose: possibility for users to quickly add or easily add using view tables I have...
View ArticleHow can I modify the copied records in details table.
Somebody know how can I edit all records in a details table after the master and details are being copied with the copy button? also how to make stop adding a new blank record to the top of the details...
View ArticleSearching records
Table contains `current_status` field. In the List Page:Before SQL Query I have $strWhereClause = '`current_status` = "Available" or `current_status` = "Pending Approval"'; to filter the list. The...
View ArticleCopying Master & details
Hello everybody I am wondering if you are having the same issue than me copying master & details records with the copy button. The problem than I have is when I clicked in the button, on the add...
View Article