Conditional Statements |
11/9/2011 19:44:03 | |
| PHPRunner General questions | ||
|
K
kikoink02 author
Guys, I am trying to put this conditional statements in my add page. where should i put it? |
||
|
|
Sergey Kornilov admin 11/9/2011 |
|
Where in PHPRunner you want to add this and what this code is supposed to do? |
|
|
K
|
kikoink02 author 11/9/2011 |
|
Where in PHPRunner you want to add this and what this code is supposed to do?
|
|
|
K
|
kikoink02 author 11/13/2011 |
|
Where in PHPRunner you want to add this and what this code is supposed to do?
|
|
|
C
|
cgphp 11/14/2011 |
|
In the "Before record added" event check if the time-in-date is greater than the time-out-date: $rs = CustomQuery("SELECT time-out-date FROM table_name"); //extract the time-out-date from the database. Change the query to match your specific needs.
|
|
|
K
|
kikoink02 author 11/15/2011 |
|
In the "Before record added" event check if the time-in-date is greater than the time-out-date: $rs = CustomQuery("SELECT time-out-date FROM table_name"); //extract the time-out-date from the database. Change the query to match your specific needs.
|
|
|
K
|
kikoink02 author 11/16/2011 |
|
In the "Before record added" event check if the time-in-date is greater than the time-out-date: $rs = CustomQuery("SELECT time-out-date FROM table_name"); //extract the time-out-date from the database. Change the query to match your specific needs.
|
|
|
|
Sergey Kornilov admin 11/17/2011 |
|
Something is not right here. I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
|
|
K
|
kikoink02 author 11/17/2011 |
|
In the "Before record added" event check if the time-in-date is greater than the time-out-date: $rs = CustomQuery("SELECT time-out-date FROM table_name"); //extract the time-out-date from the database. Change the query to match your specific needs.
|
|