Questions tagged [phprunner]
12 questions
1
vote
2 answers
How can I insert or update records from different tables
I have two tables: parts (with codice, pezzi, durata) and magazzino (with codiceM, pezziM, durataM)
I want to add or update some records from parts to magazzino. What I would Like to do is:
check if codice is already present in the table magazzino,…

sentenza
- 5
- 5
1
vote
0 answers
How do I insert $data and $param into body of email
I am not a programmer and using phprunner to create page to send an email to selected records.
I have used some pre-existing code via this link
https://phprunner.com/phprunner/docs/email_selected_users.htm
and a modification to it on stackoverflow…

Mayo
- 11
- 1
0
votes
0 answers
Strange error when trying to build projects in phprunner
I am receiving this error when trying to build my projects.
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required…

Bon
- 1
0
votes
1 answer
How to see errors in PHPRunner?
I am working on a website created in PHPRunner. I have created a page using custom view and added it in the side navigation bar using Menu Editor. But when I save & build the project. I am not able to see the page I created on the website. The…

Curious Developer
- 705
- 3
- 9
- 29
0
votes
0 answers
Convert results of API listing showing UNIX ENOCH time to human time
I use PHP Runner to get data using REST API. The dates are showing as UNIX EPOCH Numbers. I need to show as human dates.
I can change the appearance using a custom view:
$value - a value to be displayed on the page.
Example:
$value =…
0
votes
2 answers
Converting Excel formula to PHP or MySQL Query
I'm trying to convert an excel scoring program and this one formula is driving me nuts. so this is the excel formula =IF(AD4

dmcomp
- 3
- 3
0
votes
0 answers
Fatal error: Call to a member function fetchAssoc() on a non-object
My query is as follow:
function AfterSuccessfulRegistration($userdata, $pageObject)
{
$tmp_UserName = $userdata["login"];
$tmp_GroupID = $userdata["groupid"];
$rs = DB::Query("SELECT `UserName`, `GroupID` FROM users_ugmembers where `UserName` =…

Mustafa Üstünsöz
- 1
- 1
0
votes
0 answers
How do I combine two database fields into a new field using Javascript?
I'm using a variation of this script to combine two numeric fields into a third numeric field but I'm wanting to do the same thing with text. Namely creating a Full_Name field from a First_Name and a Last_Name field. Here's the code...
Hoping…

EEM6498
- 1
0
votes
2 answers
Concatenate 2 fields separated by a "-" in PHP
I am using PHPRunner and I am adding code to an event which will concatenate the 2 fields "AgentID" and "Client ID" separated by a "-". The code runs after the record has been added to the database. The code is being written inside php code and not…
0
votes
0 answers
PHPRunner Javascript API onload function
I am facing an issue in adding the JS in the PHPRunner, I want to insert some JS function of Google Maps and have those function but not sure how to add the function in PHPRunner.
Can anyone help me in adding some Javascript in PHPRunner editor?

SSP
- 1,937
- 2
- 8
- 7
-1
votes
3 answers
SQL Syntax error missing operator in query expression - Ms Access DB
I have code in PHPRunner ( after record updated ) to Update a master table with the total number of hours worked based on the details table (multiple entries ) but when I add a sencond WHERE clause into the $strUpdate I get the syntax error.
I have…

Derek
- 175
- 1
- 4
- 16
-3
votes
1 answer
Subtract inventory from multiple lots
I've looked over a lot of posts on here, but cannot find a solution to my issue. I'm trying to develop a tracking for a small shop of inventory of the same product from different lots. I'm utilizing PHP and MySQL for the DB. I have tried information…

David
- 3
- 3