Hi everyone,
I Writed a program with HTTP library i attached the code
My problem is when i post a value to php file example(%cera%)
the value getting in php file is like 'Îra%' i in my view the problem is the % .
This is my php code
I want to know how to solve this
Please help me :sign0085:
Jothis
I Writed a program with HTTP library i attached the code
My problem is when i post a value to php file example(%cera%)
the value getting in php file is like 'Îra%' i in my view the problem is the % .
This is my php code
PHP:
<?php
//file_put_contents("test.txt",urldecode($_POST['query']));
print $_POST['query'];
?>
I want to know how to solve this
Please help me :sign0085:
Jothis
Attachments
Last edited: