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 Tags
php x 17
java x 4
jsp x 3
Member Avatar for chitra1

Hi, I am putting an upload function in my project. I need to upload only images that is, .jpeg, .gif. But I am not being able to do this, all types of files are being uploaded. Below is my code: [CODE] include("db_connect.php"); //set where you want to store files //in …

Member Avatar for rajarajan2017
0
162
Member Avatar for chitra1

hello everyone. CAn anyone tell me where I can get a tutorial for developing a simple strut application. ps: I am completely new in struts

Member Avatar for peter_budo
0
66
Member Avatar for chitra1

HELO, Can anyone tel me where i can find gud tutorial fro building a simple strut application. Thx.

Member Avatar for jwenting
0
43
Member Avatar for Kavitha Butchi

Hello all, I am trying to code for user's profile pic uploading and resizing the image. I am using the following code and I dont know where I am going wrong! [code=php] <?php //This is the directory where images will be saved $target1 = "images/"; $target = $target1 . basename( …

Member Avatar for Kavitha Butchi
0
392
Member Avatar for chitra1

Hi, I am uploading images in a form. But it only sends the images in a folder 'upload' and send only the file name to the database. How do I send the image to the database and retrieve it for display.

Member Avatar for iFuseDan
0
147
Member Avatar for chitra1

hi, I creating an application whereby I am generating a password and then mailing it to the user. I have been trying the mailto function but the mail is not sent to the recipient. Here's my code: [CODE] $to="chitra@yahoo.com"; $subject = "New Password"; $email = $_REQUEST['mail'] ; $message = "Your …

Member Avatar for Kavitha Butchi
0
160
Member Avatar for inshi
Re: chat

hello everyone, i badly need your help well, i have already implemented my chatroom in [B]PHP[/B] which runs perfectly on a single computer. however, when i have tested the chatroom over a network where atleast 2 computers accessing my chatrrom, [B]it appears on 2 separate frames[/B] that is, if 2 …

Member Avatar for somedude3488
0
105
Member Avatar for chitra1

Hi, i am developing a political decision support system which based on the qualifications of the members will decide who will be the best for the post of ministers( for eg someone having a Masters in IT is more eligible than someone having a BSc in IT). I have a …

0
54
Member Avatar for chitra1

Hi, i am developing a political decision support system which based on the qualifications of the members will decide who will be the best for the post of ministers( for eg someone having a Masters in IT is more eligible than someone having a BSc in IT). I have a …

0
48
Member Avatar for chitra1

Hi, I hav created html pages containing radio buttons and checkboxes. But how do I send the values of radio buttons and checkboxes and drop down button values to my database using POST. here are my radio buttons and drop down button: [code=html] <tr> <td>Marital Status</td> <td>:</td> <td>Single</td> <td><input type="radio" …

Member Avatar for Ole Raptor
0
96
Member Avatar for chitra1

Hi, I am trying to use sessions to display information from one page to the next one but I am having the following problems. Could anyone plz help me??????????? Here is my code: <?php $pnm1=$_POST;/////////name of text box from previous page include("db_connect.php"); $sql="SELECT * FROM new_party WHERE party_name='$pnm1'"; $result=mysql_query($sql); $count=mysql_num_rows($result); …

Member Avatar for buddylee17
0
83
Member Avatar for chitra1
Member Avatar for chitra1

Hi, I'm new to JSP. Can anyone suggest me any site where I can get good tutorial for beginners. Thanks.

Member Avatar for electron33
0
99
Member Avatar for chitra1
Member Avatar for chitra1
0
48
Member Avatar for chitra1

Hi, I'm working on web based project whereby I'm using Html and Php. I want to know how to create forums on a website that I have built.

Member Avatar for vssp
0
60
Member Avatar for chitra1

Hi everyone! I'm working on a project whereby the system is rule-based. I have to write the rules in either Common Lisp but the problem is that i'm using PHP for designing the interface and I'm not able to link these two languages. Could anyone plz help me??????

Member Avatar for digital-ether
0
101