Note that there are some explanatory texts on larger screens.

plurals
  1. POphp function inside of jquery mobile creates "error loading page" in server?
    primarykey
    data
    text
    <p>I have created a function inside of my jquery mobile code. its working fine locally. But in the server where I have hosted its not working properly. please help Here is a sample code</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Site title&lt;/title&gt; &lt;meta charset="utf-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt; &lt;link rel="shortcut icon" href="images/scbd.ico"&gt; &lt;link rel="stylesheet" href="css/themes/default/jquery.mobile-1.1.0.css" /&gt; &lt;link rel="stylesheet" href="docs/_assets/css/jqm-docs.css"/&gt; &lt;script src="js/jquery.mobile-1.1.0.js"&gt;&lt;/script&gt; &lt;script src="js/jquery.js"&gt;&lt;/script&gt; &lt;script src="docs/_assets/js/jqm-docs.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div data-role="page" class="type-index"&gt; &lt;div data-role="header" data-theme="f"&gt; &lt;h1 id="jqm-logo"&gt;&lt;img src="images/logo.png"&gt;&lt;/h1&gt; &lt;a href="index.php" data-icon="home" data-iconpos="notext" data-direction="reverse"&gt;Home&lt;/a&gt; &lt;/div&gt;&lt;!-- /header --&gt; &lt;div id="header_rightpart"&gt; &lt;a name="header"&gt;&lt;h2&gt;sfdshsjdhfjdsh&lt;/h2&gt;&lt;/a&gt; &lt;/div&gt; &lt;?php here I have written the function ?&gt; </code></pre> <p>But there is nothing wrong with the function its working fine in the local machine. But cant understand why it is not working in the server. I am getting error "error loading page". Is it just because of using multipel php tag?? I mean I have used <code>&lt;?php ?&gt;</code> twice in the page. Please help me to find out the solution</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload