โ prev | next โ
Gourav_12345 2020-09-25 15:59:19
Any one worked with ratchet
pratik_b 2020-09-25 16:24:01
please help me, I want to explode and get one value from database.
e.g :
50.something here
is output from sqli query, So I want 51 and “something here” get sepetayed from delim “.”
Thank you
pratik_b 2020-09-25 16:25:43
pratik_b 2020-09-25 16:24:01
please help me, I want to explode and get one value from database.
e.g :
50.something here
is output from sqli query, So I want 51 and “something here” get sepetayed from delim “.”
Thank you
tried explode function but got array error, as I got
output from mutliple rows.
nanaquaqua 2020-09-25 16:39:08
Can someone teach Me how php is written
Harikrishnan5494 2020-09-25 16:44:32
pratik_b 2020-09-25 16:25:43
tried explode function but got array error, as I got
output from mutliple rows.
Can you show me the error and code
nanaquaqua 2020-09-25 16:45:36
Can someone teach Me how php is written and how to code
Harikrishnan5494 2020-09-25 16:46:43
nanaquaqua 2020-09-25 16:45:36
Can someone teach Me how php is written and how to code
Refer W3SCHOOLS or you can find lot of tutorials from YouTube
nanaquaqua 2020-09-25 16:49:04
Kk
Acird Burn 2020-09-25 16:53:37
any server experts here i have a doubt !
rohit267 2020-09-25 16:57:18
Acird Burn 2020-09-25 16:53:37
any server experts here i have a doubt !
ask the doubt
Acird Burn 2020-09-25 16:58:12
rohit267 2020-09-25 16:57:18
ask the doubt
am using centOS control panel i created custom name servers but they not working
Acird Burn 2020-09-25 16:58:18
it says server timed out
rohit267 2020-09-25 17:00:12
Acird Burn 2020-09-25 16:58:18
it says server timed out
is the nameservers domain registered?
Acird Burn 2020-09-25 17:01:23
rohit267 2020-09-25 17:00:12
is the nameservers domain registered?
yes
rohit267 2020-09-25 17:05:01
Acird Burn 2020-09-25 17:01:23
yes
create cname records on your domain manager and point to your server
Acird Burn 2020-09-25 17:35:31
rohit267 2020-09-25 17:05:01
create cname records on your domain manager and point to your server
i did that
Acird Burn 2020-09-25 17:35:36
but not resolving
rohit267 2020-09-25 17:36:09
ping it, see if ip is resolving
hardik 2020-09-25 18:46:52
Acird Burn 2020-09-25 16:58:12
am using centOS control panel i created custom name servers but they not working
Explain more
hardik 2020-09-25 18:47:44
Are you hosting directly using VPS ,or you installed cpanel or plesk on vps?
hardik 2020-09-25 18:49:05
Which domain you have , which services are you running on server,
Jerinje 2020-09-25 19:45:04
I’ve one Project pls pm It’s paid
Acird Burn 2020-09-25 20:35:36
hardik 2020-09-25 18:47:44
Are you hosting directly using VPS ,or you installed cpanel or plesk on vps?
It’s a dedicated server
hardik 2020-09-25 20:36:05
Do you have static IP ?
hardik 2020-09-25 20:36:14
Or dynamic ?
2020-09-25 20:39:02
How to force download php using termux?
Suresh 2020-09-25 20:39:19
[INFO:CONSOLE(1)] “Uncaught TypeError: Cannot read property ‘indexOf’ of undefined”, source:
Suresh 2020-09-25 20:39:31
Suresh 2020-09-25 20:39:19
[INFO:CONSOLE(1)] “Uncaught TypeError: Cannot read property ‘indexOf’ of undefined”, source:
Please me
Madhan Reddy 2020-09-26 06:27:48
Hi team, we are looking for android developer freelancers for one of my project if any one interested please ping me separately
2020-09-26 08:16:54
TikTokCoreModelsUser Object ( [secUid] => ggg
[userId] => 5729
[isSecret] =>
[uniqueId] => oiii
[nickName] => oiii๐
[signature] => ๐fiwers๐
[following] => 33
[fans] => 365
[heart] => 8053
=> 13
[verified] =>
[digg] => 0
[ftc] =>
[relation] => -1
[openFavorite] => )
2020-09-26 08:17:02
Guys please help
2020-09-26 08:17:30
2020-09-26 08:16:54
TikTokCoreModelsUser Object ( [secUid] => ggg
[userId] => 5729
[isSecret] =>
[uniqueId] => oiii
[nickName] => oiii๐
[signature] => ๐fiwers๐
[following] => 33
[fans] => 365
[heart] => 8053
=> 13
[verified] =>
[digg] => 0
[ftc] =>
[relation] => -1
[openFavorite] => )
I need to get the value of fans from the above array
dev 2020-09-26 08:37:27
Use index
dev 2020-09-26 08:38:51
Like print_r($array[7] ) ;
dev 2020-09-26 08:39:18
Remember $array should be your variable name that holds the entire array
2020-09-26 08:40:39
dev 2020-09-26 08:39:18
Remember $array should be your variable name that holds the entire array
Yes
2020-09-26 08:40:52
dev 2020-09-26 08:38:51
Like print_r($array[7] ) ;
I’ve tried it, it didn’t work for me
2020-09-26 08:41:08
This is gotten using print_r($data)
dev 2020-09-26 08:41:12
2020-09-26 08:40:52
I’ve tried it, it didn’t work for me
Whats the error then
2020-09-26 08:41:21
2020-09-26 08:16:54
TikTokCoreModelsUser Object ( [secUid] => ggg
[userId] => 5729
[isSecret] =>
[uniqueId] => oiii
[nickName] => oiii๐
[signature] => ๐fiwers๐
[following] => 33
[fans] => 365
[heart] => 8053
=> 13
[verified] =>
[digg] => 0
[ftc] =>
[relation] => -1
[openFavorite] => )
Where $data holds this info
dev 2020-09-26 08:42:01
dev 2020-09-26 08:38:51
Like print_r($array[7] ) ;
Replace $array with $data it will work
2020-09-26 08:42:18
dev 2020-09-26 08:42:01
Replace $array with $data it will work
I know๐
๐
๐
2020-09-26 08:42:31
I’ve done that already
2020-09-26 08:42:36
I just tried $data->fans and it worked
dev 2020-09-26 08:42:55
Cool
2020-09-26 08:43:13
Thanks for your help๐๐ vicky
Jordans_Telegram 2020-09-26 09:16:21
Any one can help in online exam panel?
Alerbatore 2020-09-26 10:17:26
Anyone knows how to solve signing report problem??
hardik 2020-09-26 11:04:11
2020-09-26 08:16:54
TikTokCoreModelsUser Object ( [secUid] => ggg
[userId] => 5729
[isSecret] =>
[uniqueId] => oiii
[nickName] => oiii๐
[signature] => ๐fiwers๐
[following] => 33
[fans] => 365
[heart] => 8053
=> 13
[verified] =>
[digg] => 0
[ftc] =>
[relation] => -1
[openFavorite] => )
It’s model , create object and $user->fans
binamonok 2020-09-26 14:13:35
Any one helping me for Installation
โ prev | next โ