PHP dev 2021-03-04 13:19

|
asifansari84 2021-03-04 13:19:53
I need a help
asifansari84 2021-03-04 13:20:43
codeslide-26642.jpg

asifansari84 2021-03-04 13:20:43
codeslide-26641.jpg

asifansari84 2021-03-04 13:21:48
Jis bnde ne post ki bohi delete kr ske is ke lye kya conditions legegi…

(delete only the person who posted the post)

Someone can tell

kishor10d 2021-03-04 13:23:11
You must have a field called created_by in your ‘post’ table.

If current post’s created_by == login_user_id, then delete the post

meetlunkad 2021-03-04 15:19:38
Help me
Need encryption for sqlite 3
meetlunkad 2021-03-04 15:19:52
Its urgent please 🥺
Kibira Newton 2021-03-04 15:24:33
Hi guys i need help on sessions
Kibira Newton 2021-03-04 15:25:32
codeslide-26658.jpg

Kibira Newton 2021-03-04 15:26:54
Kibira Newton 2021-03-04 15:25:32

I have created sessions on line 29,30,31 and it works perfectly on localhost but it doesn’t work correctly on live server…what might be the problem

Kibira Newton 2021-03-04 15:27:17
codeslide-26660.jpg

Kibira Newton 2021-03-04 15:28:23
Kibira Newton 2021-03-04 15:27:17

Here is the dashboard with the session code on line 3

2021-03-04 16:49:28
Kibira Newton 2021-03-04 15:26:54
I have created sessions on line 29,30,31 and it works perfectly on localhost but it doesn’t work correctly on live server…what might be the problem

I think this is because of wrong session path in php.Ini

MareeduBhanuGOUD 2021-03-04 16:59:24
codeslide-26667.jpg

MareeduBhanuGOUD 2021-03-04 16:59:33
codeslide-26668.jpg

MareeduBhanuGOUD 2021-03-04 16:59:49
MareeduBhanuGOUD 2021-03-04 16:59:33

Y didn’t play the Video

MareeduBhanuGOUD 2021-03-04 17:00:00
Anyone please Help me
BV2021A 2021-03-04 17:44:00
Hi, I am working with PHP, not an expert trying to use shell command for copying directory and files. Source path variable is combination of directory manipulated based on time and with base directory path…

But cp is not working with concated variable path.. this is not an issue if path is directly passed as string

Any one can suggest solution for this

BV2021A 2021-03-04 17:44:55
codeslide-26679.jpg

BV2021A 2021-03-04 17:45:39
Concatentaion is working fine…. But file is not copying over… When we give folder name directly and concat it works… But output from shell and concat, the copying not works
BV2021A 2021-03-04 17:45:51
Any help on this please
Kibira Newton 2021-03-04 17:56:59
The problem was conflicting

<?php if(!isset($_SESSION[‘user_id’])): ?>

<?php header(“location:login.php”); ?>

<?php endif; ?>

2021-03-04 17:57:58
Guys who want to paricipate in airdrop free bitcoin and Ethreum from Ellon Musk! PM me!
Kibira Newton 2021-03-04 17:58:45
Kibira Newton 2021-03-04 17:56:59
The problem was conflicting

<?php if(!isset($_SESSION[‘user_id’])): ?>

<?php header(“location:login.php”); ?>

<?php endif; ?>

This i s a better code

<? php

if(!isset($_SESSION[‘user_id’])){
header(“location:login.php”);

}

?>

BV2021A 2021-03-04 18:26:07
@here I found there is white space in directory while copy from source to destination. Do you have any idea about how can I remove the white spaces from string in PHP
FavourtheDev 2021-03-04 18:30:40
BV2021A 2021-03-04 18:26:07
@here I found there is white space in directory while copy from source to destination. Do you have any idea about how can I remove the white spaces from string in PHP

I think the trim() function is in the best position to do that. The trim() function removes whitespace and any other predefined characters from a string.

Dat_Computa_Guy 2021-03-04 19:17:21
Good day all..
Please how do i integrate a simple refferal system in my web6
2021-03-04 20:13:47
Php mai forget password.. email OTP … .. kaise karte hai
Shubbb 2021-03-04 20:14:39
2021-03-04 20:13:47
Php mai forget password.. email OTP … .. kaise karte hai

Email pe otp bhej ke😂

2021-03-04 20:16:35
Mene. Login form banya … but forgot password kaise .. banau…
Shubbb 2021-03-04 20:17:14
Search on google.. many tutorials available
Lav Palve 2021-03-04 20:20:26
2021-03-04 20:16:35
Mene. Login form banya … but forgot password kaise .. banau…

Create random number it’s store in server then same random number send through email using mail function and compare both number, if it is same then update password query

2021-03-04 20:25:30
code provide kara sakte ho…
2021-03-04 20:26:15
SMTP. ka hota hai …
Lav Palve 2021-03-04 20:44:19
2021-03-04 20:25:30
code provide kara sakte ho…

Search youtube video

|