Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 41
Search took 0.21 seconds.
Search: Posts Made By: jeffmc21
Forum: MySQL 12-10-2009, 09:43 PM
Replies: 2
Views: 522
Posted By jeffmc21
found it. Put in error dump and it...

found it.

Put in error dump and it immediately showed me that I had one of the old column names in the query that didn't match up.

Fixed and working well.
Forum: MySQL 12-10-2009, 09:06 PM
Replies: 2
Views: 522
Posted By jeffmc21
Simple Problem displaying results of query

I'm able to connect to the db with no problem and have had this code work before on another site (save the changes of the tbl name, etc), but now I'm getting an error that says:
mysql_fetch_array():...
Forum: MySQL 08-28-2009, 06:39 PM
Replies: 4
Views: 773
Posted By jeffmc21
Script not inserting into DB

Hey guys..

My script isn't inserting my form field data into the database but is continuing on down the script and properly redirecting back to the form. Any ideas on why it's not inserting or how...
Forum: MySQL 08-25-2009, 06:56 PM
Replies: 2
Views: 582
Posted By jeffmc21
Trouble forming MYSQL query properly

I'm having trouble forming the query to my database properly to retrieve the info I'm needing. All I'm trying to get is a single result where the DAY column of the DB is the same as today's day name...
Forum: HTML & CSS 07-23-2009, 12:18 AM
Replies: 3
Views: 551
Posted By jeffmc21
Thanks so much..that definitely helped. ...

Thanks so much..that definitely helped.

For some reason, the header image is still shortened. It's supposed to be the full 1024px width, but is still squeezed down to about 930ish. I removed...
Forum: HTML & CSS 07-22-2009, 10:44 PM
Replies: 3
Views: 551
Posted By jeffmc21
Unexpected Firefox results but IE fine

I have a temporary page (updating and changing site) that is displaying differently in Firefox and IE. I'm used to minor differences, but I have no clue as to why IE is displaying the width of the...
Forum: XML 07-18-2009, 01:57 PM
Replies: 4
Views: 4,106
Posted By jeffmc21
Dynamically create XML from MySQL db? possible?

I have a database that is updated by multiple people through the use of a web form. They are basically able to upload an mp3 clip (interview, audio blog,etc) and then, using the form, input info...
Forum: PHP 07-18-2009, 01:41 PM
Replies: 2
Views: 446
Posted By jeffmc21
Figured out my problem... I was sorting the...

Figured out my problem...

I was sorting the query using the WHERE declaration but hadn't selected that field from the database initially.

Thanks for the help
Forum: PHP 07-14-2009, 06:29 PM
Replies: 2
Views: 446
Posted By jeffmc21
Problem executing query and displaying results

I'm pretty new to PHP/MySQL. Assuming I've connected to the database, which I can do, I'm just wanting to retrieve rows from the db that meet the "WHERE" criteria in the code here, and then display...
Forum: HTML & CSS 05-27-2009, 08:24 PM
Replies: 1
Views: 579
Posted By jeffmc21
excess background/window in Safari

Hey guys!

I'm working on a site/page that I've designed to be 1024x600(ish). Obviously on many, if not most, PC's, the screen resolution will allow the page to fill a full-sized window but not...
Forum: ColdFusion 04-09-2009, 07:56 PM
Replies: 1
Views: 3,705
Posted By jeffmc21
create permanent bypass option for splash

I have a splash page for our site (not my choice, but my client wants it), and I need to add an option to "permanently bypass" beside the enter store option.

Anyone have any idea or advice on how...
Forum: HTML & CSS 04-02-2009, 04:18 PM
Replies: 3
Views: 911
Posted By jeffmc21
I understand your point, and see the ease of your...

I understand your point, and see the ease of your test page. However, there's also diminished image quality in the test page. The point of the slices, while it might not be the best solution, was...
Forum: HTML & CSS 04-02-2009, 04:17 AM
Replies: 3
Views: 911
Posted By jeffmc21
Image/Div positioning problem in IE6

Hey guys..

My link is http://www.ttownblockparty.com

This is a very simple page, basically an online poster, so I decided to take a shortcut and just slice an image of the design into 30 pieces...
Forum: HTML & CSS 03-18-2009, 07:08 PM
Replies: 4
Views: 638
Posted By jeffmc21
Perfect, mate. Thanks so much. You were very...

Perfect, mate. Thanks so much. You were very helpful and very easy to work with, and that's appreciated just as much as the technical knowledge!
Forum: HTML & CSS 03-18-2009, 04:01 PM
Replies: 4
Views: 638
Posted By jeffmc21
The code you gave works perfectly in good,...

The code you gave works perfectly in good, compliant browsers like my Firefox, however in IE, the text column is only moved to the left 415px. It's still 'below' the first column, rather than beside...
Forum: HTML & CSS 03-18-2009, 04:36 AM
Replies: 4
Views: 638
Posted By jeffmc21
div columns problem..again

Hey guys.. I'm working on a site with a couple pages in it that need to have side by side columns in the 'content' area.

Somehow, I accomplished that on the main page...
Forum: MySQL 03-10-2009, 12:44 AM
Replies: 4
Views: 656
Posted By jeffmc21
Getting an odd warning message on lines 19 & 36

When I run this code, in my web page of course, I'm getting a warning message that says:

mysql_fetch_array(): supplied argument is not a valid MySQL result resource in site root folder syntax on...
Forum: Flash & ActionScript 03-05-2009, 05:36 PM
Replies: 1
Views: 1,486
Posted By jeffmc21
Link from "loaded" flash movie to parent flash movie

Hey guys. I'm sure this is a pretty simple question. I just don't use Flash that much and I'm not to up on its techniques.

I have a flash movie. Within that movie, on the first frame, it loads...
Forum: MySQL 12-09-2008, 09:47 PM
Replies: 1
Views: 650
Posted By jeffmc21
Trying to limit date range of results

Hey guys...

I have a table that stores events for a youth group. I would like to retrieve the events for the next week with a call to that db table. This is the code I used for a similar project...
Forum: HTML & CSS 11-26-2008, 05:46 PM
Replies: 1
Views: 2,174
Posted By jeffmc21
Problem with Iframe/Flash in IE

Hey guys..

I have an iframe within my html page. The links on my page are targeting the frame and are launching the corresponding flash movies there. In Firefox, this works perfectly as I use...
Forum: Other Databases 10-14-2008, 08:51 PM
Replies: 1
Views: 1,734
Posted By jeffmc21
update multiple rows of db from user form

Hey guys..

I have a form that basically has seven rows of input. I would like to be able to take the user-inputted data from the form and update the database. In effect, each week I'd want to...
Forum: ColdFusion 09-25-2008, 05:14 AM
Replies: 0
Views: 2,860
Posted By jeffmc21
Compare data from two db tables using CF

Hey guys..

I have two database tables. I want to compare fields from tbl_one with fields from tbl_two and the output the resulting similarities.

So, I want to take table_one.field_one and...
Forum: ColdFusion 08-23-2008, 12:46 AM
Replies: 2
Views: 5,642
Posted By jeffmc21
I'm actually wanting to execute this connection,...

I'm actually wanting to execute this connection, SQL call, and results display:


<?php

// Create the connection file with connection information

$host = "hostname";
$username = "username";...
Forum: ColdFusion 08-22-2008, 08:43 PM
Replies: 2
Views: 5,642
Posted By jeffmc21
PHP within Coldfusion

I am curious about using <cfinclude> to include an external file that has a call to a database and the parsing of the results. I'm wanting to do the call and the parse in PHP, but the page that it...
Forum: Other Databases 08-16-2008, 06:40 AM
Replies: 1
Views: 1,185
Posted By jeffmc21
MS SQL Server 2005 help..

I have a database that is being hosted by my hosting company, but it has been injected with code as a part of the well known injection spree from China. I've downloaded Microsoft SQL Server 2005 (its...
Showing results 1 to 25 of 41

 
Forum Jump

All times are GMT +1. The time now is 01:31 PM.