Search results

  1. D

    PHP Warning: shell_exec(): Unable to execute 'dir c:'

    in exeoutput 2.1 there is only one safe mode i.e sql.safe_mode = Off but still problem exist.
  2. D

    PHP Warning: shell_exec(): Unable to execute 'dir c:'

    what should be the correct value of safe_mode in PHP.INI to execute shell_exec()?
  3. D

    PHP Warning: shell_exec(): Unable to execute 'dir c:'

    PHP Error: PHP Warning: shell_exec(): Unable to execute ‘dir c:’ in C:\Users\dibya\Desktop\bio1\Data\register.php please reply some one
  4. D

    PHP Warning: simplexml_load_file(): I/O warning :

    xml file compiled into the exe
  5. D

    PHP Warning: simplexml_load_file(): I/O warning :

    PHP Error: PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity “xml/user_personal.xml” in C:\Users\EDUUSER2\Desktop\Data\allhead\head.php on line 2 please give me solution for this error in exeoutput
  6. D

    Java script problem

    still this option is not working in exeOutput
  7. D

    Java script problem

    < script>function test(val){alert(val);}</ script> < select onchange=“test(this.value)”>< option>1< option>2</ select> here variable val get no value from this event.but when i send a static value in test function val variable gets it.
  8. D

    Java script problem

    i am using a select menu.where i want to use onchange event and call a function test with selection value. so i am using < select onchange=“test(this.value)”>< option>1< option>2</ select> but this.value is not working in exeoutput.please help me.
  9. D

    Java script problem

    hanks for your suggestions friends. this problem is solved.a new problem is coming in javascript when i use this.value in a function call.example onchange=“test(this.value)”.please help me.
  10. D

    Header redirection

    thanks for your suggestions friends. this problem is solved.a new problem is coming in javascript when i use this.value in a function call.example onchange=“test(this.value)”.please help me.
  11. D

    Header redirection

    some one help me on this please.
  12. D

    Header redirection

    it works in first line.but i want conditional redirection.for which i want to use header in a if condition.is it possible? if not then give me a way to do so.my code is <?php if(x==0) { header(location: www.example.com); } ?> help me.
  13. D

    Header redirection

    please guide me the complete setup for header redirection
  14. D

    Header redirection

    this code is not working. so’s an error like php warning: cannot modify header information- headers already sent by (output started at c:\wamp\www\data\index.php:7) …
  15. D

    Header redirection

    if you have complete manual to use all functions in php please provide me. in your help manual i cant find which php extention is used for which type of function.
  16. D

    Header redirection

    hi friends. i am using demo verson of exeout. if all work well then i will purchage exeout. i have a problem that header(location: path ); is not working in exeout in my system.please help me…
Back
Top