Contents:
Java developer hai koi ?
Do you want a flutter?
Any Java developer here ?
Anyone knows prolog?
How to solve this error?
will this work?
Java developer hai koi ?
Do you want a flutter?
Any Java developer here ?
Anyone knows prolog?
How to solve this error?
will this work?
Patel_Prince 2022-01-21 07:12:54
Hello,
Can anyone know how to work with session in PHP 7.3
JeezMathew 2022-01-21 07:41:51
Deepakb21 2022-01-20 17:06:04
Print curl error
JeezMathew 2022-01-21 07:42:12
No error occurred
Shubham Bhatia 2022-01-21 08:40:58
/get firebase_php
Shubham Bhatia 2022-01-21 08:44:11
/get laravel_hindi
MxTejas 2022-01-21 13:32:25
Java developer hai koi ?
mhmd_dev 2022-01-21 13:33:21
MxTejas 2022-01-21 13:32:25
Java developer hai koi ?
Do you want a flutter?
MxTejas 2022-01-21 13:34:04
mhmd_dev 2022-01-21 13:33:21
Do you want a flutter?
Matlab
Deepakb21 2022-01-21 15:24:46
JeezMathew 2022-01-21 07:41:51
Don’t use $result in if condition
Deepakb21 2022-01-21 15:25:03
Deepakb21 2022-01-21 15:24:46
Don’t use $result in if condition
Print $result and also curl error
Deepakb21 2022-01-21 15:26:59
JeezMathew 2022-01-20 15:24:20
Please check have u use Authorized Concat before ur key
MxTejas 2022-01-21 15:37:17
Any Java developer here ?
MxTejas 2022-01-21 16:22:28
βπΌπΌπ» ππΈππΈ π»πΌππΌππβπΌβ π½πβ πππππβπΎ
ββππΎβπΈπ πβ π½πβπ»πβπΎ πΌββπβ πβ ββππΎβπΈπ (π₯π π‘ππ π π ππ¨πππ, ππ¨π₯, ππ§πππ₯ π€, πππ₯ππππ€π, πππ₯π¨π π£ππππ, π€ππ£π§πππ₯)
1βππβπ ππβππ (π ππππ βπΈπ π½πβ πβπΈπ ) ππ ππ₯πππ₯ ππ
@ππ©ππππs
ββππΎβπΈπ πβ π½πβπ»πβπΎ πΌββπβ πβ ββππΎβπΈπ (π₯π π‘ππ π π ππ¨πππ, ππ¨π₯, ππ§πππ₯ π€, πππ₯ππππ€π, πππ₯π¨π π£ππππ, π€ππ£π§πππ₯)
1βππβπ ππβππ (π ππππ βπΈπ π½πβ πβπΈπ ) ππ ππ₯πππ₯ ππ
@ππ©ππππs
MxTejas 2022-01-21 19:07:46
Need Java Developer for who are expert to solve program finding error
(Topic on Swing awt events database networking servlet)
I will pay for that
(Topic on Swing awt events database networking servlet)
I will pay for that
Duabiadmin 2022-01-21 19:07:50
Any master developer contact me I want to create a project!
2022-01-21 22:07:02
Hello Guys I need Help.Please help. I purchased two different Laravel Script both are different. one is Education LMS website and 2nd one is Social Network. I want To combine Each Other Please Help . Need Immediate help.
πI am ready to pay also little money π΅
πI am ready to pay also little money π΅
BIGMAC_1 2022-01-21 23:15:29
Anyone knows prolog?
nishupat 2022-01-22 05:27:45
Hi
Any Codiegnator/Laravel Developer available??
Any Codiegnator/Laravel Developer available??
nishupat 2022-01-22 05:33:02
Urgently
Nithideva 2022-01-22 05:48:09
Codeigniter
Nithideva 2022-01-22 05:48:18
I’m available
Deep 2022-01-22 09:06:02

How to solve this error?
tafazzulaman 2022-01-22 09:13:23
Deep 2022-01-22 09:06:02
How to solve this error?
Go through your sql query once again you are Missing some parameters
Deep 2022-01-22 09:15:28

line 15 be like this
Moftah_med 2022-01-22 09:38:32
Guys I have bought a hosting on hostinger but when I make a request from my app
The show me 500 how to fix that
The show me 500 how to fix that
ecargsid_eht 2022-01-22 10:17:51
Deep 2022-01-22 09:15:28
line 15 be like this
We don’t put quotes on Keys
BIGMAC_1 2022-01-22 10:43:20
Write a prolog program to display the maximum and the average numbers in a list. ex find_max_avg([6,7,1,6,7,9,6]),M,A). the answer is M=9 A=6
BIGMAC_1 2022-01-22 10:43:25
Who can solve this
ecargsid_eht 2022-01-22 11:07:54
BIGMAC_1 2022-01-22 10:43:25
Who can solve this
function find_max_avg($array){
$M = 0;
$sum = 0;
$count = 0;
foreach ($array as $arr) {
$count += 1;
$sum += $arr;
if($arr > $M){
$M = $arr;
}
}
$A = $sum/$count;
echo “Max = $M <br> Avg = $A”;
}
ecargsid_eht 2022-01-22 11:08:10
will this work?
BIGMAC_1 2022-01-22 11:08:32
I will try the code
ecargsid_eht 2022-01-22 11:08:36
ok
ecargsid_eht 2022-01-22 11:08:53
pass the array as the parameter
BIGMAC_1 2022-01-22 11:09:16
Which compiler did you use
BIGMAC_1 2022-01-22 11:10:22
ecargsid_eht 2022-01-22 11:08:53
pass the array as the parameter
How what u mean