← prev | next →
Kirthi Kumar 2021-02-12 18:52:19
Location : work from home
Kirthi Kumar 2021-02-12 18:52:42
Interested candidate please let me know
Kirthi Kumar 2021-02-12 18:55:06
Send resumes to ranizsolutions@gmail.com
OmShete 2021-02-12 19:27:25
Shiv_95 2021-02-12 18:00:05
Is there anyone who is expert in codeigniter?
Yes
Shiv_95 2021-02-12 19:39:14
Can you help me I am facing a problem in csrf implementation using ajax
I just need a suggestion how to fix the issue
Kriti Agarwal 2021-02-12 19:51:13
Pls help in below requirement-
Find no of days between 2 dates-
Ex- 08-02-2021 and 10-02-2021 should return 2 days in PHP
Minal Padheriya 2021-02-12 19:55:14
Job opening as php developer.
Location Ahmedabad
Salary 50k
Exp 2+ year
Skill: Html,CSS, JavaScript, laravel
Share cv minal.avionic@gmail.com
Vignesh2516 2021-02-12 19:55:39
Kriti Agarwal 2021-02-12 19:51:13
Pls help in below requirement-
Find no of days between 2 dates-
Ex- 08-02-2021 and 10-02-2021 should return 2 days in PHP
<?php
$date1=”2016-07-31″; $date2=”2016-08-05″;
function dateDiff($date1, $date2)
{
$date1_ts = strtotime($date1); $date2_ts = strtotime($date2); $diff = $date2_ts – $date1_ts; return round($diff / 86400);
}
$dateDiff= dateDiff($date1, $date2);
printf(“Difference between in two dates : ” .$dateDiff. ” Days “);
print “</br>”;
?>
Kriti Agarwal 2021-02-12 19:56:24
I have tried this
Kriti Agarwal 2021-02-12 19:56:38
But when I get same dates , it returns 0
Kriti Agarwal 2021-02-12 19:56:47
Instead it should be 1
Kriti Agarwal 2021-02-12 19:57:04
Ex- 08-01-2021 and 08-01-2021
Bijay_5 2021-02-12 20:02:29
Kirthi Kumar 2021-02-12 18:52:19
Location : work from home
Interested
Vignesh2516 2021-02-12 20:04:17
Kriti Agarwal 2021-02-12 19:57:04
Ex- 08-01-2021 and 08-01-2021
Why can’t u try if else condition??
balwari 2021-02-12 20:12:51
Kriti Agarwal 2021-02-12 19:56:47
Instead it should be 1
Same dates return 0 only not 1
Vignesh2516 2021-02-12 20:19:19
Kriti Agarwal 2021-02-12 19:56:47
Instead it should be 1
If u need 1 means
U can use it in if else condition
Shiv_95 2021-02-12 20:25:10
Kriti Agarwal 2021-02-12 19:51:13
Pls help in below requirement-
Find no of days between 2 dates-
Ex- 08-02-2021 and 10-02-2021 should return 2 days in PHP
Try this https://www.w3schools.com/php/phptryit.asp?filename=tryphp_func_date_diff
DavidDehbs 2021-02-12 20:45:47
grettings
DavidDehbs 2021-02-12 20:45:58
someone used to jwt for authentication?
rohit267 2021-02-12 20:51:11
DavidDehbs 2021-02-12 20:45:58
someone used to jwt for authentication?
yeah
DavidDehbs 2021-02-12 20:54:09
How do you return user information with default function (me)?
rohit267 2021-02-12 21:12:20
DavidDehbs 2021-02-12 20:54:09
How do you return user information with default function (me)?
what default function?
DavidDehbs 2021-02-12 21:20:27
Funcition me
DavidDehbs 2021-02-12 21:20:53
Function that return user information
DavidDehbs 2021-02-12 21:21:05
Trough token
tinkerbell1708 2021-02-12 21:39:25
Kriti Agarwal 2021-02-12 19:51:13
Pls help in below requirement-
Find no of days between 2 dates-
Ex- 08-02-2021 and 10-02-2021 should return 2 days in PHP
For that you have to first format the date in a particular format then u have to create the function logic
pk7789 2021-02-12 23:46:12
I want a PHP developer for my website. Just DM me
rohit267 2021-02-13 03:22:19
DavidDehbs 2021-02-12 21:21:05
Trough token
there are library for every language, check jwt.io
rohit267 2021-02-13 03:25:37
or shortcut, base64 decode the mid part between dots
rockes007 2021-02-13 06:06:45
/get php_doc
rockes007 2021-02-13 06:07:03
/get php_docs
Kritesh Tiwari 2021-02-13 09:54:42
Hii guy’s I need your help
Kritesh Tiwari 2021-02-13 09:54:49
I have one question
Kritesh Tiwari 2021-02-13 10:00:29
I have two radio button in form
Fisrt is domestic second is forgaine
So when I click domestic button show price in rupees text box and when I click forgaine then show price in dollar text box
This is it complete using ajax
But I have problem
Like when I was select domestic price box will be show but price in dollar text will must fill that was issue and this issue will create when I was insert data
Kritesh Tiwari 2021-02-13 10:01:30
Validation using by ajax
← prev | next →