RE: [PHP-WIN] Passing an Array in HTML

2004-11-22 Thread Vail, Warren
You can pass array data by adding it to the form (probably not a good practice, I would choose sessions to pass the data, but incase you have some need that is ok, try the following); // To add the data to your form; Foreach($data_old as $k = $v) echo input type=hidden name=\dataold[.$k.]\ value

RE: [PHP-WIN] Re: Passing an Array in HTML

2004-11-22 Thread Vail, Warren
of the elements instead of sending it as one big array? Hmmm. There is no better way to pass an array? Thanks. Mike Vail, Warren [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ab.com... You can pass array data by adding it to the form (probably not a good practice, I

RE: [PHP-WIN] Re: Headers Already Sent - How To Overcome????

2004-11-04 Thread Vail, Warren
Mike, While that's not the only way to go somewhere else, if it is the way the other guy wrote the code to get around, ripping it out an replacing it with something else could be a problem. The error message you are referring to indicates that something was sent to the browser before it

RE: [PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread Vail, Warren
Any echo or print statements executed prior to executing the header statement (such as displaying variables for debugging) will cause this to occur. The line number mentioned in the warning message should tell you which statement actually produced output prior to the header (if there are several,

RE: [PHP-WIN] Re: error. no database selected.

2004-10-26 Thread Vail, Warren
If you are using the mysql command line to process your definition, you will probably want to include; Use dbname; Followed by your table creates. Hth, Warren Vail -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 5:07 PM To: [EMAIL PROTECTED]

RE: [PHP-WIN] Re: running local PHP files in a browser without in stalling a web server

2004-10-14 Thread Vail, Warren
Have you considered using php-gtk http://gtk.php.net/? If you platform is GatesOS (Windows) checkout http://michel.weimerskirch.net/software.php. Good luck, Warren Vail -Original Message- From: Norbert Gruettner [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 11:51 AM

RE: [PHP-WIN] Re: running local PHP files in a browser without in stalling a web server

2004-10-14 Thread Vail, Warren
Have you tried PHP-GTK, Also a book on the subject; Develop Desktop GUI Apps with PHP-GTK, the Standalone PHP by Gregory L. Magnusson, HTH, Warren Vail -Original Message- From: Norbert Gruettner [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 11:51 AM To: [EMAIL PROTECTED]

RE: [PHP-WIN] Re: running local PHP files in a browser without in stalling a web server

2004-10-14 Thread Vail, Warren
I stand corrected, its an article at; http://www.devx.com/opensource/Article/21235 Warren Vail (415) 667-0240 SF211-07-434 -Original Message- From: Vail, Warren Sent: Thursday, October 14, 2004 12:57 PM To: 'Norbert Gruettner'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: running

RE: [PHP-WIN] PHP_JAVA.DLL

2004-09-22 Thread Vail, Warren
If it's not already loaded you should be able to dynamically load it, if the library is available (lots of clues in phpinfo(); http://us2.php.net/manual/en/function.dl.php You can test to see if function is loaded by; http://www.php.net/manual/en/function.function-exists.php Good luck, Warren

RE: [PHP-WIN] Re: GTK - why not?

2004-07-08 Thread Vail, Warren
You are correct. You can do this as long as PHP and GTK are installed on every client machine, and last I heard that wasn't a standard part of Windows, so you will need to install it on every client machine, (there goes your nothing to install goal). Warren Vail (415) 667-0240 SF211-07-434

RE: [PHP-WIN] How to make linked drop down box

2004-02-13 Thread Vail, Warren
You have two selection lists, the contents of the second is determined by the selection on the first. With PHP you have two choices, as I see it. 1. When a selection occurs on the first box, you force a form submit (OnChange=this.form.submit();) and the php code puts together a new page with

RE: [PHP-WIN] perl php

2004-02-11 Thread Vail, Warren
I've also done one implementation where a process written in Perl (multi-threaded) was started independent of the apache environment and a PHP web-app connected via a socket to request information. It was treated as two separate developments, with no real mix of code. Sounds like that may have

RE: [PHP-WIN] php apache and multiple users

2004-02-09 Thread Vail, Warren
You can use windows directory security to setup each user full permissions to only one directory below the apache base directory, then they can use their windows explorer (file explorer) to remote mount the authorized directory to their own machine (I'm assuming you are doing this over a lan and

RE: [PHP-WIN] php apache and multiple users

2004-02-09 Thread Vail, Warren
- From: Vail, Warren Sent: Monday, February 09, 2004 5:45 PM To: 'Ricardo Oliveira'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] php apache and multiple users You can use windows directory security to setup each user full permissions to only one directory below the apache base directory, then they can

RE: [PHP-WIN] DFD for website

2003-11-26 Thread Vail, Warren
Ok, here's my 2 cents worth. It's hard to be off subject when it comes to PHP, since one of the primary features of PHP is it integrates so robustly with a wide variety of internet protocols, databases, other programming languages, etc. Even design issues leave the new folks staggering from

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Vail, Warren
Ming has the capability of producing flash movie files on the fly from php, in much the same fashion as GD produces images on the fly. Here are a couple of sources of information; http://www.php.net/manual/en/ref.ming.php http://ming.sourceforge.net/ming/ Good Luck, Warren Vail -Original

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Vail, Warren
Oops, that second url should be; http://ming.sourceforge.net/ and here is another; http://www.opaque.net/ again good luck, Warren -Original Message- From: Vail, Warren Sent: Thursday, November 06, 2003 10:07 AM To: 'Bobo Wieland'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] talking

RE: [PHP-WIN] Question

2003-10-23 Thread Vail, Warren
I use EZMTS, http://www.2cah.com/email/ supports smtp and pop3 protocols Warren -Original Message- From: Alejandro C. Garrammone [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:50 AM To: PHP Mailing List Subject: [PHP-WIN] Question Sorry, but it isn't a question abount

RE: [PHP-WIN] dynamic combo boxes

2002-09-30 Thread Vail, Warren
I'd recommend you do a view source on your finished page and make sure one to the option tags has the SELECTED parameter and troubleshoot from there. good luck, Warren Vail Tools, Metrics Quality Processes -Original Message- From: Tim Blackwell [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP-WIN] Getting at addressbook information on an Exchange Server...

2002-09-23 Thread Vail, Warren
For what it's worth, I abandoned trying to do this at my shop, it appears that our exchange support group had no interest in getting me the right release of CDO (Collaborative Data Objects) and the necessary permissions to access these items. I think I crossed a territorial boundary or sumpin.

RE: [PHP-WIN] pop3 communication

2002-08-08 Thread Vail, Warren
check out; http://www.php.net/manual/en/function.imap-open.php once connected most functions re: headers and basic mail work (no folders or mailboxes in POP3) course, I'm sure there are things you can imagine that these functions can't do, Warren Vail Tools, Metrics Quality Processes

RE: [PHP-WIN] Is there a limit... PLEASE HELP I'm Desperate

2002-07-23 Thread Vail, Warren
I ran into a similar problem, deduced that my problem had to do with a buffer pool limit someplace, PHP?, APACHE, MY BROWSER, someplace. Modified my output to include more newlines where it made sense (\n), and the problem went away. Never really pinned it down. hope you find it, Warren Vail

RE: [PHP-WIN] Re: PHP + PDF

2002-05-28 Thread Vail, Warren
have you tried dl(php_pdf.dll); probably too, obvious. Warren Vail Tools, Metrics Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 1:29 PM To: [EMAIL PROTECTED] Subject:

RE: [PHP-WIN] Re: How to Pass the Username which from Windows Login

2002-03-29 Thread Vail, Warren
Does this retrieve the userid of the machine where the web server is running, or does it retrieve the userid of the machine where the browser is running? Warren Vail Tools, Metrics Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original Message- From: J

RE: [PHP-WIN] PHPTriad 2.11 (MySQL) connect problem.

2002-03-14 Thread Vail, Warren
Have you been setting up user id's and passwords on your MySQL database, failing to connect usually means that your code can't find the tcp/ip connection, or that the logon/password failed. Connecting to a specific database is handled by other functions after connection to the database server.

[PHP-WIN] COM Methods and Attributes

2002-03-01 Thread Vail, Warren
PHP is great at looking up requested methods and attributes for a COM object, if you have documentation and know the name used. Is there any way to use php to produce a list of methods and attributes for an invoked object (say IMAP.session)? Warren Vail Tools, Metrics Quality Processes 215

[PHP-WIN] Accessing Exchange Mail from PHP

2002-02-28 Thread Vail, Warren
Has anyone had any success with this? What technology did you use? I found one person using COM to invoke Outlook, any other approaches? I was thinking of using COM functions to access MAPI, what would you recommend here? thanks, Warren Vail Tools, Metrics Quality Processes 215 Fremont

[PHP-WIN] COM on NT

2002-02-26 Thread Vail, Warren
I am trying to invoke COM on NT using the following line of code $outl = new COM(Outlook.Application) or die(Unable to instantiate Outlook); and I get a DR.Watson alert for php.exe shows an access violation. This is my first attempt to exercise COM on this site, so it could be something like