Can anyone point me to some good online reference/examples of
reading/writing XML documents?
Thanks,
Anthony
Got it... Thanks mucho!
Anthony J. Maske
[EMAIL PROTECTED]
http://home.comcast.net/~ajmaske
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 10, 2007 9:03 PM
To: Anthony J. Maske
Cc: PHP General
Subject: Re: [PHP] Evaluating strings...
Anthony J
Hey, Thanks for the quick response on Retrieving parameters...
This is another that has me stumped...
if (trim($Line) = '') {
$InBody = true;
} elseif (trim($Line) = '') {
$InBody = false;
}
$Line is a line from a html file, I'm trying to parse through it t
See... the second I sent this I took a sip of red-bull and my brain cleared
up...
$topicID = $_GET['showtopic'];
Right?
Anthony J. Maske
[EMAIL PROTECTED]
http://home.comcast.net/~ajmaske
-Original Message-----
From: Anthony J. Maske [mailto:[EMAIL PROTECTED]
Sent: Tues
Hey all,
My first post here..., new to php and so far doing great picking it up...
but, tonight I'm having a brain fart...
How do you pick up (read) the parameters passed into a php script from an
html file?
Given... http://somewhere/dosomething.php?showtopic=9
How do you read or get the
5 matches
Mail list logo