l; 'Curt Zirzow'
> Subject: Re: FW: [PHP] Accessing a Char in an Array
>
>
> On Tue, 2004-12-21 at 23:47, Justin Palmer wrote:
> > *Sorry Curt for sending this to you.*
> >
> > Hi,
> >
> > Well if any one is interested in the speed I set up
faster.
Please let me know if I did the testing wrong, I don't believe I did but
I was at work when I did it.
http://dev.jepaonline.com/php/strings/substr/
Kind regards,
Justin Palmer
> -Original Message-
> From: Curt Zirzow [mailto:[EMAIL PROTECTED]
> Sent: Monday, Decem
[quote]
>> On Wednesday 22 December 2004 01:37, Paul Aviles wrote:
>>> Guys, this is trivial. It takes the same effort to provide the
answer
>>> to whoever this guy was, than to lecture him on how to think.
>>
>> "Teach a person to fish ..."
>>
>> --
>> Jason Wong -> Gremlins Associates -> www.gre
ought someone may have done
this already.
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri( http://www.google.com );
Archives::getUri( http://marc.theaimsgroup.com/?l=php-general );
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
> if($thisRow % 2 == "0"){
Should be: if(($thisRow % 2) == 0){
Regards,
Justin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry, Greg for sending this to you personally.
I also forgot to leave a link of a PHP Unit Testing Suite.
www.lastcraft.com/simple_test.php - Simple Test
Regards,
Justin
-Original Message-
From: Justin Palmer [mailto:[EMAIL PROTECTED]
Sent: Friday, December 10, 2004 7:51 PM
To
Standard, and so the cycle of NO STANDARD revolves.
And after saying all that, I will say that there are times on very small
projects that procedural does make more sense.
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri( http://www.goo
I am sorry for you, Richard, for the vast miss-understanding of OO.
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri( http://www.google.com );
Archives::getUri( http://marc.theaimsgroup.com/?l=php-general );
-Original Message-
From
I am sorry for you Richard for the vast miss-understanding of OO.
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri( http://www.google.com );
Archives::getUri( http://marc.theaimsgroup.com/?l=php-general );
-Original Message-
From: Richard
Hi,
Every time I send a response to the list I get a auto-reply from:
[EMAIL PROTECTED]
Is there someone that I could email that can delete this user from the
list?
Thanks for any information.
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri
help solidify the theories.
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri( http://www.google.com );
Archives::getUri( http://marc.theaimsgroup.com/?l=php-general );
-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED]
Sent
& new FileReader("example.txt");
While(!$fr->isEndOfFile())
{
$strPartialFile = $fr->read(1000);
$strFile .= $strPartialFile;
}
More at: php.net/fread
Regards,
Justin Palmer
__
KISS (Keep It Simple, SEARCH)!
Google::getUri
e.pdf"');
$mail->send_mail();
?>
Any help on this would be great. If you know of some search terms that
would get me going in the right direction that would be great also (I
don't mind doing the research).
If you need more clarification please let me know.
Regards,
Justin
>how can i check in the page if the user is accessing the the site via
SSL ??
if(!$_server['https'])
{
//redirect to secure page.
}
There are probably better ways, maybe through apache, but I think that
will work.
-Justin
-Original Message-
From: Bruno Santos [mailto:[EMAIL PROT
How might i do that?
Something like that.
Justin
Much thanks...
--
Nick W
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Google Search: Code 39 Barcode Generation PHP
Found this here:
http://www.hotscripts.com/Detailed/9608.html
Justin
-Original Message-
From: Dave Carrera [mailto:[EMAIL PROTECTED]
Sent: Friday, September 10, 2004 9:48 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Barcodes ?
Hi List,
A
How about:
' . $var2 . '' . $var3 . '';
?>
Regards,
Justin
-Original Message-
From: Matthew Sims [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 1:39 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Assigning one var to multiple vars
Just mostly curious but is there a way to as
At the time I had sent the email it was right in line with what was
going on at the time. Sorry if the message did not get through in a
timely matter.
I just think that if someone has the time to give a snide remark then
they have the time to do it in a nice way, or just don't respond. If
people
Is PHP not open source.
What a joke.
Justin
-Original Message-
From: raditha dissanayake [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 10:24 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Regex for Validating URL
Justin Palmer wrote:
>I agree N
Maybe what this community needs is an advanced mailing list.
I think that these types of attitudes just make the new user to php
stray away. If we had a section beginners list that if people asked dumb
questions, or questions that are stated dumb, some people would take the
time to help the newbie
I agree Nick for an open source community this list is not very open.
Quite a few "I am better than you" type people on the list.
How does that make the beginner feel? I better not ask a question, for
I fear that I will get flamed. What a joke!
There are many other places to go and get good a
Hi,
print '';
Regards,
Justin
-Original Message-
From: Josh Close [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 11:08 AM
To: PHP
Subject: [PHP] xml tags interfere with php tags
How do I get an xml tag to work with a php script?
php is trying to parse that.
-Josh
WordPress
Wordpress.org - PHP/MySQL Lots of skins and support.
Justin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 31, 2004 10:28 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Weblog -Blog software wrtten in PHP and My SQL
Does anyone know of Bl
Hi,
Make sure you include the Class file in every consecutive page that you
would like to use the object in.
Regards,
Justin Palmer
-Original Message-
From: Matthias H. Risse [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 12:04 PM
To: [EMAIL PROTECTED]
Subject: [PHP
Hi Robert,
Thanks.
Regards,
Justin Palmer
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Monday, May 10, 2004 12:22 PM
To: [EMAIL PROTECTED]
Cc: PHP-General
Subject: Re: [PHP] 0 == null ?
On Mon, 2004-05-10 at 15:17, Justin Palmer wrote:
> Hi,
>
&g
how can it equal 0?
Any help or explanation would be greatly appreciated.
Regards,
Justin Palmer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I don't think that you have to request anything. I think you can do
this with a .htaccess file. Like so:
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
This would go in your root .htaccess file. Mine allows this
anyways(hostrocket.com).
Also if you have a control
/
Regards,
Justin Palmer
-Original Message-
From: Russell P Jones [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 2:37 PM
To: Daniel Clark
Cc: [EMAIL PROTECTED]; Martin, Stanley G [Contractor for Sprint];
[EMAIL PROTECTED]
Subject: Re: [PHP] PHP Web Hosting
http://www.networkele
Wow this post has really stirred up the pot.
Regards,
Justin Palmer
-Original Message-
From: Justin Patrin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 30, 2004 10:29 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Namespaces in PHP
Jason Barnett wrote:
> Richard Davey wr
offend you and offend the list (if I did so).
My apologies,
Justin Palmer
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 4:34 PM
To: [EMAIL PROTECTED]
Cc: PHP-General
Subject: RE: [PHP] Namespaces in PHP
On Mon, 2004-03-29 at 18:42, Jus
TECTED]
Subject: RE: [PHP] Namespaces in PHP
--- Justin Palmer <[EMAIL PROTECTED]> wrote:
> Your statement of:
>
> > PHP doesn't support namespaces; however, functions defined within a
> > class definition are essentially conform to namespace ideology since
> &
this is not a namespace ideology at all it is called
encapsulation. This is what threw me off. Sorry to affend you:
If they don't help clarify my point, then I'm afraid that I can't
clarify it any better for you and wish you luck in the future :)
Regards,
J
use their own objects from their toolkits
into one large project.
Namespaces are only for the use of Classes. Unless we are talking XML
or other technologies. As far as PHP, Java, VB(which uses namespaces
now), C++.
Regards,
Justin Palmer
IT Administrator
take every OO term (encapsulation, namespacing, etc.)
and
find a really good explanation of the term.
Let me know.
Kind regards,
Justin Palmer
IT Administrator
___
Council for Educational Travel, USA
1403 View Avenue
Centralia, WA 98531
USA
--
PHP General Mai
Hi all,
Since I couldn't find solid docs on the web about this...
I was curious if PHP in Apache 2.0 implements a couple features that I'm
used to using in the AOLserver world:
-- Can PHP hold a global cache that's accessible for all threads?
-- How well do persistent database connections wor
35 matches
Mail list logo