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
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
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"
Help,
This is driving me mad and I know there must be a very simple solution. Im
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. Im trying to do this with preg_match (unless there is an e
Ive 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 dont understand is w
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:
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
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
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
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
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
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
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
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
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
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
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
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; [
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
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
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
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
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
23 matches
Mail list logo