Click here to Skip to main content
15,884,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi
while i am reading to try data from android post json data
by using file_get_contents('php//input');
it shows error like:
file_get_contents(php//input): failed to open stream
so what i have to do
Posted
Comments
Mohibur Rashid 25-Dec-14 0:23am    
try 'php://input', you forgot the colon
safi belim 29-Dec-14 22:49pm    
ya its working thank you for suggestion

1 solution

PHP
file_get_contents(php://input);

yes its woking thank you for help me
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900