No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Yes, the above idea is good. Other wise try to call a function inside a function. for example. function ss() { var a=10; var c=11; vard=a+b; function sss(); }
[QUOTE=nav33n;602758]AFAIK, you can do it the other way, ie., assigning a php variable value to a javascript variable. Assigning a javascript variable value to a php variable is not possible since php is a server side scripting language.[/QUOTE] document.formname.action='one.php?a='+javascriptvariable; document.formname.submit(); Otherwise use the hidden field and pass the value to …
Hello, I want to [B]log out[/B] the user when close the browser, so i need to call the java script function when close the window. I used the [B]onunload [/B]and [B]onbeforeunload [/B] event but it should call on each page navigation and page refreshing. My necessity is, The function should …
Hello, In my site i want to [B]Log out[/B] the user when [B]POWER TURNOFF [/B],for the security purpose.. I need to call the file to log out the user and change the status of him in the table, who logged in that particular system that time. So i need to …
Try use [FFlib.NET](http://www.intuitive.sk/fflib) create a folder : images/flv/ function converttoflv( $in, $out ) { if(file_exists($out)) { unlink($out); } //$cmd = "ffmpeg -v 0 -i $in -ar 11025 $out 2>&1";(or) $cmd = exec("/../ffmpeg -i $in -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 $out"); } function flv_import( $upfile, $fname) { …
The End.
mani8php