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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for bhakti.thakkar

hello all, i have a php page in which user added certain combinations and clicks on add. when added, i create a array which stores the values and user can add multiple rows. if ($action=="Add") { $Arr[] = array ( "scopeid" => $scopeid, // values are comma seperated e.g 1,5,6 …

Member Avatar for sid_prajapati
0
106
Member Avatar for sanjaypandit

i made this code but it shows result Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\VertrigoServ\www\sanjay\rlc\closing.php on line 14 [code]<? include("admin/include/conn.php"); $today=date("Y-m-d H:i:s",strtotime("+5 hours, +30 minutes")); $c_closing="select * from member_information where child >=2"; $c_closing_query=mysql_query($c_closing); while ($c_row=mysql_fetch_array($c_closing_query)) { $c1_query="select * from member_information where Mem_sponsor_id=".$c_row['Id']." limit …

Member Avatar for Manuz
0
140
Member Avatar for bhakti.thakkar

Hi all, Array ( [0] => Array ( [AssessmentFormItem_VC] => 1.1 [Item_ID] => 5792 ) [1] => Array ( [AssessmentFormItem_VC] => 1.2 [Item_ID] => 5794 ) [2] => Array ( [AssessmentFormItem_VC] => 2 [Item_ID] => 5795 ) [3] => Array ( [AssessmentFormItem_VC] => 1 [Item_ID] => 5796 ) ) how …

Member Avatar for nav33n
0
90
Member Avatar for bhakti.thakkar

hi all, Table 1: ID | COL1 1 | 1 1 | 13 1 | 64 Table 2: ID | COL1 1 | 14 1 | 13 Output needed: ID | COl 1 | 1 1 | 13 1 | 14 1 | 64 How will i accomplish this??? Thanks …

Member Avatar for bhakti.thakkar
0
79
Member Avatar for bhakti.thakkar

Hi can any one help me in following case? Table A ID | Name 1 , Apple 2 , Bat 3 , Cat 4 , Dog Table B ID | Name 1 , A 2 , B 3 , C 4 , D 5 , E 6 , F 7 …

Member Avatar for bhakti.thakkar
0
158
Member Avatar for bhakti.thakkar

hi all, i have a table whose structure is as below: Name Null? Type ----------------------------------------- -------- ---------------- NEWSLETTER_ID NOT NULL NUMBER SUBJECT_VC VARCHAR2(255) MAILTYPE_VC VARCHAR2(50) CONTENT_TXT CLOB SCHEDULE_DT VARCHAR2(50) SYSTEM_HOOK_VC VARCHAR2(50) NSTATUS_SI NUMBER TEMPLATE_ID NUMBER i want to insert data in this table. below is my php script i m …

0
69
Member Avatar for bhakti.thakkar

i have an array of hours[] and minutes[]. hours Array: Array ( [0] => 11 [1] => 12 [2] => 13 [3] => 14 ) minutes[] Array: Array ( [0] => 30 [1] => 30 [2] => 30 [3] => 30 ) now i want an array which will merge …

Member Avatar for bhakti.thakkar
0
97
Member Avatar for bhakti.thakkar

hi all, i have a string for example: $str="The annual general meeting is scheduled on ::date:: at ::time::. you all are requested to be present on ::date:: at ::time::." i store it in the Templates_T table in my DB. Template_ID =1 [for eg.] now this format can be used further …

Member Avatar for bhakti.thakkar
0
750
Member Avatar for bhakti.thakkar

hi all, Very new this forum. i am using MSSQL 2005 and i want to create a backup script for a table [create and insert statements] without using mssql datapublishing wizard 2005. is it possible?? how can i do it Best Regard

Member Avatar for bhakti.thakkar
0
116