Is not working what a solution?
how can i solve this?
Does anyone can help me?
hi , how structure is good for online chat database?
can everybody help me?
know any body beat freelancer site that work with web money?
Is not working what a solution?
terminate with ; semicolon
Please share your code me personally , i’ll check it
Hello..please ok need your assistance on php
Good evening….what’s the problem?
$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]”;
}
?>
Studying more




I think, something is missing in the line 810
You should include something after ‘p’ then don’t use comma
You should include something after ‘p’ then don’t use comma
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.



I,m sorry.
In line 809 , remove ending semicolon.
Then error will disappear
Thank you very much👍
can everybody help me?
$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);
And what are the benefits and drawbacks
And what are the benefits and drawbacks
Yes laravel better to use compared to other frameworks.
Yes
React

Can anyone tell how add salary only in p_salary column
React js


This is the configuration I have provided in .env file.
Hi , you have to change encryption to tls . Currently its tsl
Use alter statements
Yeah.. thanks..