How to calculate the number Of days between 2 dates without counting the week-ends and some chosen dates such as independance day using PHP?

|
kasimmk 2021-01-28 17:16:48
If I change cpanel I will lose mails data from Outlook?
kishor10d 2021-01-28 17:33:29
kasimmk 2021-01-28 17:16:48
If I change cpanel I will lose mails data from Outlook?

Don’t know about outlook but, if you change your hosting, you need to take backup of your mails and tranfer to new server

kasimmk 2021-01-28 17:36:39
How to take backup?
kasimmk 2021-01-28 17:38:07
kasimmk 2021-01-28 17:36:39
How to take backup?

Download and upload?

kishor10d 2021-01-28 17:40:25
cPanel must have mail export utility. Or you can ask your service provider for that.
Neoalexwood 2021-01-28 17:40:56
kishor10d 2021-01-28 17:33:29
Don’t know about outlook but, if you change your hosting, you need to take backup of your mails and tranfer to new server

you can always opt for the full back up .. and backing emails seperately is not required in that

Ajaythakur01 2021-01-28 19:30:59
I am beginner in php what should i do to be expert
Ajaythakur01 2021-01-28 19:31:09
Can anyone suggest ?
kishor10d 2021-01-28 19:41:11
Ajaythakur01 2021-01-28 19:30:59
I am beginner in php what should i do to be expert

Start learning. Nobody is expert in real life. We learn by doing things.

Watch tutorials
Try them
Decide some basic project
Complete that project, if any problems come then try to sort them out at your own, take help from community forums like stackoverflow and others.

DavidDehbs 2021-01-28 19:43:18
Saludos
Sahil 2021-01-28 20:07:50
dr_hjc 2021-01-28 15:33:37
If it’s managed you can use your filemanager else use filezilla

unmanageable how to point domain.for vps….

Tania2a 2021-01-28 22:49:38
Sahil 2021-01-28 13:07:30
how to upload website on vps server

FTP don’t work?!

pk7789 2021-01-29 01:03:26
use javascript particle to do this.
soulnana 2021-01-29 01:41:02
Hello
How to calculate the number Of days between 2 dates without counting the week-ends and some chosen dates such as independance day using PHP?
2021-01-29 04:45:12
Google it
capturecoder 2021-01-29 05:36:15
Hwllo
capturecoder 2021-01-29 05:37:01
Someone pls help me i want to make otp verification while submitting form
capturecoder 2021-01-29 05:38:41
required>
<i class=”fa fa-lock”></i> </span>
</div>
<div class=”form-group”>
<span class=”input-icon”>
<input type=”password” class=”form-control” id=”password_again” name=”password_again” placeholder=”Password Again” required>
<i class=”fa fa-lock”></i> </span>
</div>
<div class=”form-group”>
<div class=”checkbox clip-check check-primary”>
<input type=”checkbox” id=”agree” value=”agree” checked=”true” readonly=” true”>
<label for=”agree”>
I agree
</label>
</div>
</div>
<div class=”form-actions”>
<p>
Already have an account?
<a href=”user-login.php”>
Log-in
</a>
</p>
<button type=”submit” class=”btn btn-primary pull-right” id=”submit” name=”submit”>
Submit <i class=”fa fa-arrow-circle-right”></i>
</button>
</div>
</fieldset>
</form>

<div class=”copyright”>
&copy; <span class=”current-year”></span><span class=”text-bold text-uppercase”> carenet</span>. <span>All rights reserved</span>
</div>

</div>

</div>
</div>
<script src=”vendor/jquery/jquery.min.js”></script>
<script src=”vendor/bootstrap/js/bootstrap.min.js”></script>
<script src=”vendor/modernizr/modernizr.js”></script>
<script src=”vendor/jquery-cookie/jquery.cookie.js”></script>
<script src=”vendor/perfect-scrollbar/perfect-scrollbar.min.js”></script>
<script src=”vendor/switchery/switchery.min.js”></script>
<script src=”vendor/jquery-validation/jquery.validate.min.js”></script>
<script src=”assets/js/main.js”></script>
<script src=”assets/js/login.js”></script>
<script>
jQuery(document).ready(function() {
Main.init();
Login.init();
});
</script>

<script>
function userAvailability() {
$(“#loaderIcon”).show();
jQuery.ajax({
url: “check_availability.php”,
data:’mobile=’+$(“#mobile”).val(),
type: “POST”,
success:function(data){
$(“#user-availability-status1”).html(data);
$(“#loaderIcon”).hide();
},
error:function (){}
});
}
</script>

</body>
<!– end: BODY –>
</html>

capturecoder 2021-01-29 05:40:18
i will use pastebin to show code
S Sam 2021-01-29 08:40:06
How to do schedular task in codeigniter ?
I have file in controller and model and I need to send mail using the schedular task.
dsahir 2021-01-29 14:45:19
Does YouTube help me learn php as I’m fresher in my company??
2021-01-29 14:46:54
dsahir 2021-01-29 14:45:19
Does YouTube help me learn php as I’m fresher in my company??

Yes

dsahir 2021-01-29 15:03:20
I mean I’m in a start up and they won’t train me so.. I want to learn php ASAP. can i???
kishor10d 2021-01-29 15:11:56
dsahir 2021-01-29 15:03:20
I mean I’m in a start up and they won’t train me so.. I want to learn php ASAP. can i???

Yes, it is fastest way to learn

dsahir 2021-01-29 15:14:19
Any channels which brief me out?
kishor10d 2021-01-29 15:18:45
dsahir 2021-01-29 15:14:19
Any channels which brief me out?

It is difficult to search by channel, because you learn as per your requirement.

Now a days channels are making videos on latest technologies. So you need to search videos directly by searching

dsahir 2021-01-29 15:25:46
I’m just hoping that.. I Learn it before they assign me my project
kishor10d 2021-01-29 15:26:17
Sure, you learn if you put proper efforts
emmyjaff 2021-01-29 16:05:35
hi, im trying to create a carousel in laravel. am using tailwindcss but i want to make the carousel on owlcarousel. how do i go about this
emmyjaff 2021-01-29 16:10:46
where do i place this tag is it in my public/index or resources/main.php …… <script type=”text/javascript” src=”{{ URL::asset(‘js/owl.min.js’) }}”></script>
Rockzz_18 2021-01-29 16:25:01
dsahir 2021-01-29 14:45:19
Does YouTube help me learn php as I’m fresher in my company??

You can get free udemy course search in telegram you will get projects too

FreakOvj 2021-01-29 16:42:37
hello is there any way to use others website in my website. and the login credential would be also same
poovarasu1 2021-01-29 16:44:25
FreakOvj 2021-01-29 16:42:37
hello is there any way to use others website in my website. and the login credential would be also same

You can try iframe

FreakOvj 2021-01-29 16:44:57
yes i know that.. but i dont want to login again for that website
shohost 2021-01-29 16:47:41
FreakOvj 2021-01-29 16:44:57
yes i know that.. but i dont want to login again for that website

connect ip in A record

|