Send Email with Attachment in PHP
<?php // Settings $name = "Name goes here"; $email = "xyz@gmail.com"; $to = "$name "; $from = "info@xyz.com "; $subject = "Here is your attachment"; $mainMessage = "Hi, here's the…
<?php // Settings $name = "Name goes here"; $email = "xyz@gmail.com"; $to = "$name "; $from = "info@xyz.com "; $subject = "Here is your attachment"; $mainMessage = "Hi, here's the…
SELECT * FROM table WHERE YEAR(date_created) = YEAR(CURRENT_DATE - INTERVAL 1 MONTH) AND MONTH(date_created) = MONTH(CURRENT_DATE - INTERVAL 1 MONTH)
Hello friends... Today I am going to show how to run github laravel projects. 1. download the laravel project from github. 2. copy that project in hotdocs folder and open…
Hello friends... Today I am going to show how to run github laravel projects. 1. download the laravel project from github. 2. copy that project in hotdocs folder and open…
Solution : <video width="100%" id="vid" height="100%" autoplay loop id="video-background" muted plays-inline> <source src="mojo/Mojo.mp4" type="video/mp4"> Your browser does not support the video tag. </video>
unzip archive.zip
Cannot find module 'kinvey-nativescript-sdk/nativescript-hook-scripts/before-checkForChanges.js' For to resolve this needs to update it by npm i kinvey-nativescript-sdk@next And for the first time install go through this way npm install --save kinvey-nativescript-sdk …
<?php /* Template Name: CustomPageT1 */ $i = 0; // Open the file for reading if (($h = fopen("products.csv", "r")) !== FALSE) { // Convert each line into the local…
echo count(file("xyzfileofcsv.csv"));
HTML <TabView #tabview ="tabindex" (selectedIndexChanged)="indexChanged($event)" sdkExampleTitle sdkToggleNavButton> <StackLayout *tabItem="{title: 'NativeScript'}"> <SearchBar id="searchbarid" (loaded)="sBLoaded($event)" #sb hint="Search" ="searchPhrase" (clear)="onClear($event)" (submit)="onSubmit(sb.text)"></SearchBar> <Label text="NativeScript" class="m-15 h2 text-left" color="blue"></Label> <ScrollView> <Label ="content" textWrap="true" class="m-15"></Label> </ScrollView>…