[PHP] SharePoint

2010-05-01 Thread Robbert van Andel
I've been trying to connect to our SharePoint server's webservices with PHP. I downloaded the nusoap library and have been trying to make a connection using sample code from various websites. I keep getting the following error: You are not authorized to view this page You do not have permission to

[PHP] SharePoint

2010-04-30 Thread Robbert van Andel
I've been trying to connect to our SharePoint server's webservices with PHP. I downloaded the nusoap library and have been trying to make a connection using sample code from various websites. I keep getting the following error: You are not authorized to view this page You do not have permission to

[PHP] Job Opening

2009-11-11 Thread Robbert van Andel
I hope this is not violating any terms of usage rules. I thought I'd let you know that Salem Hospital in Salem Oregon is hiring a web developer. the position is part time and temporary with the potential to become permanent and full time. They have a huge intranet and a smaller public site using P

[PHP] cURL Download

2009-04-16 Thread Robbert van Andel
I've been struggling to download a file from a network file share using cURL, or whatever else will work. All I want to do is get the contents of a text file. But when I run the code below I get this error "Error: 37 - Couldn't open file \\server\share\test.txt". I'm running my website on a lin

Re: [PHP] question about using sql server with php

2008-10-27 Thread Robbert van Andel
Sorry, that was a typo. I meant MSSQL. On Mon, Oct 27, 2008 at 2:12 PM, Chris <[EMAIL PROTECTED]> wrote: > Robbert van Andel wrote: > >> You also need to make sure that your server has the mysql drivers >> installed. A linux server does not come with this support n

Re: [PHP] question about using sql server with php

2008-10-27 Thread Robbert van Andel
, 2008 at 2:02 PM, Ashley Sheridan <[EMAIL PROTECTED]>wrote: > On Mon, 2008-10-27 at 07:41 -0700, Robbert van Andel wrote: > > You also need to make sure that your server has the mysql drivers > > installed. A linux server does not come with this support natively. > > >

Re: [PHP] question about using sql server with php

2008-10-27 Thread Robbert van Andel
You also need to make sure that your server has the mysql drivers installed. A linux server does not come with this support natively. On Mon, Oct 27, 2008 at 6:19 AM, bruce <[EMAIL PROTECTED]> wrote: > hey sudhakar.. > > when you're changing database apps, you're normally going to have to change

Re: [PHP] Selecting all records between a date range

2008-10-02 Thread Robbert van Andel
In the original message you were assigning the query to $SQLTEST, but in the code below you're using $sql. On Thu, Oct 2, 2008 at 10:40 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Oct 2, 2008, at 1:31 PM, Robbert van Andel wrote: > > What is the actual code that y

Re: [PHP] Selecting all records between a date range

2008-10-02 Thread Robbert van Andel
What is the actual code that you use to run the query. You've shown us how you set up the query but not more. Something like $result = mysql_query($query,$conn); Robbert On Thu, Oct 2, 2008 at 10:17 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Oct 2, 2008, at 12:46 PM, Jim Lucas wrote: >

RE: [PHP] New Server Install

2008-09-10 Thread Robbert van Andel
command line. > > -Original Message- > From: Mark Bomgardner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2008 2:46 PM > To: 'Robbert van Andel' > Subject: RE: [PHP] New Server Install > > Ok, then a couple of things to check. Even though you can log

RE: [PHP] New Server Install

2008-09-10 Thread Robbert van Andel
: Mark Bomgardner [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 2:46 PM To: 'Robbert van Andel' Subject: RE: [PHP] New Server Install Ok, then a couple of things to check. Even though you can login through the command line, when you set up MySQL is your host name the s

[PHP] New Server Install

2008-09-10 Thread Robbert van Andel
I am working on a new webserver running Fedora 9. I installed php-mysql and php-mssql via yum. When I try to connect to our mysql server using php, I get the following error: Can't connect to MySQL server on 'mysqlservername' (13) Here's the weird part, I can connect to the mysql database ser

RE: [PHP] Downloading a file

2008-07-16 Thread Robbert van Andel
("none") before session_start resolved the problem (http://bytes.com/forum/thread554529.html) Robbert From: Tom Chubb [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 1:41 AM To: Robbert van Andel Cc: php-general@lists.php.net Subject: Re: [PHP] Downloading a file On 16/0

[PHP] Downloading a file

2008-07-15 Thread Robbert van Andel
I am having trouble getting a file to download to work in Internet Explorer. The site works fine in FireFox. The page retrieves the contents of a file from a database and outputs the following Where $data['filename'] is the name of the file as stored in the database and $data['file'] is

Re: [PHP] problem with "include" directive under XHTML

2008-06-03 Thread Robbert van Andel
I've had this problem. It's because of the that surrounds your XML. Your php configuration probably has short tags enabled. I have had to use php to output this ' ; ?> On Tue, Jun 3, 2008 at 7:25 AM, Robert Huff <[EMAIL PROTECTED]> wrote: > >I'm working on a project that involves co

Re: [PHP] problem with "include" directive under XHTML

2008-06-03 Thread Robbert van Andel
What is the error message you are getting? On Tue, Jun 3, 2008 at 11:37 AM, Robert Huff <[EMAIL PROTECTED]> wrote: > Robbert van Andel writes: > > > I've had this problem. It's because of the that > > surrounds your XML. Your php configuration pr

RE: [PHP] PHP CLI Problem

2008-02-06 Thread Robbert van Andel
Not an option. Which php gives me php4 and the script requires php5. From: Nathan Nobbe [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 8:39 AM To: Robbert van Andel Cc: Daniel Brown; php-general@lists.php.net Subject: Re: [PHP] PHP CLI Problem On Feb 6, 2008 11:33 AM

RE: [PHP] PHP CLI Problem

2008-02-06 Thread Robbert van Andel
own [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 7:52 AM To: Robbert van Andel Cc: php-general@lists.php.net Subject: Re: [PHP] PHP CLI Problem On Feb 6, 2008 1:55 AM, Robbert van Andel <[EMAIL PROTECTED]> wrote: [snip] > First off, the script runs great from the command line whe

RE: [PHP] PHP CLI Problem

2008-02-06 Thread Robbert van Andel
f the php script. Any ideas? Is there some special consideration I have to give to the fact that my PHP installation is setup as a CGI? I've never had this much trouble getting a PHP CLI script to run. Robbert -Original Message----- From: Robbert van Andel [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP] PHP CLI Problem

2008-02-06 Thread Robbert van Andel
in a cron job and am confident that it will run. Robbert -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 11:06 PM To: Robbert van Andel Cc: php-general@lists.php.net Subject: Re: [PHP] PHP CLI Problem > First off, the script runs great

[PHP] PHP CLI Problem

2008-02-05 Thread Robbert van Andel
I am having trouble with a PHP CLI script I wrote to help manage my website. The site is on a shared hosting server where the PHP installation is set up as a CGI. The script creates some backups of my databases and sends them to Amazon's S3 service. First off, the script runs great from the com

RE: [PHP] Unicode Problem

2006-10-05 Thread Robbert van Andel
I know it's Unicode because the javascript is encoding it as Unicode (and it's doing so correctly). I guess the gist of my question is how to do I do a reverse. How do I take %u2022 and get make that display as the bullet character? -Original Message- From: Dotan Cohen [mailto:[EMAIL PRO

[PHP] RSS Generation

2006-04-10 Thread Robbert van Andel
s, how do I get the server to serve the PHP file correctly if I rename it with the xml extension? Thanks, Robbert van Andel

RE: [PHP] undefined index and php

2005-11-10 Thread Robbert van Andel
The question mark and colon is the equivalent for the iif function. It's a short hand for if/else. You start with the expression, and if true, do what's after the question mark and if false, after the column. Robbert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [PHP] Re: post and variables

2005-11-10 Thread Robbert van Andel
Essentially, Ross, you can use $_POST variables as a regular associative array. $_POST values come from the posted values in a form. If you have a form element called table_name, and your form uses the post method (as opposed to the get method), your script would have $_POST['table_name'] availab

RE: [PHP] php5 / php4 - MySQL/SQLite

2005-11-08 Thread Robbert van Andel
I recently upgraded to PHP5 and had no issues with code incompatibilities. I believe we ran PHP 4.10 (I don't remember the exact version). Honestly, I haven't seen that many benefits but I don't write that many scripts that use advanced OOP methodology. -Original Message- From: Danny [ma

RE: [PHP] PHP from the command line

2005-11-03 Thread Robbert van Andel
ing the exact same script from the command line. -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 7:28 PM To: 'David Tulloh'; 'Robbert van Andel' Cc: php-general@lists.php.net Subject: RE: [PHP] PHP from the command line what&

[PHP] PHP from the command line

2005-11-03 Thread Robbert van Andel
nd an answer? Thanks, Robbert van Andel

[PHP] PHP and MSSQL on Linux

2005-11-01 Thread Robbert van Andel
ver when I used TCPDUMP. There is traffic going when I use tsql. Thank you, Robbert van Andel

RE: [PHP] Linux/PHP and Windows/MSSQL

2005-10-06 Thread Robbert van Andel
here I got them with the older version of PHP because those notes are at work. Robbert van Andel -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 6:30 PM To: php-general@lists.php.net Subject: [PHP] Linux/PHP and Windows/MSSQL Knowing that I'

RE: [PHP] PHP and XML

2005-10-06 Thread Robbert van Andel
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 8:05 AM To: php-general@lists.php.net Subject: RE: [PHP] PHP and XML Quoting Robbert van Andel <[EMAIL PROTECTED]>: > Thanks, I'm investigating XSL and it looks pretty good. We use an RPM based > installation of PHP

RE: [PHP] PHP and XML

2005-10-05 Thread Robbert van Andel
2520Purchasing%2520Policy. p >df > - > > Information Services Software Purchasing > > 5 > > - > > ... Administrative Housewide Policy Information > Services Software Purchasing Applicable Campus: Salem and > West Valley Hospitals Department Na

RE: [PHP]Re: Need advice or code

2005-08-27 Thread Robbert van Andel
You don't need to use XML with XmlHTTPRequest. The returned data can be a simple text string. XmlHTTPRequest is the best javascript technology to come out. It's done wonders for the interactivity of my websites. It's well worth the time to learn. -Original Message- From: Death Gauge [m

RE: [PHP] mkdir, Shared Hosting?

2005-08-06 Thread Robbert van Andel
As far as I know, it's not a shared hosting issue, but a permission issue. The site admin has not given the user under which your php scripts run permission to create directories and most likely files and other file system operations. It's a security issue. Robbert -Original Message- Fro

RE: [PHP] a basic array question!

2005-06-25 Thread Robbert van Andel
If you want to get the lastname value of the array you supplied you would do this $value = $foo['facets'][0]['lastname']; This would give you the HTML form that you have stored in your array. Robbert -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: Saturday, June 25, 2005

RE: [PHP] include("sendmail.phps");

2005-03-13 Thread Robbert van Andel
Read the contents of the file into a variable and then output the contents of the variable via print or echo. -Original Message- From: John Taylor-Johnston [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 10:09 PM To: php-general@lists.php.net Subject: [PHP] include("sendmail.phps")

RE: [PHP] newbie php/mysql need help

2005-03-13 Thread Robbert van Andel
Simple but should work. $query = " SELECT DISTINCT (brand), COUNT( brand )FROM `machines` where category like 'sold' group by brand;"; $result = mysql_query($query) or die(mysql_error()); While($data = mysql_fetch_array($result)) { echo "{$data[0]} - {$data[1]}\n"; } -Original Messa

RE: [PHP] software catalog

2005-03-13 Thread Robbert van Andel
I've used Zen Cart (http://www.zen-cart.com/modules/frontpage/) in the past. -Original Message- From: Judson Vaughn [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 3:05 PM To: [EMAIL PROTECTED] Cc: Ryan A; php Subject: Re: [PHP] software catalog X-Cart has a very nice feature for

RE: [PHP] passing variables between pages without sessions

2005-03-13 Thread Robbert van Andel
With each subsequent page load, have hidden fields that store the values of the previous page's form. There might be another way, but that comes to mind. -Original Message- From: Ross Hulford [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 2:06 PM To: php-general@lists.php.net Su

RE: [PHP] XHTML and dynamic javascripts

2005-03-13 Thread Robbert van Andel
Thanks, that worked. -Original Message- From: Mikey [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 12:18 PM To: php-general@lists.php.net Subject: RE: [PHP] XHTML and dynamic javascripts > Now down to the PHP specific question. Is there a way to > generate an externally linke

[PHP] XHTML and dynamic javascripts

2005-03-13 Thread Robbert van Andel
x27;t hard code the javascript. Thanks, Robbert van Andel

[PHP] Includes inside includes

2003-12-21 Thread Robbert van Andel
e this makes sense. and thanks for your help. Robbert van Andel __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Graphics question

2002-11-07 Thread Robbert van Andel
code then it won't > work. Just a suggestion. > > - Darwin > > > -Original Message- > > From: Robbert van Andel [mailto:robbert@;vafam.com] > > Sent: Thursday, November 07, 2002 9:30 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] Graphics qu

RE: [PHP] Graphics question

2002-11-07 Thread Robbert van Andel
Is there a way I can keep the caching from happening using PHP? On Thu, 2002-11-07 at 19:32, Martin Towell wrote: > sounds like a browser caching problem to me > dunno if that helps though :/ > > -Original Message----- > From: Robbert van Andel [mailto:robbert@;vafam.com]

[PHP] Graphics question

2002-11-07 Thread Robbert van Andel
I have created a webpage that builds a table and graph using the GD functions. When I switch to another page or select a different month to build the table for, the graph.jpg does not rebuild. I have to press reload to make the graph render using the new data. I have used imagedistroy($pic) in t