Hi I am having problems with a college assignment
Its a celsius to Fahrenheit converter I have the first part working however the
second part of the project involves coding the converter to...
Type: Posts; User: tomwaits4noman; Keyword(s):
Hi I am having problems with a college assignment
Its a celsius to Fahrenheit converter I have the first part working however the
second part of the project involves coding the converter to...
The data base set up
===========================================
mysql> show tables;
+------------------+
| Tables_in_quizes |
+------------------+
| answers |
| questions |...
I am having problems creating a quiz using my php and mysql.
I am able to hard code the questions into the php but for the project the questions and answers need to be stored in the database...
hello
I am trying to use regular expressions in a registration form to stop mysql injections but to also validate e-mail and to create a strong password.
I am able to get the regular expression...
It was the only way I knew how to configure the javascript I advised to do it this way to make it as easy as possible to change the images
you mean the issue is with this
myPix[0] = new...
Hello
looking to create a gallery using javascript that supports all img formats
below is the code I have so far. would love some help with this. thanks in advance
<html>
<head>...
to update I think I found the solution but have a problem implementing it,
feel a
else conditional statements or switch statements
would work but its not working
I am trying to create a basic javascript calculator
the problem is that I can code it to add and minus or multiple and divide but not all four functions using the code I have below.
thanks
...
Hi I am trying to program a quiz for site, with the java in a separate file to the html and using a function command in the html.
I have linked the javascript file to the html document but I...
Thanks Nile
thats great really appreciate it
Hi Nile what I trying to do and trying to explain in tech terms as I am not too familar with javascript
I want to apply an onbody load function to a button using java script when it is pressed it...
Hello I am looking to use javascript to bring a list of 7 items when I press a button on the page
the problem is that there are two lists so I need two buttons for each list.
e.g when press...