โ prev | next โ
wkaauaja 2021-03-10 17:04:55
Location is mumbai
DCNETW 2021-03-10 18:41:05
need a php developer to do a module related to Chrome & firefox push notifications (must use browser API’s). only high level PHP & jQuery code.
H_a_r_i_31 2021-03-11 10:20:14
Hi I have problem with ckfinder3 text editor in uploading images please help me for solving
H_a_r_i_31 2021-03-11 10:20:48
A J 2021-03-11 10:31:21
Looking for YII developer for part time support remotely. If Intersted DM me.
ayush 2021-03-11 11:50:53
Create logic in php
Bank is giving six free transactions per month on ATM Card, Out of this only first 3 withdrawal transactions are free, For each extra transaction bank will charge Rs. 50 as transaction fees. Transaction Types are: Mini Statement (MS), Balance enquiry(BE) or withdrawal(WD)
Eg: MS: 2 + BE: 3 + WD: 2 = Transaction Charge Rs. 50 as total transaction count is > 6
b. MS: 1 + BE: 0 + WD: 4 = Transaction Charge Rs. 50 as total withdrawal transaction is > 3
c. MS: 2 + BE: 2+ WD: 0 = Transaction Charge Rs.0 as total transaction =<6
Write the logical code for calculation of transaction fees
ayush 2021-03-11 11:51:05
Its very important for me
ayush 2021-03-11 11:51:09
Please help
raviphad 2021-03-11 13:46:50
ayush 2021-03-11 11:50:53
Create logic in php
Bank is giving six free transactions per month on ATM Card, Out of this only first 3 withdrawal transactions are free, For each extra transaction bank will charge Rs. 50 as transaction fees. Transaction Types are: Mini Statement (MS), Balance enquiry(BE) or withdrawal(WD)
Eg: MS: 2 + BE: 3 + WD: 2 = Transaction Charge Rs. 50 as total transaction count is > 6
b. MS: 1 + BE: 0 + WD: 4 = Transaction Charge Rs. 50 as total withdrawal transaction is > 3
c. MS: 2 + BE: 2+ WD: 0 = Transaction Charge Rs.0 as total transaction =<6
Write the logical code for calculation of transaction fees
$charge=50;
$BETransSum=0;
$MSTransSum=0;
$WDTransSum=0;
$Transactions = array(“MS”=>”2″,”BE”=>”4″,”WD”=>”3”);
$keys = array_keys($Transactions);
for($i=0; $i < count($keys); ++$i) {
if($keys[$i]==’WD’ && $Transactions[$keys[$i]] > 0){
if($Transactions[$keys[$i]] > 3 ){
$WDTransSum = $Transactions[$keys[$i]];
} else {
$WDTransSum = $Transactions[$keys[$i]];
}
}
if($keys[$i]==’BE’ && $Transactions[$keys[$i]] > 0){
$BETransSum = $Transactions[$keys[$i]];
}
if($keys[$i]==’MS’ && $Transactions[$keys[$i]] > 0){
$MSTransSum = $Transactions[$keys[$i]];
}
}
$TotalSum= $MSTransSum + $BETransSum + $WDTransSum;
if($WDTransSum > 3){
$charge =$charge;
} else if( $TotalSum > 6 ){
$charge =$charge;
} else {
$charge =0;
}
echo “—charge–is:”.$charge.”——<br>”;
raviphad 2021-03-11 13:46:56
try this
ayush 2021-03-11 14:25:02
Thank you so much
raviphad 2021-03-11 14:38:47
ayush 2021-03-11 14:25:02
Thank you so much
is it working for you?
pratibha005 2021-03-11 17:30:02
A J 2021-03-11 10:31:21
Looking for YII developer for part time support remotely. If Intersted DM me.
Hi there.
Deepakb21 2021-03-11 17:32:49
DCNETW 2021-03-10 18:41:05
need a php developer to do a module related to Chrome & firefox push notifications (must use browser API’s). only high level PHP & jQuery code.
Able to do with fcm
Happy 2021-03-11 17:37:28
/get laravel_hindi
Happy 2021-03-11 17:37:52
/get laravel_hindi
Happy 2021-03-11 17:38:18
/get web
Serene_devil 2021-03-11 17:50:43
/get php_docs
sarifpandaaaa 2021-03-11 21:05:29
Send me php code forgot password using phone number
Seb_fda_cia 2021-03-11 22:37:40
Hello every body how to develop php skill
2021-03-11 23:08:29
Seb_fda_cia 2021-03-11 22:37:40
Hello every body how to develop php skill
with practice๐๐
Seb_fda_cia 2021-03-11 23:15:39
Yes ARG
DavidDehbs 2021-03-12 00:09:20
someone know
DavidDehbs 2021-03-12 00:10:23
how to make a request type how this through soapclient
DavidDehbs 2021-03-12 00:10:34
DavidDehbs 2021-03-12 00:10:58
whitout send xml string or simplexml
Arya Stark 2021-03-12 01:00:33
Thank you Rose
Arya Stark 2021-03-12 01:01:51
/get web
Rakesh Khandelwal 2021-03-12 05:39:37
Does anybody help me how to calculate shortest path using Google api…in php
Heartbitsss 2021-03-12 05:49:58
Hello, I need help to resolve the issue regarding the database. I created a database with name “adminpanel” and table “register”, I connected my code.php file to it. But, the table is not showing any update.
Heartbitsss 2021-03-12 05:50:55
Heartbitsss 2021-03-12 05:51:53
Shubham 2021-03-12 08:19:53
Heartbitsss 2021-03-12 05:51:53
Use password without space in mysqli_connect.
” ” to “”.
Check connection first.
rohit267 2021-03-12 08:37:41
Heartbitsss 2021-03-12 05:51:53
++
akshyakki 2021-03-12 11:05:34
Hello I need a help
I want to design a PHP code for search employees monthly attendance record with month filter in PHP
I have MYSQL nd Tables also present
Just I want
Live search bar
Submit button for particular employee
And filter by month for that particular employee
And the display result will export in excel.
Please Help..
โ prev | next โ