[PHP-WIN] running an exe

2004-11-05 Thread duncan
Hey I would like to run "./beta/x.exe" on local machine using php Ie have a link "click to install locally" which points to the file and runs it(without bringing up the download or save as dialog). Thanks

[PHP-WIN] Mail newbie Question

2003-01-28 Thread Duncan
Hi All, Is it possible to create a page where visitors can for example submit their email address and a list of their demands, then the page mails it to a support address? Would I have to use a mail server of any kind to send the emails? Where could I find an example script that could do this?

[PHP-WIN] Setcookie()

2003-01-26 Thread Duncan
Hi All, I'm looking for any sites that have working examples on how to use the Setcookie() function. Many thx in adv

[PHP-WIN] Re: PHP 4.1.1, Win98 and ODBC

2002-07-22 Thread Duncan Stiphout
Small amplification: the PHP documentation says that ODBC support is built in so the DLL should not be needed. And my application requires no ODBC support. Duncan Duncan Stiphout wrote in message <[EMAIL PROTECTED]>... >Does anybody know what's causing the following p

[PHP-WIN] PHP 4.1.1, Win98 and ODBC

2002-07-22 Thread Duncan Stiphout
w it is a known problem but nowhere I can find the solution. --- Duncan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] MySQL version details

2001-03-05 Thread James Duncan
Does anyone know the PHP command that returns information regarding the MySQL server, it's status, version number, etc? I've seen it mentioned in the past but I can't find a reference to it in the PHP documentation. Thanks James -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] Reading data from MySQL

2001-03-04 Thread James Duncan
Hi folks, I have a problem. I think it's the way I'm inputting data into MySQL table. What I'm trying to do is insert data from a DOS text file into a MySQL Table. The DOS text file has a country name on each line, like: United Kingdom United States I'm trying to populate a MySQL table called C

RE: [PHP-WIN] preg_match

2001-03-02 Thread James Duncan
From: Doug Brewer [mailto:[EMAIL PROTECTED]] Sent: 03 March 2001 00:33 To: James Duncan; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] preg_match I'm not a regex expert, but can't you use a negated class if (preg_match ("/[^a-z]/i", $name)) { echo "has non alpha chars"

[PHP-WIN] preg_match

2001-03-02 Thread James Duncan
Help, This is driving me mad and I know there must be a very simple solution. I’m trying to detect if my strings contain ONLY certain values. For instance, I’ m trying to limit my “$name” string to just a-z (case insensitive) characters. I’m trying to do this with preg_match (unless there is an e

[PHP-WIN] Searching DNS records

2001-03-02 Thread James Duncan
I’ve used the function below before to check the validity of an email address. However, the DNS check is now always returning false regardless – even if the email address is valid. I call the function like: if (IsEmailAddrValid($HTTP_POST_VARS["emailaddress"], true)) What I don’t understand is w

[PHP-WIN] Server Push with IE?

2001-02-06 Thread James Duncan
Is it possible to do a server push with IE, rather than set the browser to refresh after a certain number of seconds? f possible can someone provide me with some example PHP code to show this working, etc. Thanks James -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

RE: [PHP-WIN] Jabber and PHP

2001-01-27 Thread James Duncan
makes communicating with the Jabber server very easy. I was hoping one was available for PHP as well... Thanks James -Original Message- From: Gonzalo Vera [mailto:[EMAIL PROTECTED]] Sent: 27 January 2001 16:59 To: James Duncan Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Jabber and PHP Me

RE: [PHP-WIN] Jabber and PHP

2001-01-27 Thread James Duncan
TED]] Sent: 27 January 2001 16:53 To: James Duncan Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Jabber and PHP AFAIK there isn't. --toby James Duncan wrote: > > Is there a Jabber module available for PHP that performs the same functions > as the module Net::Jabber does for Pe

RE: [PHP-WIN] Is it possible to CONVERT file formats?

2001-01-27 Thread James Duncan
I looked at Acrobat a few years back. I seem to remember that Distiller can be set-up like a server on a machine. You specify "in" and "out" directories and anything copied into the "in" folder is detected by Distiller and automatically converted to PDF format and stored in the "out" directory. Th

[PHP-WIN] Jabber and PHP

2001-01-27 Thread James Duncan
Is there a Jabber module available for PHP that performs the same functions as the module Net::Jabber does for Perl? Thanks James -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-WIN] Cache

2001-01-19 Thread James Duncan
Any HTML pages that contain PHP code shouldn't be cache? Is this statement true? If you tell the browser NOT to cache a page then does that mean all objects on that page are also not cached? GIF images for example? I only want the code not to cache (so the PHP code executes on the server every ti

RE: [PHP-WIN] DOM

2001-01-17 Thread James Duncan
ell, but that should really be pretty trivial!) Alternatively, you could spend a considerable amount of time trying to get a generic XML parser to work and rebuild a DOM which would no doubt improve your XML skills immeasurably, but you would probably die trying! Tom James Duncan wrote: > Thanks Tom. Yes

RE: [PHP-WIN] DOM

2001-01-15 Thread James Duncan
Prices FIELDS TERMINATED BY ''; type of construct. Note that you will want to strip out the beginning and end of the file first as well. This may sound like a bit of work, but you only have to do it once, as the file format will always be the same (barring the addition of new stocks). T

RE: [PHP-WIN] DOM

2001-01-14 Thread James Duncan
Oh that sounds promising... I will have to go check their website myself now ;) Thanks for all your help on this matter! James -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: 14 January 2001 17:14 To: James Duncan Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] DOM Well

RE: [PHP-WIN] DOM

2001-01-14 Thread James Duncan
created by the parser), just like I do with IE and Javascript. Thanks PS: I am learning slowly so don't get to mad with me ;) -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: 14 January 2001 17:01 To: James Duncan; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE

RE: [PHP-WIN] DOM

2001-01-14 Thread James Duncan
es -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: 14 January 2001 01:38 To: James Duncan; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] DOM It's not PHP vs. DOM. It's XML (DOM) vs. (bad) HTML. PHP just provides you with an interface to an XML pars

RE: [PHP-WIN] DOM

2001-01-13 Thread James Duncan
ames -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: 14 January 2001 00:07 To: James Duncan; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] DOM I should warn you that XML functions require the document to be very 'correct'. Most (I guess 98%... I wish

RE: [PHP-WIN] DOM

2001-01-13 Thread James Duncan
ow if an XML parser will be built into PHP in the future? I then assume I could access DOM elements from an HTML file in the same easy way as I can via Javascript in IE? Thanks James -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: 13 January 2001 23:22 To: James Duncan; [

RE: [PHP-WIN] DOM

2001-01-13 Thread James Duncan
se serious overloading of the server, whereas a server push would only occur when new data exists. Any ideas? Thanks James -Original Message- From: Corn Vollney-R7019C [mailto:[EMAIL PROTECTED]] Sent: 13 January 2001 20:15 To: 'James Duncan'; [EMAIL PROTECTED] Cc: [EMAIL PR

RE: [PHP-WIN] DOM

2001-01-13 Thread James Duncan
rom an HTML file? Example code would be great ;) Thanks James -Original Message- From: Michael Stearne [mailto:[EMAIL PROTECTED]] Sent: 13 January 2001 18:40 To: James Duncan Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] DOM No, actually I think that using PHP to insert the

RE: [PHP-WIN] DOM

2001-01-13 Thread James Duncan
nuary 2001 17:32 To: James Duncan Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] DOM On Saturday, January 13, 2001, at 12:20 PM, James Duncan wrote: > I don't think this will work in my case because I don't control the layout > of the HTML page and hence can&#x

RE: [PHP-WIN] DOM

2001-01-13 Thread James Duncan
used to read them because it's limited to the server side? Thanks James -Original Message- From: Michael Stearne [mailto:[EMAIL PROTECTED]] Sent: 13 January 2001 17:06 To: James Duncan Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] DOM Could you do something like: myForm.myField.value

[PHP-WIN] DOM

2001-01-12 Thread James Duncan
Hi folks, I'm still new to HTML, Javascript and PHP but learning (fast hopefully). I've just started accessing DOM elements. I have worked out how to update the contents of table cells directly using this method, etc. In Javascript I would use code like: alert("Value is: " + tablejames.firstCh