No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
like yahoo mail did (new update as of october 2013), i cant find library or script that can make a div transparent and at the same time blur. | |
Re: ex (+8), just change 'Asia/Taipei' it will work 101% using date(). date_default_timezone_set('Asia/Taipei'); | |
Re: same problem here :( ..... can anyone help us...... | |
Re: on top of your code: [CODE]ob_start(); $url = "location_of_file.php"; header ("Location : $url");[/CODE] | |
Re: in version of server | |
how to count no. of hours and minutes in two set of time. having a start time to end time. ex: 1st time : 8:00 to 17:00 2nd time : 9:00 to 18:00 answer : 6hrs <- total number of time (-) number of hours (|) start/end |--------| = 8hrs … | |
is there posible way to create a excel template and upload it again to your system? //==TO DOWNLOAD FILE (.xls) header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=excelfile.xls"); header("Pragma: no-cache"); header("Expires: 0"); //===TO upload the file (excelfile.xls) // include class file include 'reader.php'; // initialize reader object $excel = new Spreadsheet_Excel_Reader(); // read … | |
Re: try this : $value = $_POST['val']; list($value1,$value2) = explode("-",$value); echo $value1; echo "<br/>"; echo $value2; <form method='post'> <select> <option value="abc-123">abc 123</option> </select> <input type='submit'> </form> | |
Re: cant call multiple strored pro, in PHP 4, |
The End.