Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 246
Search took 0.37 seconds.
Search: Posts Made By: andynov123
Forum: PHP 02-15-2013, 11:32 PM
Replies: 4
Views: 291
Posted By andynov123
I understand what you are saying, but I don't...

I understand what you are saying, but I don't know what I did wrong?
Check image out for more info on my setup
Forum: PHP 02-15-2013, 11:14 PM
Replies: 4
Views: 291
Posted By andynov123
Can’t connect to database

Hi
I'm trying to connect my database for the first time to a registration form but when I fill out the form I am getting this error

Access denied for user 'uj'@'localhost' (using password: YES)...
Forum: MySQL 02-15-2013, 04:21 AM
Replies: 1
Views: 459
Posted By andynov123
Upload Audio File and associate it with user

How do I implement an option for a user to upload an audio file and that file becomes associated with that username?
Any help is appreciated.
Forum: PHP 02-11-2013, 03:04 PM
Replies: 1
Views: 156
Posted By andynov123
Help setting up IIS with PHP files

I just installed php with the microsoft web platform installer. When I run a .html file on the localhost it works, but when I run a .php file I get an error. Can anyone help me?
Forum: JavaScript programming 01-26-2013, 04:28 PM
Replies: 18
Views: 480
Posted By andynov123
Thanks Old Pedant for the error console...

Thanks Old Pedant for the error console instructions. I got it working. I just have a couple questions.
-How do I change the output from looking like this for 2 adult tickets
output = 21
output...
Forum: JavaScript programming 01-25-2013, 03:10 AM
Replies: 18
Views: 480
Posted By andynov123
I think I fixed everything you are talking about...

I think I fixed everything you are talking about but something is now keeping my calculate now button from working. Nothing appears.


<html>

<head>
<title>AMC Ticket Calculator</title>
Forum: JavaScript programming 01-23-2013, 09:16 PM
Replies: 18
Views: 480
Posted By andynov123
Ok I changed a bunch of stuff and I got the...

Ok I changed a bunch of stuff and I got the prompt working as well but when I add a 2 in a textbox and a 3 in another. It outputs 23 not 5??? Also how would I hardcode each ticket with a certain...
Forum: JavaScript programming 01-23-2013, 06:14 PM
Replies: 18
Views: 480
Posted By andynov123
I moved the <script> and its contents and I went...

I moved the <script> and its contents and I went into error console in chrome but it's blank. I wasn't sure if I looked in the right place for the console so I took a screenshot in the image below of...
Forum: JavaScript programming 01-23-2013, 05:48 PM
Replies: 18
Views: 480
Posted By andynov123
alert did not work

alert did not work
Forum: JavaScript programming 01-23-2013, 05:32 PM
Replies: 18
Views: 480
Posted By andynov123
I added the .value and the parseFloat, but I...

I added the .value and the parseFloat, but I still don't know why the prompt from displayTotal() wont appear.

UPDATED CODE

<html>

<head>
<title>AMC Ticket Calculator</title>
Forum: JavaScript programming 01-23-2013, 05:10 PM
Replies: 18
Views: 480
Posted By andynov123
Submit button not working

When I click calculate now, a prompt is supposed to come up but nothing happens and I can't figure out where the error in my code is. Any suggestions is appreciated.


<html>

<head>
<title>AMC...
Forum: HTML & CSS 01-13-2013, 05:04 PM
Replies: 3
Views: 227
Posted By andynov123
I don't see what wrong with my code even when...

I don't see what wrong with my code even when looking at that lovehate rule.
Forum: HTML & CSS 01-13-2013, 04:19 PM
Replies: 3
Views: 227
Posted By andynov123
Help with a:hover

I'm having trouble making the links' hover color white. Any suggestions



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html...
Forum: MySQL 01-12-2013, 05:19 PM
Replies: 7
Views: 1,116
Posted By andynov123
I'm in configuration manager but I don't know how...

I'm in configuration manager but I don't know how to start the service?
Forum: MySQL 01-12-2013, 03:00 PM
Replies: 0
Views: 229
Posted By andynov123
Setting up local server mysql workbench

I'm struggling to set up my first local server with mysql workbench. So far I got to the screen that is in the image below. I can't get past this screen. Can someone help me configure this?
Forum: MySQL 01-09-2013, 08:33 PM
Replies: 7
Views: 1,116
Posted By andynov123
Help setting up sql management studio on localserver

HI,.
I just installed windows 7 and sql server management express 2012. When I get to login page I keep getting an error when I try to connect. I tried MSSQLSERVER, localhost, (localhost) but I keep...
Forum: PHP 01-07-2013, 08:26 PM
Replies: 9
Views: 337
Posted By andynov123
Does it matter if my PHP code is embedded in a...

Does it matter if my PHP code is embedded in a html document. Since the localhost runs the .html file without crashing or having issues? Or does the file have to have a .php extension to run a PHP...
Forum: PHP 01-07-2013, 06:48 PM
Replies: 9
Views: 337
Posted By andynov123
Help, Webpage is crashing on localhost

If I view my page as a .html file on my computer, the layout looks fine and runs fine. If I view the file on the localhost as .html file it is also fine, but if I load the page as a .php file on the...
Forum: HTML & CSS 12-29-2012, 09:47 PM
Replies: 7
Views: 512
Posted By andynov123
If I comment out #wrap's margin and padding, the...

If I comment out #wrap's margin and padding, the header completely disappears and the bottom portion moves up with the columns. I want bottom part to stay where it is rather than go up with the...
Forum: HTML & CSS 12-29-2012, 04:19 PM
Replies: 7
Views: 512
Posted By andynov123
bump.

bump.
Forum: HTML & CSS 12-28-2012, 05:32 PM
Replies: 7
Views: 512
Posted By andynov123
Hi I'm having two problems with my code. ...

Hi
I'm having two problems with my code.

1. I can't get three columns to move up and be centered

2. I made the columns bigger, and now they don't line up on the sides of column 2

Here's my...
Forum: HTML & CSS 12-26-2012, 10:31 PM
Replies: 7
Views: 512
Posted By andynov123
Three Column Layout

I can't get my three columns col1 col2 col3 to appear. I'm trying to make my columns look like the photo below. Can anyone help me achieve this?
HTML

<!DOCTYPE HTML>
<html>
<head>

<meta...
Forum: Java and JSP 11-26-2012, 06:18 PM
Replies: 1
Views: 328
Posted By andynov123
Convert string to strinbuilder

Hi
How would I read in a name as a string and then convert it to stringbuilder?
Forum: Java and JSP 11-16-2012, 12:18 AM
Replies: 4
Views: 572
Posted By andynov123
I am trying to store a user inputed first and...

I am trying to store a user inputed first and last name into a Stringbuilder. It has to be this specific way


I can put the first name and the last name in two seperate Stringbuilders if thats...
Forum: Java and JSP 11-15-2012, 07:02 PM
Replies: 4
Views: 572
Posted By andynov123
Using StringBuilder

I'm trying to figure out how to input a person's first and last name and then ask the user to change their last name using StringBuilder. Can anyone help me?

import java.util.Scanner;
public...
Showing results 1 to 25 of 246

 
Forum Jump

All times are GMT +1. The time now is 12:41 AM.