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

2004-11-22 Thread Vail, Warren
way to do it is by separating all 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]

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 "\n"; // to get the data returned from the

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 attempted

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 sever

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] Su

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] R

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
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 To:

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] GTK - why not?

2004-05-25 Thread Vail, Warren
At first the question intrigued me, now I'm not so sure. What becomes apparent is a somewhat foggy term "web based". I assume that you want to get at the powerful widgets of GTK in your "web based" applications. First concern is the client machine running a web browser only, which to keep your m

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 t

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 be

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

2004-02-09 Thread Vail, Warren
ssage- 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

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 be

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 the

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]

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] 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 P

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: Monday

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. Th

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] Newbie Question

2002-07-22 Thread Vail, Warren
Actually it's the "windows way". One of those valuable innovations that makes windows software a leader in technology. Figuring out which is which, keeps many people employed... hope you don't mind sarcasm... Warren Vail Tools, Metrics & Quality Processes -Original Message- From: Kit

RE: [PHP-WIN] automated billing script

2002-07-16 Thread Vail, Warren
check out http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/ Warren Vail Tools, Metrics & Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original Message- From: Camelia Moldovan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:15 AM To:

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] Single threading a database call

2002-04-25 Thread Vail, Warren
Because you didn't say, I have to assume you are using MySQL as your database. It is my understanding that an Auto Increment of a primary key field is single threaded, such that if you do an insert, followed by mysql_insert_id () to get the number inserted. Anything else, that I can think of

RE: [PHP-WIN] installing on a remote web host

2002-04-25 Thread Vail, Warren
You can upload the following page and test quickly - - upload the above line of code to something like test.php and invoke it with your browser http://www.yourdomain.com/test.php If you get a page of useful information abou

RE: [PHP-WIN] How to add more domains on apache w2k

2002-04-01 Thread Vail, Warren
Don't you also need to do something to cause DNS to resolved to the IP of the same server for both domains? Any idea what's required to do this using NT DNS? / BIND? thanks, Warren Vail Tools, Metrics & Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original Me

RE: [PHP-WIN] Re: How to add more domains on apache w2k

2002-04-01 Thread Vail, Warren
OK, I sent a reply which included what I thought were valid questions on this subject, and have not seen that yet, perhaps the black hole ate them. Warren Vail Tools, Metrics & Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original Message- From: martinahing

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 Wyn

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

2002-03-25 Thread Vail, Warren
Are you referring to the userid on the machine where your web application runs (your server) or the userid of the user who connects to your website with his browser? I suspect you mean the latter and would be very interested in how this could be done as well. Warren Vail Tools, Metrics & Quality

RE: [PHP-WIN] Multiple conditions in an if statement

2002-03-15 Thread Vail, Warren
I'd be willing to bet it did not; I often use; if(isset($var) && $var != "") x second test above would generate error if $var was not valid and the second test was executed anyway. The key is the && between the two tests, first one fails, no need to test the second, probably lifted right o

RE: [PHP-WIN] PHP ide

2002-03-15 Thread Vail, Warren
I am limited to editing as well (no debug) and, after trying several tools, have settled on ConTEXT (http://www.fixedsys.com/context), which provides syntax highlighting, which is real handy when I've failed to key the final quote on a string, etc. This editor will show line numbers as well and t

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. I

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

2002-03-13 Thread Vail, Warren
Ran into a similar problem under Windows NT. I can think of several possible causes, 1.) the MySQL server is not started, or 2), as was in my case, the MySQL server came up as a service and not as a Standalone server, which means the localhost connects didn't work (I think). I use WinMySQLadmin

[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 Fr

[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 02-6

[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