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
Member Avatar for j23

The problem I'm having is that the line = header('location: loggedin.php'); is not bringing jumping to the loggedin page when I enter the correct Username and pword. Can someone see where my problem is? <?php $error = ''; session_start(); //connect to db $connectdb = mysql_connect("","",""); //select database $selectdb = mysql_select_db("") …

Member Avatar for baig772
0
148
Member Avatar for j23

the question im doing is: write a java program that allows the user to enter a set of numbers and then displays the sum and the average of the values. It should begin by asking the user how many values they will enter. you should use two seperate methods to …

Member Avatar for stultuske
0
124
Member Avatar for j23

hi, does anyone know how it would be possible to change my code so that the circles drawn by the applet are resized as the applet screen size is changed? [CODE] import java.awt.Graphics; import javax.swing.JApplet; import java.awt.Color; @SuppressWarnings("serial") public class OvalApp extends JApplet { private int width, height, x=10, y=10; …

Member Avatar for j23
0
1K
Member Avatar for j23

hi, how do you get the html file to run the java applet in a webbrowser. I need to have a html file which will allow me to view this applet in a web browser. im using eclipse to write the code for the applet. [CODE] import java.awt.Graphics; import javax.swing.JApplet; …

Member Avatar for Taywin
0
189
Member Avatar for j23

hi, I'm doing a project which asks for an online recruitment website. I was wondering what exactly would be the best way to go about creating the matching side of this?? What I need to know is how exactly do these sites work... how would one go about matching potential …

0
56
Member Avatar for j23

basically, instead of the "(N1 + N2 + N3)" which is in the average method we need to call the sum method to the average method as the sum method returns a value = (N1 + N2 + N3). does anyone know how to call the sum method to the …

Member Avatar for hiddepolen
0
162
Member Avatar for j23

Hi, I've got a virus on my machine and have to reinstall windows 7. I bought y copy from software for students so it was downloaded. I can't really remember but I assume I must have also downloaded the product key. I usually keep all my product keys backed up …

Member Avatar for jingda
0
269
Member Avatar for j23

Im trying to write a program which simulates ten coin tosses and returns the results to the user .can anyone help please!! [CODE] Imports System.IO Imports Microsoft.VisualBasic.ControlChars Public Class Form1 'write a program that simulates 10ncoin tosses using Random Number generator + Returns the results to the user. Private Sub …

Member Avatar for j23
0
998
Member Avatar for j23

i was trying to connect my new ipod touch to the wireless in the house and it wouldnt allow me to connect even with the write security code. i read online that if you make you wireless unsecure your ipod will be able to connect. i entered the address for …

Member Avatar for edgaaa
0
154
Member Avatar for j23

i want to use input validation so that the user can only input decimal numbers. can someone help [CODE] while int_x != : #this is where im having the problem print "the number entered must be a decimal number" int_x = input("Enter a decimal number:") [/CODE]

Member Avatar for ultimatebuster
0
2K