Emosnola 2022-05-29 10:39:54
Fox 2022-05-29 10:39:03
You can use variables in array
How?
Fox 2022-05-29 10:40:25
Emosnola 2022-05-29 10:39:54
How?
Can you tell me what you’re trying to do?
ast2O36 2022-05-29 10:50:32
How to check if file pdf…then echo
ast2O36 2022-05-29 10:50:54
I know if else statement..but to recognise the file extension ??
jerrywap 2022-05-29 10:58:13
if( mime_content_type(‘document.pdf’)===”application/pdf'”)
Fox 2022-05-29 11:13:48
jerrywap 2022-05-29 10:58:13
if( mime_content_type(‘document.pdf’)===”application/pdf'”)
This is the best way
ast2O36 2022-05-29 13:13:27
Thanks i will try later
Ayush Yadav 2022-05-29 13:14:05
Give me bachhan pandey movie
Ayush Yadav 2022-05-29 13:14:32
Hiu
Emosnola 2022-05-29 14:11:01
I created a register class PHP file that collects user inputs then inserts into the database but I’m confused on how to use the class on the front-end?
adex8888 2022-05-29 16:15:37
My php website was hacked he had access to my database
adex8888 2022-05-29 16:15:47
How can I secure it
Fox 2022-05-29 16:26:10
adex8888 2022-05-29 16:15:47
How can I secure it
Secure ur code first
adex8888 2022-05-29 16:26:29
I tried to secure my code
adex8888 2022-05-29 16:26:40
But I don’t know where is attacking
Fox 2022-05-29 16:27:13
adex8888 2022-05-29 16:26:40
But I don’t know where is attacking
Can u show me ur login code
Fox 2022-05-29 16:29:16
Bruh send in dms
jerrywap 2022-05-29 16:31:06
Emosnola 2022-05-29 14:11:01
I created a register class PHP file that collects user inputs then inserts into the database but I’m confused on how to use the class on the front-end?
You will create a php file that consumes your class.
You can’t consume php class directly from front-end.
ast2O36 2022-05-29 16:50:27
jerrywap 2022-05-29 10:58:13
if( mime_content_type(‘document.pdf’)===”application/pdf'”)
What about variable
ast2O36 2022-05-29 16:51:37

Failed to open stream no file or directory
ast2O36 2022-05-29 16:58:32
If $variable === to pdf…someone help me..thank you
adex8888 2022-05-29 17:16:42
Fox 2022-05-29 16:27:13
Can u show me ur login code
How
adex8888 2022-05-29 17:17:15
Fox 2022-05-29 16:27:13
Can u show me ur login code
Is it through login is hacking from
Fox 2022-05-29 17:17:32
adex8888 2022-05-29 17:17:15
Is it through login is hacking from
Depends
adex8888 2022-05-29 17:17:57
Ok
adex8888 2022-05-29 17:18:13
I have secure the login now
adex8888 2022-05-29 17:18:54
He is use JavaScript injection and sql injection to attack my website
ast2O36 2022-05-29 17:26:28
Some of them troller just now 1 person ask me to use anydesk to remote access…he ask how to echo username…his name guduu…1 time msg delete conversations…so weird
Fox 2022-05-29 17:31:46
adex8888 2022-05-29 17:18:54
He is use JavaScript injection and sql injection to attack my website
Encode html entities
Fox 2022-05-29 17:32:37
ast2O36 2022-05-29 17:26:28
Some of them troller just now 1 person ask me to use anydesk to remote access…he ask how to echo username…his name guduu…1 time msg delete conversations…so weird
Yes
Jay Patel 2022-05-29 18:23:13
Send link to tutorial of all wpdb queries
Emosnola 2022-05-29 18:37:09
jerrywap 2022-05-29 16:31:06
You will create a php file that consumes your class.
You can’t consume php class directly from front-end.
How do you mean by consume?
ast2O36 2022-05-29 18:51:18
Probably just front and straight back end …no using class…i mean kinda complicated without seeing and know what kind of code …u write
jerrywap 2022-05-29 23:41:02
Emosnola 2022-05-29 14:11:01
I created a register class PHP file that collects user inputs then inserts into the database but I’m confused on how to use the class on the front-end?
Can you share the code?
Emosnola 2022-05-30 08:11:15
jerrywap 2022-05-29 23:41:02
Can you share the code?
Here?