Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~1K People Reached
Member Avatar for RC_820

hii how can i convert this yyyy-MM-dd HH:mm:ss.SSS to 2021-05-18T22:48:07.252-04:00 in php

Member Avatar for gce517
0
19
Member Avatar for RC_820

i have 3 tables : users, deposit, withdraw **table users :** id , username, referral 1. 1, a1, null 2. 2, a2, a1 3. 3, a3, a2 4. 4, a4, a1 5. 5, a5, a2 **table deposit :** id, users_id, amount, status, approve_date 1. 1, 1, 10000.00, approve, 2022-10-01 14:52:53 …

1
88
Member Avatar for RC_820

can someone suggest me how to build referral system with code referral and bonus table mysql

Member Avatar for Dani
0
107
Member Avatar for RC_820

Hello, does anyone here know how to make notifications with websocket + codeigniter4 / php? Example: will display the total of all users who registered today

Member Avatar for Dani
0
70
Member Avatar for RC_820
Member Avatar for Dani
0
320
Member Avatar for RC_820

hii guys i have web site need to generate random progress like this ![messageImage_1650466235444.jpg](https://static.daniweb.com/attachments/4/4177f476696ea21823be5ca5550a7b39.jpg) can some one suggest me how can i make it

Member Avatar for Dani
0
70
Member Avatar for RC_820

I want to make a fish shooting game, but I don't know where to start maybe here friends can give me directions please help for my learning

Member Avatar for RC_820
0
119
Member Avatar for RC_820

hii all, btw i want to make login system, and check if user is multiple login and give notification in current user login, how can i make it ?? can someone please suggest/teach me to make system like that? Previously I've searched for it on google but couldn't find the …

Member Avatar for Dani
1
108
Member Avatar for RC_820

hii how can i make self join and sum data in other table by username i have table like this members (id, username, referral) ref_bonus (id, username, bonus) members id | username | referral ---------------------- 1 id1 id2 2 id2 null 3 id3 id2 ref_bonus id | username | bonus …

Member Avatar for pritaeas
0
96
Member Avatar for RC_820

i have function for combine number like this function combin($mainArray, $size, $combinations = []) { if (empty($combinations)): $combinations = $mainArray; endif; if ($size == 1): return str_replace('-','',$combinations); endif; $newCombination = array(); foreach ($mainArray as $key => $val): foreach ($combinations as $char): if(in_array($val, explode('-', $char))): continue; endif; $newCombination[] = $val . …

Member Avatar for Dani
0
51
Member Avatar for RC_820

hello all my name is rico, i want make some app like can combine number from input example : i have 4 variable like this $num1 = 96; $num2 = 20; $num3 = 19; $num4 = 37; so how can i get the result like this 9213 9217 9293 9297 …

Member Avatar for RC_820
0
161