Know any body beat freelancer site that work with web money?

|
kanhaiya_here 2020-11-07 19:06:15
D_deepak 2020-11-07 18:08:40
header(“Location:Welcome.php”);
Is not working what a solution?

terminate with ; semicolon

2020-11-07 20:01:41
2020-11-05 21:38:28
I’m not seen yet
Please share your code me personally , i’ll check it

Hello..please ok need your assistance on php

2020-11-07 21:00:06
2020-11-07 20:01:41
Hello..please ok need your assistance on php

Good evening….what’s the problem?

2020-11-07 21:35:03
<?php

$string = ‘Azərbaycan əlifbası problemi’;
foreach( str_split($string) as $charIndex => $char ) {
echo “$charIndex. $char<br />”;
}

echo “<br />”;
echo “<b>”$string”in uzunluğu:</b><br />”;
echo “Nativ funksiyanın qaytardığı: ” .”<b>”. strlen($string) .”</b>”;
echo “<br />”;
echo “Normalda: <b>28</b>”;

echo “<br /><br />”;

for ( $i = 0; $i < 31; $i++ ) {
echo “$string[2]$string[3]”;
}

echo “<br /><br />”;

for ( $i = 0; $i < 31; $i++ ) {
echo “$string[2]”;
}

echo “<br /><br />”;

for ( $i = 0; $i < 31; $i++ ) {
echo “$string[$i]”;
}

?>

2020-11-07 21:35:53
try please
2020-11-07 21:35:54
how can i solve this?
tumateix 2020-11-07 21:46:20
2020-11-07 21:35:54
how can i solve this?

Studying more

2020-11-08 06:03:11
codeslide-18793.jpg

2020-11-08 06:03:38
codeslide-18794.jpg

2020-11-08 06:03:57
I’m noob please help me to solve this problem
2020-11-08 06:09:58
Plzzz can u help me to get rid of this problem 🙏🙏
2020-11-08 06:10:34
I checked every opening but I’m not able to do it
2020-11-08 06:36:23
codeslide-18802.jpg

2020-11-08 06:36:45
codeslide-18803.jpg

2020-11-08 06:44:40
2020-11-08 06:36:23

I think, something is missing in the line 810
You should include something after ‘p’ then don’t use comma

2020-11-08 06:49:25
2020-11-08 06:44:40
I think, something is missing in the line 810
You should include something after ‘p’ then don’t use comma

Yeah bro i thought same

2020-11-08 06:49:39
But my domain is not php
2020-11-08 06:54:22
2020-11-08 06:49:25
Yeah bro i thought same

You can remove line 810 .
And
In line 809, you can use semicolon ( ; ) instead of comma ( , )
Then check error will remove or not.

2020-11-08 06:58:38
codeslide-18813.jpg

2020-11-08 06:59:19
codeslide-18814.jpg

2020-11-08 06:59:26
Anyone please help me
Dizaart Systems 2020-11-08 07:03:48
codeslide-18816.jpg

2020-11-08 07:06:24
2020-11-08 06:58:38

I,m sorry.
In line 809 , remove ending semicolon.
Then error will disappear

2020-11-08 09:45:45
badri v_u 2020-11-05 22:31:19
Changing type int to varchar or text will help

Thank you very much👍

Ezladmin 2020-11-08 10:09:58
Does anyone can help me? I need that someone check my code
2020-11-08 10:41:36
hi , how structure is good for online chat database?
can everybody help me?
Katya Rubisoff 2020-11-08 14:05:47
Lol, everybody’s running and scared
Shiva Singh 2020-11-08 20:43:40
Can any one help me
2020-11-08 21:15:23
Hi who has code hour for profile with photo
Lento Velano 2020-11-09 08:11:26
Hey can anyone help me with this
Lento Velano 2020-11-09 08:11:38
$curl = curl_init();
$fileName = $_FILES[‘utr-file’][‘tmp_name’];
$orig_filename = $_FILES[‘utr-file’][‘name’];
$file_name_with_full_path = $fileName;
if (function_exists(‘curl_file_create’)) { // php 5.5+
$cFile = curl_file_create($file_name_with_full_path, “application/vnd.ms-excel”);

} else {
$cFile = ‘@’ . realpath($file_name_with_full_path);
}
$post = array(
‘file’ =>
‘@’ . $_FILES[‘utr-file’][‘tmp_name’]
. ‘;filename=’ . $_FILES[‘utr-file’][‘name’]
. ‘;type=’ . $_FILES[‘utr-file’][‘type’]
);

$base_url = ‘base’;
$s3path = “staging/paper-nach/”;
$date= $_POST[‘date’];
$pathwithname = $s3path.$date.”/”.$orig_filename;
$url = $base_url .$pathwithname;
print_r($url);
exit;
curl_setopt_array($curl, array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_ENCODING => “”,
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => “PUT”,
CURLOPT_POSTFIELDS => $post,
CURLOPT_HTTPHEADER => array(
“cache-control: no-cache”,
“x-api-key: *”,
“Content-Type: application/vnd.ms-excel”
),
));

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

Lento Velano 2020-11-09 08:11:48
I am trying to uplaod xls file, when I upload I get this error “XLRDError: Unsupported format, or corrupt file: Expected BOF record”
2020-11-09 08:33:43
hi. know any body beat freelancer site that work with web money?
2020-11-09 08:35:47
beat = best
2020-11-09 13:32:04
Is it better to use laravel
And what are the benefits and drawbacks
im_gokul_dev 2020-11-09 14:27:24
2020-11-09 13:32:04
Is it better to use laravel
And what are the benefits and drawbacks

Yes laravel better to use compared to other frameworks.

2020-11-09 14:28:28
Can it be used alongside react
im_gokul_dev 2020-11-09 14:28:36
2020-11-09 14:28:28
Can it be used alongside react

Yes

2020-11-09 14:29:40
Which of javascript framework do u feel is the best with laravel
mdownloaderz 2020-11-09 14:44:07
2020-11-09 14:29:40
Which of javascript framework do u feel is the best with laravel

React

Kiran 2020-11-09 14:48:09
codeslide-18899.jpg
Can anyone tell how add salary only in p_salary column
Katya Rubisoff 2020-11-09 15:18:48
Can I just delete takeout_id and use?
im_gokul_dev 2020-11-09 15:34:09
2020-11-09 14:29:40
Which of javascript framework do u feel is the best with laravel

React js

lingaraju1994 2020-11-09 15:38:00
Hi, I am integrating to send an email like outlook, but I got some error while sending mail
lingaraju1994 2020-11-09 15:38:24
codeslide-18907.jpg

lingaraju1994 2020-11-09 15:38:55
Please someone can help with this🙂
lingaraju1994 2020-11-09 15:42:07
codeslide-18910.jpg
This is the configuration I have provided in .env file.
im_gokul_dev 2020-11-09 16:21:30
lingaraju1994 2020-11-09 15:42:07
This is the configuration I have provided in .env file.

Hi , you have to change encryption to tls . Currently its tsl

im_gokul_dev 2020-11-09 16:21:52
Kiran 2020-11-09 14:48:09
Can anyone tell how add salary only in p_salary column

Use alter statements

lingaraju1994 2020-11-09 16:55:16
im_gokul_dev 2020-11-09 16:21:30
Hi , you have to change encryption to tls . Currently its tsl

Yeah.. thanks..

|