Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~7K People Reached
Member Avatar for jithusdani

HI folks.... I want to create a form that includes a textBox and a button,when ever i will click the button i shuld want to create a new text box.and i want to take the value of the each text box when a second button click.If anybody knows the answer …

Member Avatar for NicheTechIns
0
598
Member Avatar for jithusdani

hi freinds,, In my application i have to send email to a specified email, I have done this and its working fine , Now I want to send some word attachment in the same email id. The word attachment will select the user through the application as browse option just …

Member Avatar for dean8710
0
157
Member Avatar for somedude3488

Hello, I have been working on a php/xml/ajax chat program which requires no database for the last few days and was wondering if anyone could test it out for me. It has a few bugs that I would love to have someone help me fix (I am running out of …

Member Avatar for joeidee
3
803
Member Avatar for jithusdani

Hi Folks, I have made web site in ASP.NET 2.0 with ajax enabled. It is running successfully with my local host. Now I want Host it in my server machine, I Want know the procedures to upload this in server.. So please help me out...

Member Avatar for Shivashankar.C
0
96
Member Avatar for jithusdani

Hi Folks, How we can check the current date is in between the first week of the current month and last week of the last month

Member Avatar for reach_yousuf
0
130
Member Avatar for jithusdani

hello folks, Can anyone help me out how to install the sugarCrm software in wampserver.? I have tried to insatll the same but its saying that , "Minimum Php version required is 5.1.0. Recommended Php version is 5.2.x." But here in my system it is there php5.3.0.. why it is …

Member Avatar for pritaeas
0
62
Member Avatar for jithusdani

Hi Folks, I have put my whole PHP code and MySql in server and I want to access the files in Client System through LAN . I am using the [B]wampserver[/B] in the server system to execute the script. So please let me know about the procedure to do the …

Member Avatar for sDJh
0
74
Member Avatar for jithusdani

Hi Folks, I have created a text box dynamically using javascript. Now i want to call a javascript function in the OnChange Event Of that Control is there any way to do the same.?? Here is the code what i tried. [CODE] el[j] = document.createElement('input'); el[j].type = 'text'; el[j].name='work'+j; el[j].onChange='lookup(this.value)'; …

Member Avatar for jithusdani
0
90
Member Avatar for jithusdani

Hi Folks, I have created a text box dynamically using javascript. Now i want to call a javascript function in the OnChange Event Of that Control is there any way to do the same.?? Here is the code what i tried. [QUOTE] el[j] = document.createElement('input'); el[j].type = 'file'; el[j].name='work'+j; el[j].onChange='lookup(this.value)'; …

Member Avatar for somedude3488
0
90
Member Avatar for jithusdani

Hi Folks, I have 2 texboxes with the name names like 'des0' and 'des1', So i need to validate this two controls for required filed with the help of loop. something like this [CODE] for (var i=0;i<=1;i++) { } [/CODE] So i have confused what will write inside the loop …

Member Avatar for network18
0
116
Member Avatar for jithusdani

Hi Folks, I have 2 texboxes with the name names like 'des0' and 'des1', So i need to validate this two controls for required filed with the help of loop. something like this [CODE] for (var i=0;i<=1;i++) { } [/CODE] So i have confused what will write inside the loop …

Member Avatar for jithusdani
0
100
Member Avatar for jithusdani

Hi Folks, I have a login page and stored username and password in mysql as 'admin' and 'admin' respectivley. My problem is like if I am entering a username and paasword like ADMIN and ADMIN its get logged in I want restrict that.So please anybody have look at this..

Member Avatar for Atli
0
164
Member Avatar for jithusdani

Hi folks, I want to open a pdf stored in the database in a new window using php server side script. Actually I want store the file name in data table, which user clicks. So i need a server side script open the things in new window along with the …

Member Avatar for jithusdani
0
3K
Member Avatar for jithusdani

Hi folks, I wanted to get the value of the clicked A href links, somebody please help.... i have something like this, [CODE] <a href="javascript: void(0)" onClick=window.open('<?php echo $rows['file_name']?>','welcome') style="border:0 ">View</a> [/CODE] So i want to get the value if user clicks the href button. so please anybody...

Member Avatar for jithusdani
0
151
Member Avatar for jithusdani

Hi Folks, Can anybody plz tell me how to add multiple rows in a datatable at runtime..I want to add the values from the application inputs not from sql.ie,from textboxes i want add the values to the datatable.

Member Avatar for sachinmore
0
86
Member Avatar for Shanti C

Is there any possibility to do online chatting with php. In clear, if we post our message ,the other person for whom we post will get that message with out inserting that message into the database... Can any one please help me out... Thanks...

Member Avatar for shivjamesh
0
518
Member Avatar for jithusdani

hi folks.. I downloaded the micro chat in hotscripts.com its working fine in my localhost , but its not working while hosting to any site, that means the message we are sending is disappearing after a second.. you can see the following link to see the problem [url]http://www.apolloinfosystem.com/microchat/index.php[/url]

0
58
Member Avatar for jithusdani

hello shanti I also downloaded the micro chat in hotscripts.com its working fine in my localhost , but its not working while hosting to any site, that means the message we are sending is disappearing after a second.. you can see the following link to see the problem [url]http://www.apolloinfosystem.com/microchat/index.php[/url]

0
71
Member Avatar for jithusdani

hi folks.. In my application am storing some textbox values to a datatable inside a dataset.Now I want to save the multiple rows of datatable to my sqltable..ll anybody plz help me.. with thanks and regards. jithesh.P.

Member Avatar for vuyiswamb
0
94
Member Avatar for jithusdani

Hi folks.. I want to display the crystal report according to the date that user select...If User changes the date means it should change the report according to that... In my applocation two date picker and one button is ter ,if user select from date and to date means it …

Member Avatar for Jx_Man
0
82
Member Avatar for jithusdani

hi all i have wrote a code for file uploader and it was working fine but now its getting sme problems...here am attaching my code plz check it out and replay me fast... [code] if ($_FILES["description"]["error"] > 0) { echo "Return Code: " . $_FILES["description"]["error"] . "<br />"; } else …

Member Avatar for lydia21
0
113
Member Avatar for jithusdani

hi all I Have created an application in php. and in that i want to delete a particular row when the client checks the checkbox the same thing i done in asp but php its not working plz anybody can help me...

Member Avatar for praveen_dusari
0
83
Member Avatar for jithusdani

Hi all In my Application i have wrote an update query but its not working..Anybody plz help me here am including my code... [code] $head=$_GET['val']; $date=$_REQUEST['txtdate']; $headline=$_REQUEST['txthead']; $update="Update tbl_circular SET date='$date',headline='$headline',description='$des' where headline like '$head')"; $update1=mysql_query($update) or die("Could not Update"); [/code] 'val' is the querystring am passing to the page.. …

Member Avatar for Shanti C
0
129
Member Avatar for jithusdani

In PHP i have made one website back end as mysql,In this website i am displaying the datas in a table.I want to restrict the datas in fixed count and next should see wen we are clicking on the link below given...anybody plz give me with the solution..

Member Avatar for Shanti C
0
70
Member Avatar for jithusdani

Hi folks, In My Application i have used the date function to find the difference between two date.but while executing is showing that runtime erroe 424,object required. Can anyone plz help me fast... This is the code i have used Dim date1, date2 As Date Dim diff As Long date1 …

Member Avatar for Jx_Man
0
161
Member Avatar for jithusdani

i created a drop down menu in the following manner and its coming like horizontal menu with vertical sub menu.What i want is horizontal menu with horizontal sub menu can anybody can help me..here am attaching my cuurent code.. menu.html [code=HTML]<html> <head> <LINK href="menu.css" rel=stylesheet> <LINK href="menu.css" type=text/css rel=stylesheet> </head> …

0
68