Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~21.4K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for RCrizt

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.

Member Avatar for sriramkarthick
0
183
Member Avatar for Waado

ex (+8), just change 'Asia/Taipei' it will work 101% using date(). date_default_timezone_set('Asia/Taipei');

Member Avatar for RCrizt
0
128
Member Avatar for zicomerc
Member Avatar for cheesywan

on top of your code: [CODE]ob_start(); $url = "location_of_file.php"; header ("Location : $url");[/CODE]

Member Avatar for uzor64
-4
18K
Member Avatar for cmps
Member Avatar for RCrizt

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 …

Member Avatar for RCrizt
0
134
Member Avatar for RCrizt

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 …

0
51
Member Avatar for shamsidah

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>

Member Avatar for RCrizt
0
1K
Member Avatar for rcasinillo_s

The End.