Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to secure hidden fields data?
    primarykey
    data
    text
    <p>I have form in which I have two hidden fields. I want to secure the data in hidden fields so that no one can see it through page source and fire bug. I alreday used session and it's working but I cant use that. I need altrnative to It please help.</p> <pre><code>&lt;form name="android" method="post" action="http://apps.createcoolapps.com/c2dm_send.ashx" target="_blank" onSubmit="return valid();"&gt; &lt;table align="center"&gt; &lt;?php $qry_id=mysql_query("select * from users where u_name='$_SESSION[u_name]'"); while($id_fetch=mysql_fetch_assoc($qry_id)){ ?&gt; &lt;input type="hidden" name="publisherid" value="createcoolapps" /&gt; &lt;input type="hidden" name="username" value="&lt;?php echo $query_id[manager_uname];?&gt;" /&gt; &lt;input type="hidden" name="pass" value="&lt;?php echo $query_id[manager_pass];?&gt;" /&gt; &lt;tr align="center"&gt; &lt;td style="width: 100px; font-family: Helvetica,Arial,sans-serif; font-weight: bold;"&gt;Select Appid:&lt;br&gt; &lt;select name="appid" style="border-style:hidden"&gt; &lt;option value=""&gt;Select any one&lt;/option&gt; &lt;option value="QRScanner"&gt;app1&lt;/option&gt; &lt;option value="app3"&gt;app3&lt;/option&gt; &lt;option value="app4"&gt;app4&lt;/option&gt; &lt;/select&gt; &lt;/tr&gt; &lt;tr align="center"&gt; &lt;td style="width: 100px; font-family: Helvetica,Arial,sans-serif; font-weight: bold;"&gt;Notification Message:&lt;br&gt; &lt;textarea name="pushmessage" style="width: 300px;"&gt;&lt;/textarea&gt;&lt;br /&gt; &lt;/tr&gt; &lt;?php }?&gt; </code></pre>
    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.
 

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