← prev | next →
Marvixino 2019-07-01 13:46:11
No one knows, or no one tested this before?!
Bhavin Goswami 2019-07-01 14:27:02
Create large amount of data and that datas create xml file but sume file create and stope loop
Bhavin Goswami 2019-07-01 14:27:17
Not and error
Bhavin Goswami 2019-07-01 14:27:51
All file not create
oxbir 2019-07-01 16:38:54
How to display a variable in sweet alert?
oxbir 2019-07-01 16:39:34
I want to display a variable in sweet alert on my blade.
alert()->success(‘<br><span class=’border’>Your code is {{ $code }}.</span>”‘, ‘ok’)->persistent(‘ok’)->html();
I tried for display a code but I see blank.
DesolatorMagno 2019-07-01 16:52:41
Maybe $code is empty
StanleyMasinde 2019-07-01 17:06:09
oxbir 2019-07-01 16:39:34
I want to display a variable in sweet alert on my blade.
alert()->success(‘<br><span class=’border’>Your code is {{ $code }}.</span>”‘, ‘ok’)->persistent(‘ok’)->html();
I tried for display a code but I see blank.
Swal.fire({
text: “some text”,
type: “success”
})
Use that format
StanleyMasinde 2019-07-01 17:06:40
There is also title, html etc…
senhorY 2019-07-01 17:58:21
StanleyMasinde 2019-07-01 17:06:09
Swal.fire({
text: “some text”,
type: “success”
})
Use that format
That’s from Javascript
DesolatorMagno 2019-07-01 18:01:07
That package is really easy to use
Alert::success(‘Success Title’, ‘Success Message’);
Prakash D 2019-07-02 07:57:33
What is the plugin used to resize the image in same quality
Prakash D 2019-07-02 08:13:46
Guys
Prakash D 2019-07-02 08:13:55
Please tell me
R_IT_Geek 2019-07-02 08:40:37
hi
I encountered the following error when opening the admin panel.
Warning: mysqli::__construct(): (HY000/1045): Access denied for user ‘user_test’@’localhost’ (using password: YES)
R_IT_Geek 2019-07-02 08:40:52
R_IT_Geek 2019-07-02 08:40:37
hi
I encountered the following error when opening the admin panel.
Warning: mysqli::__construct(): (HY000/1045): Access denied for user ‘user_test’@’localhost’ (using password: YES)
The username and password of the database are correct; I can even connect to the user panel and the site.
R_IT_Geek 2019-07-02 08:42:01
user panel & site -> laravel
admin panel -> php
emtized 2019-07-02 09:16:56
Prakash D 2019-07-02 08:13:55
Please tell me
We have so many packages to do this
htoowaikhant 2019-07-02 09:30:15
Prakash D 2019-07-02 07:57:33
What is the plugin used to resize the image in same quality
u can use this .http://image.intervention.io/
htoowaikhant 2019-07-02 09:32:35
R_IT_Geek 2019-07-02 08:40:37
hi
I encountered the following error when opening the admin panel.
Warning: mysqli::__construct(): (HY000/1045): Access denied for user ‘user_test’@’localhost’ (using password: YES)
u have to add username & pw in .env file.
htoowaikhant 2019-07-02 09:33:17
if u already added in .env. its due to cache.
2019-07-02 10:28:42
Bright Omo:
Bright Omo:
Hello everyone please i am new here and i need someone to always assist me with my school project, i am developing a computerized students identity card generating system i need some to always guide me on stage by stage i want to use php to develop it but I am not too vasatile in php
Nomiilk 2019-07-02 10:46:29
2019-07-02 10:28:42
Bright Omo:
Bright Omo:
Hello everyone please i am new here and i need someone to always assist me with my school project, i am developing a computerized students identity card generating system i need some to always guide me on stage by stage i want to use php to develop it but I am not too vasatile in php
What do you mean by identity card generating system ?
ransikoo 2019-07-02 11:22:34
i am using multi auth in two table user and producer but when user use route /producer this must redirect /producer/login but redirect /login that use for auth user ! what is problem ??
Nomiilk 2019-07-02 11:24:21
Nomiilk 2019-07-02 11:24:29
Please help here.
emtized 2019-07-02 11:25:09
Nomiilk 2019-07-02 11:24:21
you have to change your upload limit file config in php.ini
Nomiilk 2019-07-02 11:25:56
Unpload max file size?
emtized 2019-07-02 11:27:29
Nomiilk 2019-07-02 11:25:56
Unpload max file size?
yup
emtized 2019-07-02 11:27:59
you have to check phpinfo() function it`s shows you upload file size
Nomiilk 2019-07-02 11:28:16
emtized 2019-07-02 11:27:59
you have to check phpinfo() function it`s shows you upload file size
Where please ?
emtized 2019-07-02 11:33:37
Nomiilk 2019-07-02 11:28:16
Where please ?
https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
Prakash D 2019-07-02 12:42:38
We have so many packages to do this
Prakash D 2019-07-02 12:42:38
What are the plugins
izzatullokanoatov 2019-07-02 13:03:07
Hi, guys. Need your help. How can I make the component change in vuejs with laravel project
izzatullokanoatov 2019-07-02 13:03:29
What kind of cmd command I should run to make it work?
izzatullokanoatov 2019-07-02 13:03:56
Thanks in advance
emtized 2019-07-02 13:42:12
htoowaikhant 2019-07-02 09:30:15
u can use this .http://image.intervention.io/
This one Prakash
acrossoffwest 2019-07-02 13:57:01
izzatullokanoatov 2019-07-02 13:03:29
What kind of cmd command I should run to make it work?
npm run watch?
acrossoffwest 2019-07-02 13:58:03
acrossoffwest 2019-07-02 13:57:01
npm run watch?
For begin to watching changes in assets scripts
ransikoo 2019-07-02 13:58:40
ransikoo 2019-07-02 11:22:34
i am using multi auth in two table user and producer but when user use route /producer this must redirect /producer/login but redirect /login that use for auth user ! what is problem ??
please help me?
Bucciaratti66 2019-07-02 14:51:38
how to import/export data when there are relationships between tables using maatwebsite pakage?
SkipperStrange 2019-07-02 14:52:25
Hi guys I’m looking remote php jobs
SkipperStrange 2019-07-02 14:52:46
Any help?
ErgashevXurshid 2019-07-02 15:20:37
Nomiilk 2019-07-02 11:24:21
Change upload_max_size. in php.ini
Nomiilk 2019-07-02 15:21:02
ErgashevXurshid 2019-07-02 15:20:37
Change upload_max_size. in php.ini
I’ve changed. But its not taking.
emtized 2019-07-02 15:23:04
Your welcome
sessioneer 2019-07-02 17:09:49
cloudflare knocked down carrying sites with it. please check if your sites are affected
ldefra 2019-07-02 17:17:50
sessioneer 2019-07-02 17:09:49
cloudflare knocked down carrying sites with it. please check if your sites are affected
yes
praneet81 2019-07-02 17:18:39

How do i solve this mcrypt_decrypt issue?
← prev | next →