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

17 Posted Topics

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 Member #334542
0
171
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
72
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
49
Member Avatar for Kavitha Butchi

hello Kavitha, This is my code which runs well. In fact I got it from this forum itself. [CODE] <?php include("db_connect.php"); //Change this to the name of the page $thispage = 'up.php'; //Set the allowed file types $types = array("gif","jpeg","jpg","png"); //Set max size of image (in MB) $maxSize = '40'; …

Member Avatar for Kavitha Butchi
0
415
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
162
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="[email protected]"; $subject = "New Password"; $email = $_REQUEST['mail'] ; $message = "Your …

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

hi kkeith29, This is the code that we are using: ii am hereby attaching the 2 files we r using for chat. Can you plz tell us where is the problem.

Member Avatar for somedude3488
0
111
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
60
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
55
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
106
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
93
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 Member #268089
0
109
Member Avatar for chitra1
Member Avatar for chitra1
0
109
Member Avatar for chitra1
0
56
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
68
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
111

The End.