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
< 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.
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.
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.
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.
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.
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) …
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.
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…