PHP

AWS

Steps: AWS puttyubuntu sudo su apt update apt install apache2 service apache2 start service apache2 status you will see a…

2 days ago

How to Center submit button of wpForm

You must navigate to Settings ยป General first. Add wpf-center to the Form CSS Class box. Now, Navigate to Appearance…

8 months ago

How to add Marquee on any website wordpress,PHP,HTML,eBlogger ?

if you want to add marquee on any website (wordpress,PHP,HTML,Blogger). you just need to follow below step Steps:1 Copy below…

8 months ago

How to Autoplay and Loop YouTube Videos in WordPress

First Method: Use below code to play youtube video in loop and most important is please change youtube embed link…

1 year ago

How to Disable WP JSON Rest API in WordPress without plugin ?

just add below code in wordpress theme function.php file at the bottom -------------------------------------------------- Add the following code to functions.php (anyone)…

1 year ago

open image in new popup window

<a href="javascript:void(0);" ><strong>View Image</strong> </a> <script> function openwin(file,Iwidth,Iheight) { var newWin1=window.open(file,'nWin2','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,copyhistory=no,width='+Iwidth+',height='+Iheight+',screenX=0,screenY=0,left=20,top=20'); } </script>

1 year ago

How to change date format in PHP?

to convert the date-time layout Hypertext Preprocessor presents strtotime() and date() feature. We trade the date format from one layout…

2 years ago

Get all days and dates for the selected month of a year using php

Try this code for following purpose Get all days and dates for the selected month of a year using phpHow…

3 years ago