What u mean by data reviced is lost?

|
finnyfound 2017-10-27 14:55:08
i deleted everything except for this line
ErrorDocument 404 https://thoolika.tv/404.html

Thoolika TV | Broadcasting The Word Of Godthoolika.tv
Established in 2004 as a hand Written magazine, Thoolika now become a house hold name among the malayalee community. Now we serve as tv channel, a news website and a live streaming service provider.
i_am_ro0t 2017-10-27 16:01:35
ranjicollins 2017-10-27 10:49:22
My last one I made myself coding / design and country specified edition ..

www.sathyamOnline.com

NB .. no mobile version .. coz this script made before 6 years .. and the team still not interested in that .. πŸ˜‚

Great

ranjicollins 2017-10-27 16:53:43
finnyfound 2017-10-27 14:55:08
i deleted everything except for this line
ErrorDocument 404 https://thoolika.tv/404.html

Still same … Interesting .. .

ranjicollins 2017-10-27 16:54:52
Ok hope found it .. 😁
ranjicollins 2017-10-27 16:55:12
@Finnyfound how is now ..
finnyfound 2017-10-27 17:19:04
ranjicollins 2017-10-27 16:55:12
@Finnyfound how is now ..

Nope it’s still the same…

ranjicollins 2017-10-27 17:58:46
R u using any cache in server / opcache / apc etc ?? @Finnyfound
finnyfound 2017-10-27 19:42:25
ranjicollins 2017-10-27 17:58:46
R u using any cache in server / opcache / apc etc ?? @Finnyfound

Actually I didn’t set anything.. but let me check

ranjicollins 2017-10-30 17:26:11
https://www.techinasia.com/talk/5-companines-5-days-5-offers

Worth reading

How I interviewed for 5 top companies in 5 days and got job offers from all of themTech in Asia
Five companies, five days, five offers. Here’s how he did it.
i_am_ro0t 2018-09-03 22:23:02
hi all
i_am_ro0t 2018-09-03 22:23:23
is this group dead
i_am_ro0t 2018-09-03 22:23:39
can we make it alive
2018-10-29 18:12:03
Thnq
2018-11-08 15:24:02
Hello guys… I need to display data sent from Android app on a php page directly… But the data received is lost when I am trying to display it… Need help
i_am_ro0t 2018-11-08 16:28:00
what u mean by data reviced is lost?
i_am_ro0t 2018-11-08 16:33:50
2018-11-08 15:24:02
Hello guys… I need to display data sent from Android app on a php page directly… But the data received is lost when I am trying to display it… Need help

pls share your code

2018-11-08 16:45:34
i_am_ro0t 2018-11-08 16:33:50
pls share your code

Send me the mail id

i_am_ro0t 2018-11-08 16:46:35
u may upload here
2018-11-08 16:46:39
i_am_ro0t 2018-11-08 16:28:00
what u mean by data reviced is lost?

I got the value on that page but I can’t display it on a html page

2018-11-08 20:19:58
<?php
$_POST = json_decode(file_get_contents(‘php://input’), true);
$response = array();

$response = $_POST[“email”];

echo json_encode($response);
?>

2018-11-08 20:20:42
I got the value from Android here but I can’t take it to a web page
i_am_ro0t 2018-11-09 15:15:40
without JSON ENCODE try

print_r($response);

i_am_ro0t 2018-11-09 15:16:02
i_am_ro0t 2018-11-09 15:15:40
without JSON ENCODE try

print_r($response);

for debugging

i_am_ro0t 2018-11-09 15:18:20
2018-11-08 20:19:58
<?php
$_POST = json_decode(file_get_contents(‘php://input’), true);
$response = array();

$response = $_POST[“email”];

echo json_encode($response);
?>

are u getting any error in this

2018-11-12 14:45:29
i_am_ro0t 2018-11-09 15:18:20
are u getting any error in this

I solved that problem…

i_am_ro0t 2018-11-12 17:43:52
2018-11-12 14:45:29
I solved that problem…

Happy Coding.

2018-11-15 15:20:26
How to include an html design in an email using smtp.
i_am_ro0t 2018-11-15 15:44:38
2018-11-15 15:20:26
How to include an html design in an email using smtp.

its very simple
enter the HTML code in the body of the msg

2018-11-15 17:12:48
Ya I enter it…. Bt error occur. Can you send me a simple code..
2018-11-15 20:14:07
Hlo
i_am_ro0t 2018-11-17 05:25:34
try jquery forms
i_am_ro0t 2018-11-17 05:26:01
or jquery alone itsef
2018-11-19 20:19:18
Is there any php ebook for beginners
2018-11-20 05:22:59
Ok Thank you
2018-11-20 15:32:50
luv_php-150.jpg

|