RE: FW: [PHP] Accessing a Char in an Array

2004-12-21 Thread Justin Palmer
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

FW: [PHP] Accessing a Char in an Array

2004-12-21 Thread Justin Palmer
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

RE: [PHP] can I compile php source

2004-12-21 Thread Justin Palmer
[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

[PHP] Accessing a Char in an Array

2004-12-20 Thread Justin Palmer
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

RE: [PHP] user password managment

2004-12-10 Thread Justin Palmer
> 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

FW: [PHP] Multiple Inheritance

2004-12-10 Thread Justin Palmer
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

RE: [PHP] Multiple Inheritance

2004-12-10 Thread Justin Palmer
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

RE: [PHP] Multiple Inheritance

2004-12-10 Thread Justin Palmer
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

RE: [PHP] Multiple Inheritance

2004-12-10 Thread Justin Palmer
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

[PHP] Unsubscribing Junk Emails From the List: requests@firstustrading.com

2004-12-09 Thread Justin Palmer
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

RE: [PHP] a question about the PHP manual

2004-12-09 Thread Justin Palmer
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

RE: [PHP] fread()

2004-12-08 Thread Justin Palmer
& 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

[PHP] FPDF output to a variable

2004-11-24 Thread Justin Palmer
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

RE: [PHP] URL verification

2004-10-08 Thread Justin Palmer
>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

RE: [PHP] Loop within Loop help please

2004-09-28 Thread Justin Palmer
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

RE: [PHP] Barcodes ?

2004-09-10 Thread Justin Palmer
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

RE: [PHP] Assigning one var to multiple vars

2004-09-09 Thread Justin Palmer
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

RE: [PHP] Regex for Validating URL OT

2004-09-02 Thread Justin Palmer
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

RE: [PHP] Regex for Validating URL

2004-09-02 Thread Justin Palmer
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

RE: [PHP] Regex for Validating URL

2004-09-02 Thread Justin Palmer
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

RE: [PHP] Regex for Validating URL

2004-09-02 Thread Justin Palmer
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

RE: [PHP] xml tags interfere with php tags

2004-09-01 Thread Justin Palmer
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

RE: [PHP] Weblog -Blog software wrtten in PHP and My SQL

2004-08-31 Thread Justin Palmer
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

RE: [PHP] is_object($_SESSION['dagobertduck']);

2004-05-26 Thread Justin Palmer
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

RE: [PHP] 0 == null ?

2004-05-10 Thread Justin Palmer
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

[PHP] 0 == null ?

2004-05-10 Thread Justin Palmer
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

RE: [PHP] why doesn't this work ?

2004-04-20 Thread Justin Palmer
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

RE: [PHP] PHP Web Hosting

2004-04-19 Thread Justin Palmer
/ 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

RE: [PHP] OT- Namespaces in PHP

2004-03-30 Thread Justin Palmer
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

RE: [PHP] Namespaces in PHP

2004-03-29 Thread Justin Palmer
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

RE: [PHP] Namespaces in PHP

2004-03-29 Thread Justin Palmer
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 > &

RE: [PHP] Namespaces in PHP

2004-03-29 Thread Justin Palmer
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

RE: [PHP] Namespaces in PHP

2004-03-29 Thread Justin Palmer
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

[PHP] Namespaces in PHP

2004-03-29 Thread Justin Palmer
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

[PHP] features in PHP

2002-02-08 Thread Justin Palmer
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