Contents:
Anyone know how to configure 2 different sender email address in laravel ?
Anyone can tell me php code to fetch images categorically from database and display in website ?
Anyone know how to configure 2 different sender email address in laravel ?
Anyone can tell me php code to fetch images categorically from database and display in website ?
sure0789 2020-05-28 15:06:39
I want to make whatsapp bulk sms sender portal.
2020-05-28 19:30:18
Hi i have a doubt, Can we use API and Angular js to create website ,instead of writing seaprate controller and view file
Sales.com 2020-05-29 14:19:55
Anybody wants laravel php notes contact with me
S T 2020-05-29 15:10:42
Sales.com 2020-05-29 14:19:55
Anybody wants laravel php notes contact with me
Me
Sales.com 2020-05-29 15:20:43
S T 2020-05-29 15:10:42
Me
Massage me personally
2020-05-29 15:28:37
is anyone help me
2020-05-29 15:29:44
I am new in programming
Sales.com 2020-05-29 15:30:08
2020-05-29 15:29:44
I am new in programming
What you want
2020-05-29 15:30:08
I develop a website but I face a problem
2020-05-29 15:30:53
I found a website on internet that match with my project competly
2020-05-29 15:31:57
when I gone to view the. source code of this website then the URL of website automatically changed
2020-05-29 15:32:28
website URL is
2020-05-29 15:32:40
whitehallwebsites .com
2020-05-29 15:34:26
when I gone to see the source code of whitehallwebsite .com/tools.php then it automatically change the URL to view-source:whitehallwebsites .com/index.php
2020-05-29 15:35:00
is any one in this group who know about how to do like. this
Sales.com 2020-05-29 15:35:29
Public_html
2020-05-29 15:35:43
Sales.com 2020-05-29 15:35:29
Public_html
what you means
Sales.com 2020-05-29 15:36:06
Where is your all data
Sales.com 2020-05-29 15:36:20
Purchased domain name
Sales.com 2020-05-29 15:36:53
This is my web site
2020-05-29 15:37:03
2020-05-29 15:34:26
when I gone to see the source code of whitehallwebsite .com/tools.php then it automatically change the URL to view-source:whitehallwebsites .com/index.php
I want to make this type of function
2020-05-29 15:37:13
Sales.com 2020-05-29 15:36:53
This is my web site
really
2020-05-29 15:37:38
2020-05-29 15:34:26
when I gone to see the source code of whitehallwebsite .com/tools.php then it automatically change the URL to view-source:whitehallwebsites .com/index.php
then please tell me how to you make this function
Sales.com 2020-05-29 15:38:12
What’s your main problem
2020-05-29 15:38:27
I want to hide my source code
2020-05-29 15:38:53
2020-05-29 15:34:26
when I gone to see the source code of whitehallwebsite .com/tools.php then it automatically change the URL to view-source:whitehallwebsites .com/index.php
if you know about this method please help me
2020-05-29 15:40:11
I send you screen shots
2020-05-29 15:40:56
I try it
2020-05-29 15:41:17
but my problem is not solve
2020-05-29 15:41:43
any one can easily see all source code by inspect elements
2020-05-29 15:45:11
with api key and without api key both
2020-05-29 15:51:35
also tryed by me
Sam Mi 2020-05-29 19:15:32
Hello everyone I need help
I need switch the DB in runtime
I do search related this but I can’t reach proper solution
Please help me anyone
I need switch the DB in runtime
I do search related this but I can’t reach proper solution
Please help me anyone
Acird Burn 2020-05-29 21:16:48
itechsoft 2020-05-26 13:49:02
Or the software that I can use to build an Android application without using Android studio
Vs code with Flutter and Dart programming
Acird Burn 2020-05-29 21:17:47
kameshindore 2020-05-26 21:35:45
i need a popup to be display at user screen automatically when the specified time arrivea. without using any third party api. any ideas?
U can use Javascript
Acird Burn 2020-05-29 21:19:38
Patil Ashish 2020-05-27 23:12:19
Hello
If anyone have clone of tiktok app ready with demo then plz ping me.
If anyone have clone of tiktok app ready with demo then plz ping me.
Inbox
itechsoft 2020-05-29 23:07:10
Acird Burn 2020-05-29 21:16:48
Vs code with Flutter and Dart programming
Okay thanks
2020-05-30 05:31:14
I need help related cache, I have installed a php script in my subdomain, and for some reasons it stopped working,
So i deleted it, but after deleting i can still see same script in my subdomian
So i deleted it, but after deleting i can still see same script in my subdomian
2020-05-30 05:31:47
Then i have deleted my subdomain
2020-05-30 05:32:15
But still my subdomain access able,
2020-05-30 05:33:20
I have created cache from every where, hosting, cloudflare, and even disabled cache plugins
rajuteli 2020-05-30 09:19:48
2020-05-30 05:32:15
But still my subdomain access able,
Its takes 4 to 8 hours to update any domains so wait for it
Manisha Rawat 2020-05-30 11:20:06
Anyone know how to configure 2 different sender email address in laravel ??
2020-05-30 12:39:22
Anyone can tell me php code to fetch images categorically from database and display in website ? This is for portfolio. need this urgent, Thanks in advance
kscs2020 2020-05-30 14:02:48
Multimedia helper is ideal
2020-05-30 16:11:58
$str = isset($_POST[‘str’]) ? $_POST[‘str’] : “”;
if (isset($str)) {
switch (isset($_POST[“opt”])) {
case “enc”:
$res = enc($str);
break;
case “dec”:
$res = dec($str);
break;
default:
break;
}
echo $res;
echo “<textarea cols=50 rows=10 placeholder=’result’>” .$res. “</textarea>”;
}
if (isset($str)) {
switch (isset($_POST[“opt”])) {
case “enc”:
$res = enc($str);
break;
case “dec”:
$res = dec($str);
break;
default:
break;
}
echo $res;
echo “<textarea cols=50 rows=10 placeholder=’result’>” .$res. “</textarea>”;
}
2020-05-30 16:12:09
2020-05-30 16:11:58
$str = isset($_POST[‘str’]) ? $_POST[‘str’] : “”;
if (isset($str)) {
switch (isset($_POST[“opt”])) {
case “enc”:
$res = enc($str);
break;
case “dec”:
$res = dec($str);
break;
default:
break;
}
echo $res;
echo “<textarea cols=50 rows=10 placeholder=’result’>” .$res. “</textarea>”;
}
if (isset($str)) {
switch (isset($_POST[“opt”])) {
case “enc”:
$res = enc($str);
break;
case “dec”:
$res = dec($str);
break;
default:
break;
}
echo $res;
echo “<textarea cols=50 rows=10 placeholder=’result’>” .$res. “</textarea>”;
}
men’s ya code likha ha
2020-05-30 16:12:20
is me kuch problem aa rahi ha
2020-05-30 16:12:47
undefined variable res on line 88
2020-05-30 16:13:10
is anyone know about how to fix this error