Re: [PHP] problem with foreach

2007-10-23 Thread tedd
for it. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] echo VS print : that's a cool behavior !

2007-10-23 Thread tedd
. -- Rob: Good call on the 1 return. Maybe this will help: http://www.webbytedd.com/bbb/echo-print/ Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] EMPTY??

2007-10-23 Thread tedd
something'; } else { echo 'do something else'; } Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Question about time...

2007-10-24 Thread tedd
: $var = $w . winter.jpg; $break; } echo($var); And this code is called from within my css file for a background image. Yes, I use variables in css. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List

Re: [PHP] Question about time...

2007-10-25 Thread tedd
that apparently has not been addressed in any documentation I've been able to find. I can't be the first down this street, but for certain it hasn't been traveled often. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List

Re: [PHP] returning an array from a function?

2007-10-26 Thread tedd
, but you're not catching it. $mve_array = convert( $latitude, $longitude ); Example: http://www.webbytedd.com/bbb/array-function/ Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] returning an array from a function?

2007-10-27 Thread tedd
-- there is a disturbance in the force, Luke. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sessions (version 5.1 to 5.2 )

2007-10-29 Thread tedd
strange. i must be missing something simple. Fritz I would guess that you did make the first line of your code: ?php session_start(); http://www.php.net/session_start Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing

Re: [PHP] isodd() php5?

2007-10-30 Thread tedd
At 9:32 AM + 10/30/07, Hulf wrote: Hi, Is there a built in function in PHP5 to determine if an integer is even or odd? Ross Try: echo($integer 1); 1 = odd, 0 = even. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General

[PHP] Local vs Master Configure values

2007-11-09 Thread tedd
and that's why I'm asking. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Scrape?

2007-11-12 Thread tedd
Hi gang: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do it? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General

Re: [PHP] Scrape?

2007-11-12 Thread tedd
At 5:26 PM + 11/12/07, Stut wrote: Daniel Brown wrote: On Nov 12, 2007 12:20 PM, Stut [EMAIL PROTECTED] wrote: tedd wrote: I have a Google Analytics account covering one of my web sites and I was wondering if it's possible to extract data from it? If it can be done, then how would one do

Re: [PHP] Scrape? (Fetch email)

2007-11-12 Thread tedd
I haven't used GA (probably the only web guy left in the world), but if it has an email feature like Stut mentioned, Tedd, you could run it through a piped-to-PHP email-parsing script. That's the idea. I can send the email from Google to a specific email address. Now, how can I get php

Re: [PHP] Scrape? (Fetch email)

2007-11-12 Thread tedd
At 12:53 PM -0500 11/12/07, Daniel Brown wrote: On Nov 12, 2007 12:46 PM, tedd [EMAIL PROTECTED] wrote: I haven't used GA (probably the only web guy left in the world), but if it has an email feature like Stut mentioned, Tedd, you could run it through a piped-to-PHP email-parsing script

Re: [PHP] Local vs Master Configure values

2007-11-12 Thread tedd
At 6:38 PM -0600 11/9/07, David Giragosian wrote: On 11/9/07, Nathan Nobbe [EMAIL PROTECTED] wrote: On Nov 9, 2007 5:01 PM, Nathan Nobbe [EMAIL PROTECTED] wrote: On Nov 9, 2007 4:24 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: I'm confronting a safe_mode problem and have a question

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-13 Thread tedd
At 10:40 PM -0800 11/12/07, Jim Lucas wrote: -snip- That is funny, I have not received one bounce message. Jim Same here, but my subscription to this list is via my gmail account -- maybe that filters it for me. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http

Re: [PHP] Quick questions -- how do I place the cursor (i.e., set focus) to a field on page load?

2007-11-13 Thread tedd
. If that's the case, how are these other pages doing this? Knowing how to move from page to page this way would really be helpful. Check out php sessions for passing data between pages. http://www.php.net/session http://www.tizag.com/phpT/phpsessions.php HTH's tedd -- --- http://sperling.com

Re: [PHP] Quick questions -- how do I place the cursor (i.e., set focus) to a field on page load?

2007-11-13 Thread tedd
At 5:49 PM -0800 11/13/07, mike wrote: yeah, but adding in jquery will open up his entire world :) It could, but it's an overkill for a simple input field focus thing, IMO. It's like selling a guy a Hummer because he wants to drive on the gravel on the side of the road. Cheers, tedd

Re: [PHP] Quick questions -- how do I place the cursor (i.e., set focus) to a field on page load?

2007-11-13 Thread tedd
seen too many forms that get more complex than that and the computations there are instant -- so what's the point of a wait gif in form processing? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] PHP Developers and the manual

2007-11-14 Thread tedd
There's a manual? I though you guys were making this stuff up as you went along. :-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread tedd
/manual/en/function.getdate.php -- Thanks - RevDave Current date/time for whom? For your server, use php's date(). For the user, use javascript's date(). It's so cool to be multilingual. :-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP

Re: [PHP] PHP Developers and the manual

2007-11-14 Thread tedd
At 1:54 PM -0600 11/14/07, Philip Thompson wrote: I know I can't be the only one that puts/creates a face for each person on this list... =P No, but I'm the best looking one. I'll leave smart for someone else. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http

RE: [PHP] Newbie question - current date - time

2007-11-14 Thread tedd
At 7:00 PM -0800 11/14/07, Instruct ICC wrote: But dude, there are many ways to skin a cat. Yeah, but he's not going to like any of them. :-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] How does the PHP website colorize the code snippets?

2007-11-15 Thread tedd
to style whatever you want? Instead of allowing php to inject presentation markup into your html, just have it add div's, id's and classes and style those as you need. It's far less intrusive and IMO easier. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http

Re: [PHP] IDE

2007-11-16 Thread tedd
timing. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Gmail Account Invites (Want One?)

2007-11-16 Thread tedd
give you a limit on invites for Gmail then. I guess it's just typical eccentric Google. Well, if it makes you feel better, you can invite me. :-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] Cannot send a hyperlink (resent)

2007-11-16 Thread tedd
stuck in a spam filter -- what do you think? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] file_exists

2007-11-16 Thread tedd
to include a file. When a site goes into production I remove this line and set it in the virtualhost definition since there's no reason to re-calculate it on every request. -Stut Thanks, I think. Now I have to figure out what you did. Cheers, tedd -- --- http://sperling.com http

Re: [PHP] Newbie question - current date - time

2007-11-16 Thread tedd
to get Date() to work in php. After all, programmers never think of using a different case and would be hopelessly lost for days. Even Googling date() javascript only brings up 113 million references. What would a programmer do? Thanks for the capitalization correction. :-) tedd

Re: [PHP] Newbie question - current date - time

2007-11-16 Thread tedd
At 2:13 PM -0500 11/15/07, Jeremy Mcentire wrote: On Nov 14, 2007, at 4:21 PM, Jürgen Wind wrote: better use Date() in js ... tedd-2 wrote: Current date/time for whom? For your server, use php's date(). For the user, use javascript's date(). It's so cool to be multilingual. :-) Cheers, tedd

RE: [PHP] Cannot send a hyperlink (resent)

2007-11-16 Thread tedd
has been obsoleted by 2822 for about six years or so). Basing the construction of an email message on some guide on how to read message headers is likely to deliver non-optimal results. It's more detailed than I normally think, but it might be of use to someone here. Cheers, tedd

Re: [PHP] file_exists

2007-11-16 Thread tedd
you? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Looking for a navigation recommendation

2007-11-17 Thread tedd
a demo for you. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Looking for a navigation recommendation

2007-11-17 Thread tedd
up your database; and how to use css and the images as shown there. If you get in trouble, I'm available for hire. :-) tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Should I put pictures into a database?

2007-11-21 Thread tedd
? Didn't these guys realize that a filing system is just another database? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
=submit value=submit We can't in some way use the ajax post method to send the file in the background without a refresh (other than using iframe) is that correct? Or am I completely missing something here? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
arguments to be assembled on the server. Is that not feasible, or am I blowing wind out my shorts again? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
settings (Mac). Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
again. But, take a look at this: http://www.captain.at/ajax-file-upload.php They look like their blowing the same wind. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
At 8:03 PM +0100 11/21/07, Jochem Maas wrote: tedd wrote: Well, I wasn't able to get it to work -- I couldn't find where to change the FF settings (Mac). type 'about:config' into the address bar :-) I know I'll get a big argument from all of you about this, but sometimes I can be pretty

Re: [PHP] Basic question - PHP usage of SVG files [SOLVED]

2007-11-24 Thread tedd
code in C -- contact me off-list for a copy. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] URL Parsing...

2007-11-24 Thread tedd
, get the file name, and go from there. Any ideas? Anything would be helpful. :) Thanks, Amanda From what I've read recently about meta tags, why? Most SE's have dropped their dependance on meta tags because of their abuse. Cheers, tedd -- --- http://sperling.com http

Re: [PHP] Create PDFs with a strict layout automatically

2007-11-26 Thread tedd
just as easily pull it from a dB. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Create PDFs with a strict layout automatically

2007-11-26 Thread tedd
: You don't import the PDF's but rather create them on the fly. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Representing microtime() values

2007-11-26 Thread tedd
this: http://www.webbytedd.com/b/timed/ HTH's tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie asks about multi-lingual website strategies

2007-11-27 Thread tedd
different than a php style sheet switcher, like this: http://sperling.com/examples/styleswitch1/ Instead of green/red/blue/black, why not English/French/Spanish/German? HTH's Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List

Re: [PHP] Newbie asks about multi-lingual website strategies

2007-11-27 Thread tedd
At 11:05 PM +0100 11/27/07, Jochem Maas wrote: tedd wrote: If it were me, I wouldn't use any problematic browser detects schemes (they don't work) or any of that high-thought stuff -- it's beyond me. whether it's beyond you or not only you can judge, but I disagree that it's problematic

Re: [PHP] Re: Newbie asks about multi-lingual website strategies

2007-11-28 Thread tedd
At 12:56 AM +0100 11/28/07, Jochem Maas wrote: Colin Guthrie wrote: tedd wrote: ... Sorry Tedd, but I'm not sure where the browser sniffing stuff came in. IE and FF both offer a UI to input the user's preferred language, it's an HTTP standard thing and nothign to do with user agents

Re: [PHP] Re: Newbie asks about multi-lingual website strategies

2007-11-28 Thread tedd
At 3:01 PM +0100 11/28/07, Jochem Maas wrote: tedd wrote: So, sniffing the browser to determine language isn't the same as browser sniffing -- OK. there is no sniffing of the browser - merely a case of parsing the contents of the Accept-Language header if the browser sent it along

Re: [PHP] Dynamic Display of Images Stored in DB

2007-11-28 Thread tedd
going to store different image types in your dB. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Join question

2007-11-29 Thread tedd
5303 entries, whereas user2 has 5909. What I want at the end of this is for table user1 to have the same number of entries as table user2. Now, how do I set up the query? TIA for any suggestions. Cheers, tedd PS: Side note -- will safe_mode ON cause problems with this? -- --- http

Re: [PHP] Join question

2007-11-29 Thread tedd
that are found in user2 but are absent in user1. Still floundering. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Join question [solved]

2007-11-29 Thread tedd
in my current problem. Thanks for letting me bounce ideas off you peoples. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Join question

2007-11-30 Thread tedd
At 10:21 AM +0800 11/30/07, Crayon Shin Chan wrote: On Friday 30 November 2007, tedd wrote: I'm trying to understand joins, Ask on a database related list. -- Crayon Really? No language lives in a vacuum, mate. Especially, a web language. IMO, one of the major attributes that make PHP

Re: [PHP] Join question [solved]

2007-11-30 Thread tedd
hosts, believe it or not. -- Daniel P. Brown Bingo! You guys know you're stuff. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Join question

2007-11-30 Thread tedd
At 12:53 PM +0800 12/1/07, Crayon Shin Chan wrote: On Saturday 01 December 2007, tedd wrote: At 10:21 AM +0800 11/30/07, Crayon Shin Chan wrote: On Friday 30 November 2007, tedd wrote: I'm trying to understand joins, Ask on a database related list. Really? Really. No language

Re: [PHP] Join question [solved]

2007-11-30 Thread tedd
version, it's now 3.23.58 -- but I don't know what it was before the upgrade -- could have been the same. I dunno. Thanks for the interest. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] Join question

2007-12-01 Thread tedd
At 11:07 PM -0600 11/30/07, Jay Blanchard wrote: The Oracle of PHP - 6 Degrees of Separation I joined PHP to Oracle, Kevin Bacon and temperature all in one shot. Sounds like an omelette. :-) Tedd, what did you want to know about joins? I think I got it -- at least for the problem

Re: [PHP] PHP Celebrity Death Match ...

2007-12-01 Thread tedd
At 2:19 PM +0100 12/1/07, Jochem Maas wrote: Brad v. Crayon. any good animators among us up to the challenge? I'm not good, but I'm childish enough. http://www.webbytedd.com/aa/brain-v-brain/ Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com

Re: [PHP] Quick question on data formatting

2007-12-01 Thread tedd
staple functions we all should have (or at least me). Thanks, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sprintf() oddness

2007-12-01 Thread tedd
://www.webbytedd.com/bbb/rounding/ My rounding method doesn't always win against php's round(), but it wins more times than not. Plus, it takes a lot of rounding to introduce the bias I found and thus for most applications using the round() function (always round down) will suffice. Cheers, tedd

Re: [PHP] checkbox unchecked

2007-12-02 Thread tedd
//checkbox/ If you will note, without specifically setting the value, html will return on. Also, I'm sure it's an oversight, but your code above should be: ?php if ($foo) echo('checked'); ? Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com

Re: [PHP] sprintf() oddness

2007-12-02 Thread tedd
, whereas php's round function always rounds down. As for sprint_f(), I haven't investigated that. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Structured Code vs. Performance

2007-12-02 Thread tedd
structure. To me, good structure starts at the function level. Like the lattice of a crystal, coding grows and reflects the most basic element. Keep that element consistent and you'll find that it will be reflected in everything you do. How's that for philosophical? Cheers, tedd

Re: [PHP] checkbox unchecked

2007-12-02 Thread tedd
At 1:23 PM -0800 12/2/07, Casey wrote: On Dec 2, 2007 1:08 PM, tedd [EMAIL PROTECTED] wrote: You don't need to do anything. input type=checkbox name=likes_pie / When it's submitted: ?php if ($_GET['likes_pie']) // checked else // not That's true unless you're pulling data in from somewhere

Re: [PHP] Join question

2007-12-02 Thread tedd
with people who care what you think. Unfortunately, I think you'll probably have difficulty with that as well. It's unfortunate that you can't take your talents and help someone instead of being so critical. To me, it would be a pretty sad life if I had nothing positive to say. Cheers, tedd

Re: [PHP] Structured Code vs. Performance

2007-12-02 Thread tedd
At 8:56 PM -0300 12/2/07, Martin Alterisio wrote: 2007/12/2, tedd mailto:[EMAIL PROTECTED][EMAIL PROTECTED]: To me, good structure starts at the function level. Like the lattice of a crystal, coding grows and reflects the most basic element. Keep that element consistent and you'll find

Re: [PHP] sprintf() oddness

2007-12-03 Thread tedd
. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Banned from #php

2007-12-04 Thread tedd
everything to fit with my view of the world. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] zip codes and lat/longs

2007-12-05 Thread tedd
Hi gang: I'm entertaining how to determine what zip codes fall within a 50 mile radius of another zip code. Anyone done this before? Also, does anyone have any sources for zip codes and lat/long databases? TIA for any help/suggestions. Cheers, tedd -- --- http://sperling.com http

Re: [PHP] Professional inquiry for you freelancers

2007-12-05 Thread tedd
they want it -- and the only thing they really have a say so in (besides functionality) is the way things look. as such, the better my work looks, the less work for me. Anyway, that's the way it is for me. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http

Re: [PHP] Another form handling posting question

2007-12-06 Thread tedd
At 10:30 PM -0700 12/5/07, Mike Smith wrote: I'm trying to Me too -- just as my friends. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Another form handling posting question

2007-12-06 Thread tedd
in each gather, then either save it to a dB or do sessions. It works for me. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Seeking overlap algorithm

2007-12-06 Thread tedd
it. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Seeking overlap algorithm

2007-12-06 Thread tedd
At 6:07 PM -0500 12/6/07, Nathan Nobbe wrote: On Dec 6, 2007 4:59 PM, tedd [EMAIL PROTECTED] wrote: The problem is, could you guarantee to a preferred service provider that they would receive top-listing 25 percent of the time? Keep in mind that preferred service providers will overlap. So

Re: [PHP] Another form handling posting question

2007-12-06 Thread tedd
At 9:02 PM -0500 12/6/07, Robert Cummings wrote: On Thu, 2007-12-06 at 13:02 -0500, tedd wrote: input type=submit name=submit type=submit Not to critique your form logic itself, but IMHE it is much better to name the submit button continue and not submit. Some browsers, maybe all (I

Re: [PHP] convert hex message to ascii msg, How?

2007-12-07 Thread tedd
At 3:51 PM +0800 12/7/07, Shelley Shyan wrote: Hi all, How could I convert a hex msg to ascii msg? Is there a php function or sth? Shelley: You mean like a stream of HEX to be translated to ASCII, like: 41 41 52 50 to A A R P (I'm am member) Cheers, tedd -- --- http

Re: [PHP] Another form handling posting question

2007-12-07 Thread tedd
At 9:52 PM -0500 12/6/07, Daniel Brown wrote: On Dec 6, 2007 9:49 PM, tedd [EMAIL PROTECTED] wrote: My technical side is like Swiss cheese -- you never know what holes I don't know and can be surprised at what I do. Keep your replies on-list, old man! ;-P I know others enjoy your

[PHP] A SESSION Problem

2007-12-11 Thread tedd
Hi gang: I just had this happen and wonder what the fix is for it. I am sending session data from a script in a http to another script in https. However, sometimes the data gets through and sometimes it don't. Any ideas or fixes? Both scripts are listed below [1] ?php session_start();

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
in nature, it's our perception, clarification, and categorization of nature that demands attributes be assigned to artificial groupings of identity threshold exceeding objects. In other words, we decide on what IT is and then assign order to IT. Cheers, tedd -- --- http://sperling.com http

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
, and definition of order is really what's at issue. Order and randomness are simply our perceptions of the world around us and our perception is pretty limited Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
University Thanks -- I am sure I will use that some time. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-12 Thread tedd
to do. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
and thus random. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regular expressions

2007-12-12 Thread tedd
, Rob. Rob: You are a never ending supply for great snip-its! Thanks, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
to the tens digit -- that was pretty random. tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 3:13 PM +0100 12/12/07, Jochem Maas wrote: tedd wrote: At 5:15 PM -0500 12/10/07, Daniel Brown wrote: Just for fun, I decided to write out an algorithm to randomize with a never-known seed that would update constantly, with no human or external script intervention required

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 10:12 AM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 08:59 -0500, tedd wrote: At 5:15 PM -0500 12/10/07, Daniel Brown wrote: Just for fun, I decided to write out an algorithm to randomize with a never-known seed that would update constantly, with no human or external

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 11:43 AM -0500 12/12/07, Jason Pruim wrote: *Gets ready to duck from all the non-deer eating people* Drat! There are lot's of things that are non-deer -- even ducks. But they don't all eat people. The world is getting out of whack again. Cheers, tedd -- --- http://sperling.com

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 10:04 AM -0600 12/12/07, Jay Blanchard wrote: [snip] But maybe Tedd is also a bit random and disorderly ;) [/snip] Maybe? Hey! I resemble that remark. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 11:00 AM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 10:15 -0500, Robert Cummings wrote: On Wed, 2007-12-12 at 09:00 -0500, tedd wrote: At 2:22 PM -0600 12/10/07, Jay Blanchard wrote: Without order there cannot be randomness. Without randomness, you wouldn't know

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 10:18 AM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 09:15 -0500, tedd wrote: You most certainly have a point there. Our identification, classification, and definition of order is really what's at issue. Order and randomness are simply our perceptions of the world around

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
to generate random lists. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 10:15 AM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 09:00 -0500, tedd wrote: There is simply order and randomness existing in our minds. There is no order, nor randomness, existing in nature, it's our perception, clarification, and categorization of nature that demands

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 1:33 PM -0500 12/12/07, Nathan Nobbe wrote: On Dec 12, 2007 1:16 PM, tedd mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Just because someone said it, doesn't mean it's true. pfft; just because you dont believe it doenst mean its false. Nope, but I find it difficult o believe. I

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 3:36 PM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 13:18 -0500, tedd wrote: My opinion is always the same regardless of how many times I change it. Contradiction. Change implies not the same. I'm sure your tongue was in your cheek though when you wrote it :) Cheers, Rob

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
to our view, but rather we change our thinking to adapt to observation. And it's in those terms of observation that order and disorder of things comes about and not in nature. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing

Re: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 3:35 PM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 13:16 -0500, tedd wrote: At 10:17 AM -0500 12/12/07, Robert Cummings wrote: In my ancient past I worked with a x-ray detector and we simply truncated to the tens digit -- that was pretty random. Random seeming

RE: [PHP] Generating Random Numbers with Normal Distribution

2007-12-12 Thread tedd
At 3:34 PM -0500 12/12/07, Robert Cummings wrote: On Wed, 2007-12-12 at 13:13 -0500, tedd wrote: Just because we think, does not prove randomness, nor order, in nature -- it only proves that we think about it. Actually, order is proven. The fact that I can re-arrange objects into an order

[PHP] temp tables mysql OT

2007-12-12 Thread tedd
in MySQL? questions via Google with little help. My eyes and brain are blurry -- giving it up for tonight. Anyone have a sample or a clear reference for me to review? Thanks in advance guys. Cheers, tedd PS: Watch someone (maybe everyone) jump on This ain't a MySQL list. -- --- http

  1   2   3   4   5   6   7   8   9   10   >