Dummy questions


/ Published in: PHP
Save to your folder(s)

Dummy questions
No clean = true


Copy this code and paste it in your HTML
  1. //gi send ni miss for phone only
  2. if(srvIn(srvGet("srvMode"),"EDIT")) {
  3. srvNext();
  4. return;
  5. }
  6.  
  7. // for dummy questions precode
  8. if(!srvIn(srvGet("srvMode"),"DVLP,CLNT,TEST")) {
  9. srvNext();
  10. return;
  11. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.