No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
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 …
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
HELO, Can anyone tel me where i can find gud tutorial fro building a simple strut application. Thx.
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'; …
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.
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 …
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.
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 …
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 …
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" …
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); …
Hi, I'm new to JSP. Can anyone suggest me any site where I can get good tutorial for beginners. Thanks.
Hi, can anyone tell me how to call Common Lisp from java.
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.
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??????
The End.
chitra1