Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 106
Search took 0.20 seconds.
Search: Posts Made By: jedimastermopar
Forum: JavaScript programming 06-05-2008, 01:57 PM
Replies: 3
Views: 926
Posted By jedimastermopar
Sorry guys, I have been away for a while. I...

Sorry guys, I have been away for a while.
I wasn't too sure how to post code that I could carriage return. I'll post a snap shot of the code and higlight the area in question.
As for what...
Forum: JavaScript programming 05-30-2008, 01:22 PM
Replies: 3
Views: 926
Posted By jedimastermopar
problem with IE but not with mozilla.

Ok Having an issues with this line. It works fine in Firefox, but in IE it pops up an error,
Line 157
Char 328
Error: Object does'nt support this property or method.

Any ideas? BTW this is...
Forum: HTML & CSS 05-30-2008, 01:20 PM
Replies: 3
Views: 949
Posted By jedimastermopar
Not too sure, I kind of inheirited this website,...

Not too sure, I kind of inheirited this website, and my web dev experience is limited to basic HTML and PHP, I'll post it in the java forum. Thanks.
Forum: HTML & CSS 05-29-2008, 04:42 PM
Replies: 3
Views: 949
Posted By jedimastermopar
No Ideas? Did I post this in the wrong forum?

No Ideas? Did I post this in the wrong forum?
Forum: HTML & CSS 05-28-2008, 05:21 PM
Replies: 3
Views: 949
Posted By jedimastermopar
shtml error in IE but works in Firefox.

Ok Having an issues with this line. It works fine in Firefox, but in IE it pops up an error,
Line 157
Char 328
Error: Object does'nt support this property or method.

Any ideas? BTW this is...
Forum: PHP 11-29-2007, 02:01 PM
Replies: 3
Views: 532
Posted By jedimastermopar
MS Alternatives to PHP...

Hey folks,
I have a dozen or so web reports and tools I have coded in PHP for MySQL. This was based on our invoicing system using a MySQL backend. We will be switching this system out to a MS SQL...
Forum: PHP 07-18-2007, 03:05 PM
Replies: 3
Views: 875
Posted By jedimastermopar
I just have a little intranet setup wherby people...

I just have a little intranet setup wherby people can access different reports and information, based on there login htaccess that allows them access to these different web directories.

Or is it...
Forum: PHP 07-12-2007, 07:23 PM
Replies: 3
Views: 875
Posted By jedimastermopar
htaccess passwords

Anyone know a php form I can use to manage .htaccess user names?
eg

UserNamer :______________
Old Password:_______________
New Password:_______________
New Password:_______________

Ok ...
Forum: MySQL 07-11-2007, 03:15 PM
Replies: 1
Views: 628
Posted By jedimastermopar
Join Question

Ok, I have 3 tables accpay, accinv and job

job
- code
- JobID
accinv
-invnum
-ordrnbr
accpay
-invnum
Forum: MySQL 07-11-2007, 03:01 PM
Replies: 2
Views: 2,243
Posted By jedimastermopar
Thanks, I just exported the table to excel and...

Thanks, I just exported the table to excel and did it manually. :)
Forum: MySQL 07-10-2007, 09:06 PM
Replies: 2
Views: 2,243
Posted By jedimastermopar
Database Cleanup - Strip non Numeric

Just wondering if anyone kows how to strip non numeric characters from a field?
eg 999-M9087
should be 9999087
Forum: PHP 06-20-2007, 03:32 PM
Replies: 2
Views: 642
Posted By jedimastermopar
Nevermind I figured it out. :) round()

Nevermind I figured it out. :) round()
Forum: PHP 06-20-2007, 03:29 PM
Replies: 2
Views: 642
Posted By jedimastermopar
Rounding or truncating decimals?

Hey guys is there a way to round or truncate a calculation to 2 decimals places? Accuracy is not entirely important so if truncating is easier I am ok with that. Here is the code I want to work with?...
Forum: MySQL 06-14-2007, 02:26 PM
Replies: 2
Views: 721
Posted By jedimastermopar
ahh ok thanks, I would assume you need to setup...

ahh ok thanks, I would assume you need to setup some sort of odbc client software on the server to be able to connect to the mssql server?
Forum: MySQL 06-13-2007, 02:22 PM
Replies: 2
Views: 721
Posted By jedimastermopar
Synchronizing with MS SQL

Hey folks.

I have a table in Microsloth SQL server that I need to keep updated in a MySQL table.

Does anyone know of a way to automate a script to run a query on a MS SQL server and insert it...
Forum: MySQL 04-18-2007, 05:26 PM
Replies: 1
Views: 784
Posted By jedimastermopar
MySQL books?

Anyonw able to recomend a MySQL book that teaches the querying/programming side from scratch? Not interesting in getting alot of Administration things, its for one of my subordinates that wants to...
Forum: MySQL 04-12-2007, 06:43 PM
Replies: 2
Views: 1,039
Posted By jedimastermopar
Ahh very cool, thanks.

Ahh very cool, thanks.
Forum: MySQL 04-12-2007, 04:36 PM
Replies: 2
Views: 1,039
Posted By jedimastermopar
Select unique records from a join?

Hi,
I have two tables, both tables contain a matching JobID.
Some records in the job table are not present in the joblocation table.
I need to Select only those records.

I thought I could...
Forum: PHP 04-11-2007, 10:05 PM
Replies: 3
Views: 618
Posted By jedimastermopar
Yah I got mine to work as well. I was meaning...

Yah I got mine to work as well. I was meaning google maps,
I have mine page working so when a user enters a job number we have worked on it shows the X number of results within X number of...
Forum: PHP 04-11-2007, 07:15 PM
Replies: 3
Views: 618
Posted By jedimastermopar
Google Earth and PHP?

Hey I was wondering if anyone has used PHP to create a Google Map or something similar? I have a table of address and co-ordinates and would lke the user to run a queary to display a group of results...
Forum: PHP 04-10-2007, 11:42 AM
Replies: 4
Views: 554
Posted By jedimastermopar
Great thanks, I ran into ODBC and TDS a while...

Great thanks, I ran into ODBC and TDS a while back, forgot about it.
Forum: PHP 04-09-2007, 10:12 PM
Replies: 4
Views: 554
Posted By jedimastermopar
PHP and MS SQL?

Anyone know if you can write a PHP application based on a MS SQL database?
Or is it possible to created a MYSQL federeated table from a MS SQL server source?
Forum: MySQL 04-04-2007, 07:15 PM
Replies: 3
Views: 758
Posted By jedimastermopar
Yah I got that to work thanks. Sometimes you just...

Yah I got that to work thanks. Sometimes you just need to ask the question to figure it out on your own >:)
Forum: MySQL 04-04-2007, 05:21 PM
Replies: 3
Views: 758
Posted By jedimastermopar
I think I can get it to work with a span. eg...

I think I can get it to work with a span.
eg find all x and y intersections within an x or y span of 20

not exactly sure how to do it in sql cod ebut in pseudo code something like this

Find...
Forum: MySQL 04-04-2007, 05:08 PM
Replies: 3
Views: 758
Posted By jedimastermopar
query help - find 10 closest

Hey.
I have a table with 3 coloumns
IDnum, X and y
x and y are doubles

I need a query that will display the 10 closest cross references of the x and y values with no limiting span from the...
Showing results 1 to 25 of 106

 
Forum Jump

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