Here list of all questions

116+ Questions

How to get current URL or path in Blade. Get Current URL in a Blade View {{url("/")}} i am using this for getting current url.
laravel full url
236    1 Answred
Post by: Ankur Rajput
Post on: 28-08-2020
hi I want to find out distance between from latitude & longitude to latitude & longitude, for example distance between mumbai to delhi in php.
php distance latitude and longitude
229    1 Answred
Post by: Deepak Sharma
Post on: 02-03-2020
How do I remove a particular element from an array in JavaScript? I have an array of numbers array = [5,9,5,10]; , and I'm using the <code>.pop()</code> method to remove elements from it. but only last element from array is removing..
javascript pop remove element slice
117    1 Answred
Post by: Deepak Sharma
Post on: 29-01-2020
hi I want to sum 2 arrays using javascript, how can i do?
javascript reduce method jquery
99    1 Answred
Post by: Deepak Sharma
Post on: 28-01-2020
How should i merge 2 arrays of objects using JavaScript; I am trying var x= {&quot;hello&quot;:&quot;1&quot;, &quot;hello2&quot;:&quot;456&quot;}; var y= {&quot;hi1&quot;:&quot;852&quot;, &quot;hi2&quot;:&quot;9632&quot;, &quot;hi3&quot;:&quot;75391}&quot;; var z = x.concat(y); but getting error.
javascript merge arrays of object
371    1 Answred
Post by: Deepak Sharma
Post on: 27-01-2020
I follow these steps to create animation in angular. Enabling the animations module by importing   
Angular js javascript
255    1 Answred
Post by: Faisal Khan
Post on: 21-01-2020
Hi for loop in angular 8 showing alphabetical order <select class=&quot;cs1 form-control&quot; id=&quot;monthselector&quot; [(ngModel)]=&quot;currentmonth&quot;> <option> --Select Month-- </option> <option *ngFor=&quot;let dateforMonthdays of dateforMonth | keyvalue: originalOrder&quot; value=&quot;{{dateforMonthdays.key}}&quot;>{{dateforMonthdays.key}}</option> </select>
angular js keyvalue pipe sort sort
766    2 Answred
Post by: Ankur Rajput
Post on: 08-01-2020
hi guys how may in append div into another div using another div attributes; someone help me using jquery or javascript;
append js jquery javascript
103    1 Answred
Post by: Deepak Sharma
Post on: 31-12-2019
I had to do a basic login system to protect a page, and I have no access to database so i store the username and password hard coded in php page.
php http auth
392    1 Answred
Post by: Deepak Sharma
Post on: 23-12-2019
Hi i am trying to set variable into session but every time flush my varible . i am using $cartArr = [ "menu_id" => $input["menu_id"], "restaurent_id" => $input["menu_details"]["restaurent_id"], "item_name" => $input["menu_details"]["menu_qty_name"], "item_qty" => $input["menu_details"]["menu_qty_id"], "item_img" => $input["menu_details"]["menu_type_image"], "item_price" => $input["menu_details"]["menu_price"], ]; Session::put("my_cart", $cartValue); some help me
laravel session laravel 5.4
217    1 Answred
Post by: Deepak Sharma
Post on: 17-12-2019
zip -r yourfile.zip /var/app/current
aws
210    1 Answred
Post by: Deepak Sharma
Post on: 14-12-2019
How should i solve this error EXCEPTION: Uncaught (in promise): Error: Cannot find module "app/home/home.module"
angular js
701    1 Answred
Post by: Ankur Rajput
Post on: 12-12-2019
hi guys i am getting this error during build project in angular Property "forRoot" does not exist on type "typeof NgxJsonLdModule" error TS2307: Cannot find module "./modules/home/home.module". 6 loadChildren: () => import("./modules/home/home.module").then(m => m.HomeModule)
angular js
1862    1 Answred
Post by: Ankur Rajput
Post on: 12-12-2019
When I build my application I get. error TS2339: Property "split" does not exist on type "string | string[]". Property "split" does not exist on type "string[]". How can a split not exist on a string or string[].
angular js split
104    1 Answred
Post by: Ankur Rajput
Post on: 12-12-2019
Hi guys how click div after load page successfully i am using document.getElementById("click").click(); But getting error. So any one can help me.
Click event JavaScript jQuery html html dom query selector method
80    1 Answred
Post by: Ankur Rajput
Post on: 12-12-2019
hi guys I want to resolve my problem related to htaccess how to redirect ip address to domain name in htaccess rewrite
htacess ip address modrewrite domain
120    1 Answred
Post by: Deepak Sharma
Post on: 23-11-2019
hi guys how should i install phpMyAdmin in linux. I am new on aws or linux
aws phpMyAdmin linux install phpMyAdmin
123    1 Answred
Post by: Deepak Sharma
Post on: 17-11-2019
hi guys, how to install mysql in linux on aws;
aws mysql mysqld linux
86    1 Answred
Post by: Deepak Sharma
Post on: 17-11-2019
Lets say I have something like this
uid    tag
1      HeLLo
2      heLLO
3      HELLO
4      hello
How can I update all values in the "tag" column to:
uid    tag
1      hello
2      hello
3      hello
4      hello
using MySQL?
db mysql lowercase lower sql database php
126    1 Answred
Post by: Ankur Rajput
Post on: 10-11-2019
I"m trying to remove the first two characters for each row in mysql
mysql sql remove first character database
129    1 Answred
Post by: Deepak Sharma
Post on: 09-11-2019
Is there a way to remove all whitespaces from a specific column for all values?
mysql php sql remove all spaces
144    1 Answred
Post by: Deepak Sharma
Post on: 09-11-2019
How can I make a copy values from one column to another? I have: within same table
mysql sql php db stack flow over update query
113    1 Answred
Post by: Deepak Sharma
Post on: 09-11-2019