[PHP] Help with MSSQL and Stored Procs

2012-08-29 Thread Phillip Baker
I am trying to access a MSSQL DB on another system. I am having trouble executed a stored proc and debugging the problem./ I have included the code below. I can connect to the DB just fine. I also can run regular queries on the DB and get a result set. We can also run the stored proc manually

[PHP] MSSQL Stored Proc

2012-08-28 Thread Phillip Baker
Greetings all, I am having some trouble with running a stored proc on an MSSQL DB. I am new to using MSSQL. $link = mssql_connect($server, $db, $password); if(!$link){ die('Error connecting to MSSQL database at '.$server); } else { $storedproc =

[PHP] XML/PHP web service

2012-08-08 Thread Phillip Baker
Greetings all, I am looking for some options here. I am in need of creating a service on our web server that will always be available and automated. It will accept an XML file. I will be checking to see if the XML file is valid and then passing it on to another server. But I need to accept this

Re: [PHP] XML/PHP web service

2012-08-08 Thread Phillip Baker
we fail to question those who would force upon us a total reliance on the state for defense. -- Robert J. Cottrol On Wed, Aug 8, 2012 at 4:27 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: Phillip Baker phil...@freewolf.net wrote: Greetings all, I am looking for some options here

[PHP] Looking for a little MySQL help as well

2010-07-12 Thread Phillip Baker
Hey All, I am looking for a little MySQL Query help as well. I am not getting any response form the MySQl Email list to my query. And knowing there are some SQL wizards on this list I thought I would as for help as well. I have one table with products that many have one or more categories. I am

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Phillip Baker
if you succeed, you just wind up filling the world with idiots. - - Doug Casey On Mon, Jul 12, 2010 at 12:21 PM, Jim Lucas li...@cmsws.com wrote: Phillip Baker wrote: Hey All, I am looking for a little MySQL Query help as well. I am not getting any response form the MySQl Email list

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Phillip Baker
, you just wind up filling the world with idiots. - - Doug Casey On Mon, Jul 12, 2010 at 1:37 PM, Tommy Pham tommy...@gmail.com wrote: -Original Message- From: Phillip Baker [mailto:phil...@freewolf.net] Sent: Monday, July 12, 2010 11:36 AM To: Jim Lucas Cc: PHP General List

[PHP] IIS, PHP and HTML

2010-06-23 Thread Phillip Baker
Greetings All, I am at a new Gig. So this is the existing setup so changing it at least in the short term is not an option. We are in an IIS shop. We have a bunch of files that are html, and in need of php functionality. And that would be a BUNCH of files. I am interested in setting if I can

[PHP] Pulling Data From a Page

2006-11-06 Thread Phillip Baker
Greetings All, Have something that I am sure is easy to do, just never done it before and would like some guidance here. I need to pull treasure yield percentage rates into a loan site I am working on. So basically I want to hit a page from another site. Grab the HTML file. Parse it for the

[PHP] Months between two dates

2006-09-15 Thread Phillip Baker
Greetings Gents, I want to take two dates formatted as 11/1/1998 10/1/2008 And find out how many months have elapsed between them. I was wondering if there was a quick and dirty way to do this without a for loop. -- Blessed Be Phillip The House has passed a law that would abandon the

[PHP] Formating a Double

2006-09-06 Thread Phillip Baker
Greetings All, I am trying to format a double to use thousands seperators and such. number_format does not appear to be working properly for this. My guess is cause I am trying to format a double rather than a string. Is there anything out there that will allow me to format a double to include a