What steps will reproduce the problem?
1. I have one value
<script>
imgp[1]="sample text";
</script>
2. I need to get the value assigned to imgp[1];
3. I have used phpquery like bello
$other_img = pq('script')->find('imgp[1]').text();
But i did not find any output
What is the expected output? What do you see instead?
I need to have the out of the variables value "sample text";
Please use labels and text to provide additional information.
Original issue reported on code.google.com by id.email...@gmail.com on 11 Feb 2010 at 12:50
Original issue reported on code.google.com by
id.email...@gmail.com
on 11 Feb 2010 at 12:50