Contents:
can any one guide me how to implement csp and cors headrs in laravel?
any body to help?
Have any requirements of php developer in rajkot gujarat?
Is there any free source for php multi vendor script ?
is action page different?
How i i can open this php script ?
anyone used dropzone in laravel for multi file upload ?
can any one guide me how to implement csp and cors headrs in laravel?
any body to help?
Have any requirements of php developer in rajkot gujarat?
Is there any free source for php multi vendor script ?
is action page different?
How i i can open this php script ?
anyone used dropzone in laravel for multi file upload ?
Bhanu_18 2020-04-23 16:24:07
Hello..I’ve a problem that I mistakenly deleted my default PHP file in wamp server..so that if I run PHP file,the local host doesn’t get open & it shows like this.can any one please help me
Bhanu_18 2020-04-23 16:24:58

2020-04-23 16:25:25
2020-04-23 13:27:54
can any one guide me how to implement csp and cors headrs in laravel?
any body to help?
2020-04-23 16:36:25
Any laravel developers I’m a fresher an I need some help
2020-04-23 16:37:53

2020-04-23 16:37:53

2020-04-23 16:37:53

2020-04-23 16:38:07

Controller
2020-04-23 16:38:33
I can’t find what it says
Supertech_developer 2020-04-23 16:55:56
Supertech_developer 2020-04-23 13:31:52
How to get data after pressed inline buttons i tryed create with command but not working π
Can anyone here to help me
2020-04-23 16:57:52
2020-04-23 16:38:33
I can’t find what it says
it’s a post api u need to hit api from POSTMAN using all the required payload
2020-04-23 16:58:02
not from the browser itself
Dhana 2020-04-23 18:59:16

Hi everyone…can some help me..created login system in laravel..once called logout function session is destroyed…but when I click browser back 1st click it stayed in login page but in second click I can view dashboard page…
Paras Rathod 2020-04-23 19:20:06
2019-11-09 08:45:01
Have any requirements of php developer in rajkot gujarat???
π9427266070
Paras Rathod 2020-04-23 19:20:40
Rahul 2020-04-23 15:11:18
Hello I’m looking for PHP developers.
π 9427266070
Bijay_5 2020-04-23 19:26:43
Can anyone know how to connect php with oracle database…i got stuck in this…till 3 days
Bijay_5 2020-04-23 19:27:31
If anyone know please resolve my ussue
Bijay_5 2020-04-23 19:27:33
Issue
A E 2020-04-23 20:33:43
Hi
Is there anyone can help me why this function is not working:
Is there anyone can help me why this function is not working:
$str1=xss($_POST[βnameβ]);
$str2=toupper($str1);
krishantalwar 2020-04-23 20:36:08
MontyLalwani 2019-11-18 11:52:32
Hii any php developer want to work as a part time from home time is 8 pm to 12 or 1 am
If anyone interested dm me
If anyone interested dm me
I intersted
Akshay Waghe 2020-04-23 20:36:59
A E 2020-04-23 20:33:43
Hi
Is there anyone can help me why this function is not working:
Is there anyone can help me why this function is not working:
$str1=xss($_POST[βnameβ]);
$str2=toupper($str1);
what is xss remove that one
A E 2020-04-23 20:38:27
Akshay Waghe 2020-04-23 20:36:59
what is xss remove that one
Thanks i did to protect against xss attack
A E 2020-04-23 20:40:01
Can you write me the full function pls
A E 2020-04-23 20:50:35
Thank you so much
2020-04-23 20:58:22
Anyone please provide me demo of simple API
2020-04-23 20:58:32
In php
2020-04-23 20:59:01
Rest
thisrkt 2020-04-23 21:15:37
How to show pop up after submitting a form data into db … Like form data submitted and show you data has been submitted
A E 2020-04-23 21:24:24
Is there any free source for php multi vendor script ??
rohit267 2020-04-23 21:27:00
thisrkt 2020-04-23 21:15:37
How to show pop up after submitting a form data into db … Like form data submitted and show you data has been submitted
using ajax? or simple php?
thisrkt 2020-04-23 21:27:21
rohit267 2020-04-23 21:27:00
using ajax? or simple php?
Simple php and js
rohit267 2020-04-23 21:28:43
thisrkt 2020-04-23 21:27:21
Simple php and js
popup is not possible in this case, but you can show message on the page itself
rohit267 2020-04-23 21:29:07
just echo it with styles after successful completion
thisrkt 2020-04-23 21:29:52
But I want to show on same page
rohit267 2020-04-23 21:30:52
thisrkt 2020-04-23 21:29:52
But I want to show on same page
is action page different?
rohit267 2020-04-23 21:30:55
or same?
thisrkt 2020-04-23 21:31:11
rohit267 2020-04-23 21:30:52
is action page different?
Different
rohit267 2020-04-23 21:32:18
thisrkt 2020-04-23 21:31:11
Different
then after successful insert redirect it it with a get parameter, and check if the parameter is set then display the message
thisrkt 2020-04-23 21:32:22
Index page having registration form and action page having db insertion code
thisrkt 2020-04-23 21:34:08
And after insertion show a popup that having “your registration success full now login here” And in same pop below this text has a login form
thisrkt 2020-04-23 21:34:23
That is problem
2020-04-23 23:29:53
Thank you π
A E 2020-04-24 00:21:45

A E 2020-04-24 00:22:04
How i i can open this php script ?
2020-04-24 03:38:58
Check No. 25
moiztanada 2020-04-24 04:07:06
MontyLalwani 2019-11-18 11:52:32
Hii any php developer want to work as a part time from home time is 8 pm to 12 or 1 am
If anyone interested dm me
If anyone interested dm me
Yes
thisrkt 2020-04-24 07:11:32
Ok i will try it and then connect to you
Dhana 2020-04-24 07:24:46
Also checked in dashboard..
@if(isset(Auth::user()->email))
View..page code
else
<script>window.location=”/home”</script>
@endif
@if(isset(Auth::user()->email))
View..page code
else
<script>window.location=”/home”</script>
@endif
A E 2020-04-24 10:04:35

mustafapiplod 2020-04-24 10:05:36
anyone used dropzone in laravel for multi file upload ?