I am trying to get the value of one of the query key using echo. But it is not showing full text.
My program goes like this:
Generate Script
In script.php, I am writing:
The getString
value is in encoded url. But the output is only showing partial text. I want to show full text.
Try
printf("%s", $getString);
Printf accepts output format as first parameter.