Perhaps you can do some juggling to make this work, passing the query to
the server, then using a client side language to transmit those results to
the appropriate frame. Sounds like a big headache to me though.
Martin Austin
John Nichel <[EMAIL PROTECTED]>
04/05/2005 11:17 AM
To
I know I sure appreciate reading any discussions on OOP issues, as they
are something I just cannot seem to grasp.
Thanks!
Martin Austin
Brent Baisley <[EMAIL PROTECTED]>
04/04/2005 08:44 AM
To: DuSTiN KRySaK <[EMAIL PROTECTED]>
cc: PHP
Subject:Re:
>>> xfedex wrote:
Welli have a 30k script, with double i get 8 or 9 seconds, with
sigle i get 0.05 or 0.08 seconds. The script basically made a lot of
querys, its part of a user manager module of a system im writing.
<<<
Could the speed have more to do with whatever database server you are
us
I agree with this solution, though it only effects the OP if he is using a
login system of sorts.
Martin Austin
"Mikey" <[EMAIL PROTECTED]>
03/30/2005 12:39 PM
Please respond to frak
To:
cc:
Subject:RE: Re[6]: [PHP] asking comment
How about a filenam
Or you could simply test the $color variable to see its contents, and
change it if it's what you expected:
$color = "#FF";
if($color = "#FF") {
$color = "#00";
//output
} else {
$color = "#FF";
}
There may be something inherently wrong in this approach, but it has
always w
Glad to have helped (though someone else beat me to the punch with the
right answer!)
You'll get the hang of it -- the way I learned is to write out your tag
that you'd like to use like this:
"text here"
Then go through and escape the characters that need it:
"text here"
You can place variab
$url = ".HtmlEntities($url)."\">".";
It appears the parse error is at the end of your opening link tag, so PHP
doesn't know what >.HtmlEntities($url) means. I'm at work so I can't test
it, but that appears the culprit to me.
$url = "" . HtmlEntities($url) . ""; should suffice.
Martin Austin
I don't see anything special about my Netflix queue. Am I missing
something there? And I have no idea what "Flex" is referring to, so I'll
check that out if anyone lets me know where. :o)
Martin Austin
Burhan Khalid <[EMAIL PROTECTED]>
03/24/2005 12:27 AM
To: Graham Anderson
8 matches
Mail list logo