please I'm desperate jquery mobile

please I'm desperate jquery mobile

Hello, I am developing a web application that calculates the level of a task, I used HTML5 and jQuery Mobile

I've developed a list-view links to other php file in php passing a value, as follows

<li> <a href = "golpes_especiales.php? value = 2 & acu = <? php echo $ acu;?>"> It tries poscionar casual </ a> </ li>

In the gathering via php I Get the parameter value and also adding:

<? php

     $ value = $ _GET ['value'];
$ acu = $ _GET ["acu"];

$ acu acu + $ = $ value;

?>

php is a final file shows these results and the final total.

Well, now is when I ask for help when in dreamweaver on android emulate the project, the application does not run correctly, the list shows the wrong way, but what worries me is that the file does not end in php runs, shows the lines of code as they are implemented.

When I try to google chrome iphone in the ripple, I work correctly.

Why can it be? I have crazy, desperate and distraught.

Thanks for your help.