-
Posts
223 -
Joined
-
Last visited
Everything posted by zohab
-
Hi, I have seen on website linked in connector When user click on image next to Name or Email then their linked in information shown in pop up. In my project I want to implement functionality. Any idea or suggestion regarding Twitter or Linkedin Connector implementation. Thanks.
-
Any solution? Thanks.
-
Hi, In following example Tracking Unit is Monthly and Total Units is 12 therefore we will add 12 months in Start date 2011-01-01 so End Date will be after adding 12 months in Start date 2011-12-01. Same way I want to calculate End Date based on values in Tracking Unit, Total Units and Start Date. Tracking Unit => Monthly Total Units => 12 Start Date => 2011-01-01 End Date => 2011-12-01
-
Hi, I need field calculation formula. I have following four fields. I want to calculate End Date based on values in Tracking Unit, Total Units and Start Date. Tracking Unit (Daily,Weekly,Monthly,Quarterly) for example Tracking Unit => Monthly Total Units => 12 Start Date => 2011-01-01 End Date => 2011-12-01 another example Tracking Unit => Weekly Total Units => 12 Start Date => 2011-01-01 End Date => ? I want to calculate End Date either in PHP or Javascript. Any idea?
-
I think it is not possible. Please ignore.
-
Hi, I want to achieve following 1 requirements in project. 1. Disable Save Page AS feature in browsers (IE, Firefox, Chrome etc) on project web pages. Any idea how to achieve this? -Thanks,
-
Hi, I want run php script to perform some specific tasks. for example send email notification ,database operations etc I want to encrypt source code written in this php script. How to achieve this? Best Regards.
-
Hi, I wrote windows service that will execute daily 1:30PM.DateTime.NOW() give me the date and time. I want to get time daily and excute service.In following code I am using hard coded date "8/01/2011 01:30:00 PM". Any idea how to get time daily in C#. DateTime dt = DateTime.Parse("8/01/2011 01:30:00 PM"); string s1 = dt.ToString("HH:mm"); // 07:00 // 24 hour clock // hour is always 2 digits string s2 = dt.ToString("hh:mm tt"); // 07:00 AM // 12 hour clock // hour is always 2 digits string s3 = dt.ToString("H:mm"); // 7:00 // 24 hour clock string s4 = dt.ToString("h:mm tt"); // 7:00 AM // 12 hour clock if (s4 == "01:30 PM") { // tasks to be done. } Thanks.
-
Hi, I am php developer and I use php manual chm file for reference. I need url for C# manual CHM file ?
-
This will create array but structure will not be the require one. Following is the require array structure. <?php $resultSet[]=array ( ('0') =>array ( ('col10value1') => array ( ('0') => array ( ('col1') => 'col1', ('col2') => 'col2', ('col3') => 'col3', ('col4') => 'col4', ('col5') => 'col5', ('col6') => 'col6', ('col7') => 'col7', ('col8') => 'col8', ), ('1') => array ( ('col1') => 'col1', ('col2') => 'col2', ('col3') => 'col3', ('col4') => 'col4', ('col5') => 'col5', ('col6') => 'col6', ('col7') => 'col7', ('col8') => 'col8', ), ), ), ('1') => array ( ('col10value2') => array ( ('0') => array ( ('col1') => 'col1', ('col2') => 'col2', ('col3') => 'col3', ('col4') => 'col4', ('col5') => 'col5', ('col6') => 'col6', ('col7') => 'col7', ('col8') => 'col8', ), ), ), ); ?>
-
Hi, I have attached sql script for table structure and sample data. When I run following sql query ,I get result set. select * from tablename order by col10 desc I want to create array using result set. Following is the require structure of array. <?php $resultSet[]=array ( ('0') =>array ( ('col10value1') => array ( ('0') => array ( ('col1') => 'col1', ('col2') => 'col2', ('col3') => 'col3', ('col4') => 'col4', ('col5') => 'col5', ('col6') => 'col6', ('col7') => 'col7', ('col8') => 'col8', ), ('1') => array ( ('col1') => 'col1', ('col2') => 'col2', ('col3') => 'col3', ('col4') => 'col4', ('col5') => 'col5', ('col6') => 'col6', ('col7') => 'col7', ('col8') => 'col8', ), ), ), ('1') => array ( ('col10value2') => array ( ('0') => array ( ('col1') => 'col1', ('col2') => 'col2', ('col3') => 'col3', ('col4') => 'col4', ('col5') => 'col5', ('col6') => 'col6', ('col7') => 'col7', ('col8') => 'col8', ), ), ), ); ?> [attachment deleted by admin]
-
Hi, i want to develop desktop application using php. I think php gtk library provide support for same. Any idea where to start to develop php desktop app. T
-
how to get selected class in div value java script
zohab replied to zohab's topic in Javascript Help
I mean,what could be the statement in javascript to get value between div <div class="title selected"></div> function check_custom_data() { alert(document.getElementById('groupdiv').value) ; alert(document.getElementById('title selected').value) ; alert(document.getElementTagName('.title selected').value) ; } -
Hi, I want to get selected class in div java script. how can i get it. following is the code of div <div id="" class="ui-accordion"> <div class="groupdiv"><div> <div class="title"></div> <div class="groupdiv selected"><div> <div class="title selected"></div> <div class="groupdiv"><div> <div class="title"></div> </div>
-
Hi, In my project i am using java script confirm dialog box and i want to change label from "ok" to "proceed" We can see "Ok" "Cancel' label button on dialog box. Sample example as follow. <html> <head> <script type="text/javascript"> function show_confirm() { var r=confirm("Press a button"); if (r==true) { alert("You pressed OK!"); } else { alert("You pressed Cancel!"); } } </script> </head> <body> <input type="button" onclick="show_confirm()" value="Show confirm box" /> </body> </html>
-
hi, I want to write pdf file but it is getting garbage value i check following url http://bugs.php.net/bug.php?id=21904&edit=1 $fp = fopen($fdirandname,'wb'); fwrite($fp,$pdfcode); fclose($fp);
-
hi, I have to use R&OS pdf library to create pdf files.I have following html code need to write in pdf file <table><tr><td>name</td><td>value</td></tr></table> Any idea how to do this using R&OS PDF Library? http://www.ros.co.nz/pdf/
-
Hi, I want to develop array like following $BCD=array('type' =>'TYPE1', array( 0=>array('column1'=>'value1','column2'=>'value1','column3'=>'value1','column4'=>'value1','column5'=>'value1','column6'=>'value1','column7'=>0), 1=>array('column1'=>'value1','column2'=>'value1','column3'=>'value1','column4'=>'value1','column5'=>'value1','column6'=>'value1','column7'=>0), 2=>array('column1'=>'value1','column2'=>'value1','column3'=>'value1','column4'=>'value1','column5'=>'value1','column6'=>'value1','column7'=>0), 3=>array('column1'=>'value1','column2'=>'value1','column3'=>'value1','column4'=>'value1','column5'=>'value1','column6'=>'value1','column7'=>0), ) )); I have written following code to achieve the same but not getting result. $sql = "select * from tablename "; $result = mysql_query($sql); $k=0; while ($row = $db->mysql_fetch_array($result)) { // array_push($BCD['type'],$row['type']); $BCD1=array('type' =>$row['type'], array( $k=>array('column1'=>$row['column1'],'column2'=>$row['column2'],'column3'=>$row['column3'],'column4'=>$row['column4'], 'column5'=>$row['column5'],'column6'=>$row['column6'],'column7'=>$row['column7']) )); $k++; }
-
Hi, I have following table structure and i want to do same using div <table align="left"><tr><td><input type="button" name="button" id="button" class="button" title="Button"/></td><td><input style="display:none" type="image" src="themes\default\images\img_loading.gif" border="0" name="img_loading" id="img_loading"></td></tr></table> any idea?
-
I w i want to create byte array of the pdf file data.
-
Hi, I will be creating pdf in php using following library. http://sourceforge.net/projects/pdf-php/ After creating pdf ,I want to send PDF data in byte[] to web service. Any idea how to read pdf and prepare pdf data in byte[] array. With Kind Regards, Zohaib.
-
Hi, I have configured eclipse PDT with debug as following wiki information. http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development I am able to debug from eclipse browser perfectly but how can I use Mozilla Firefox with eclipse PDT debugger. When I use big php project in eclipse debugger with eclipse browser ,it is stop responding and not working. Any idea how to configure or use Mozilla Firefox with eclipse PDT debugger. Regards, Zohaib.
-
Hi, when user visit my home page i want know user country city etc information. i need website tracking php script
-
Hi, I want to host SugarCRM instance for commercial use to show demo to clients. Any body knows any free web hosting service for this? Like "Zymic" Kind Regards, Zohaib