On Thu, 2007-11-29 at 15:47 -0500, Wolf wrote:
> tedd <[EMAIL PROTECTED]> wrote:
> > Hi gang:
> >
> > I'm trying to understand joins,
> >
> > Here's the situation. I have two tables (user1, user2) in one database:
> >
> > The common field between the two tables is "username". I want to tak
On Fri, 2007-11-30 at 10:21 +0800, Crayon Shin Chan wrote:
> On Friday 30 November 2007, tedd wrote:
> > I'm trying to understand joins,
>
> Ask on a database related list.
That's an amusing statement. I took a peek back in time and noticed that
in the past 5 months you've only made two on-topic
On Thu, 2007-11-29 at 18:43 -0500, tedd wrote:
> Hi gang:
>
> I found why the JOIN didn't work for me in this instance, which was I
> needed to create a third table and JOIN what I needed in that table
> from the other two.
>
> My problem was that I was trying to alter one of the tables in the
On Fri, 2007-11-30 at 11:00 +0800, Crayon Shin Chan wrote:
> On Friday 30 November 2007, Robert Cummings wrote:
>
> > That's an amusing statement. I took a peek back in time and noticed
> > that in the past 5 months you've only made two on-topic useful posts to
> &g
On Fri, 2007-11-30 at 14:00 +1100, Chris wrote:
> > Out of curiosity, what SQL server (and version) are you using? I
> > currently have MySQL 5.0.33 on my dev box and I had no problem with the
> > query I gave you. Perhaps it's a version issue. There really shouldn't
> > be a problem updating a tab
On Fri, 2007-11-30 at 13:49 +0800, Crayon Shin Chan wrote:
> On Friday 30 November 2007, Robert Cummings wrote:
> > > Or are you saying that one needs to make a lot of on-topic posts to
> > > build up credit in order to be able to make off-topic posts?
> >
> >
On Fri, 2007-11-30 at 14:46 -0500, Robert Cummings wrote:
>
> This is dangerous use of the array functions. A problem occurs when you
> have a value that evaluates to false (such as the first entry in the
> example array :). In fact the only way to ensure you traverse the array
>
On Fri, 2007-11-30 at 09:51 -0800, Jim Lucas wrote:
> Jeffery Fernandez wrote:
> > Hi all,
> >
> > Is it possible to rewind a foreach loop? eg:
> >
> >
> > $numbers = array(0,1,2,3,4,5,6,7,8,9,10);
> >
> > foreach ($numbers as $index => $value)
> > {
> > if ($value == 5)
> > {
>
On Mon, 2007-12-03 at 15:14 +1000, Malcolm Green wrote:
> Hi Support:
>
> I've moved into a new role and inherited a system which uses the 'STRFTIME'
> function to create a filename in the form 'strftime("%Y%m%d")'; the
> filename is supposed to be "today's date". (Note I've left out the file
> ex
On Tue, 2007-12-04 at 16:58 -0400, Cesar D. Rodas wrote:
> Hello,
>
> I know that PHP doesn't support pointers to a variable, instead of that
> there is references to a variable which are similar to pointers, right?
>
> BTW, what I want to do is to save a references to a variable and read the
> c
map with directions to those
addresses from a start address. Not clear from my reading yet, but can
someone with some experience tell me if this is possible with the Google
API or some hints that might speed up my process of the best way to go
for this...
Thanks in advance!
--
Robert
--
PHP
Welcome back Richard :)
Cheers,
Rob.
On Thu, 2007-12-06 at 10:43 -0600, Richard Lynch wrote:
> On Thu, December 6, 2007 9:49 am, Jason Pruim wrote:
> >
> > On Dec 6, 2007, at 10:29 AM, Daniel Brown wrote:
> >
> >> On Dec 5, 2007 8:58 PM, tedd <[EMAIL PROTECTED]> wrote:
> >>> Hi gang:
> >>>
> >>>
On Thu, 2007-12-06 at 13:02 -0500, tedd wrote:
> At 10:36 PM -0700 12/5/07, Mike Smith wrote:
> >I am trying to recursively send data to the same form.
> >
> >-snip-
> >
> >What is the best practice for doing this?
> >
>
> I don't know what the "best" practice is, but this is the way I do it.
>
On Thu, 2007-12-06 at 21:52 -0500, Daniel Brown wrote:
> On Dec 6, 2007 9:49 PM, tedd <[EMAIL PROTECTED]> wrote:
> > >On Dec 6, 2007 9:10 PM, tedd <[EMAIL PROTECTED]> wrote:
> > >
> > >> Also, I recently noticed that FF will add text to a Submit button
> > >>if you don't.
> > >
> > > Actually,
Well, the implementation problem could be fixed by "copying" PEAR into your
source folder. That should work even with PHP4 but without the nice class
architecture.
I just can recommend - PEAR is state of the art, and it works perfectly.
But think about switching to PHP5. My hosting provider ser
Hi!
You should take a look at...
http://pear.php.net/package/Mail
http://pear.php.net/package/Mail_Mime
http://pear.php.net/manual/en/package.mail.mail-mime.php
!!! http://pear.php.net/manual/en/package.mail.mail-mime.example.php !!!
This should give you a perfect intro...
My 2 cents.
Rob
--
On Sat, 2007-12-08 at 16:46 +, Nathan Rixham wrote:
> 1 - yes you can make a multichat daemon in php
> 2 - if you don't know that it's possible or where to begin, then odds
> are you won't be able to make it.
That's what the list is for... to help him find his way.
> abderrazzak nejeoui wrot
On Sat, 2007-12-08 at 12:19 -0500, Robert Cummings wrote:
> On Sat, 2007-12-08 at 16:46 +, Nathan Rixham wrote:
> > 1 - yes you can make a multichat daemon in php
> > 2 - if you don't know that it's possible or where to begin, then odds
> > are you won't
On Mon, 2007-12-10 at 11:37 -0800, Stephen Johnson wrote:
> True randomization is only really possible in nature.
Can you say for certain nature is truly random? Just because the seed
may have occurred 13.7 billion years ago and we don't know what that
initial state was and we couldn't possibly ca
On Mon, 2007-12-10 at 14:22 -0600, Jay Blanchard wrote:
> [snip]
> Can you say for certain nature is truly random? Just because the seed
> may have occurred 13.7 billion years ago and we don't know what that
> initial state was and we couldn't possibly calculate all the
> interactions since, doesn'
On Mon, 2007-12-10 at 16:32 -0600, Jay Blanchard wrote:
> [snip]
> > Without order there cannot be randomness.
>
> But is the reverse true?
> [/snip]
But disorder isn't necessarily random.
Cheers,
Rob.
--
...
SwarmBuy.com - http://www.swar
On Mon, 2007-12-10 at 17:45 -0500, Daniel Brown wrote:
> On Dec 10, 2007 5:39 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Mon, 2007-12-10 at 16:32 -0600, Jay Blanchard wrote:
> > > [snip]
> > > > Without order there cannot be randomness.
> > >
On Mon, 2007-12-10 at 18:25 -0500, Steve Finkelstein wrote:
> Hi all,
>
> I'm having a brain freeze with some simple code that I wrote and now trying
> to refactor.
>
> I have a block of code that looks like this:
>
> public function backup()
> {
> $fname = "$this->dbName.sql
On Tue, 2007-12-11 at 13:02 +0900, Dave M G wrote:
> Zoltan, Per, Richard, Chris, Daniel, Larry,
>
> Thank you for responding.
>
> I have created a method in the class that handles my database
> connections that will first test on extension_loaded(mysqli) before
> connecting to the database.
>
On Tue, 2007-12-11 at 06:33 +0200, Me2resh Lists wrote:
> Dear All,
>
> i wrote this class below to send Mail. but when i use it. i get the sender
> No Body. and from the address of the server, not the From address that i
> specify. and the MIME Headers as text in the message itself. and the
> att
On Mon, 2007-12-10 at 21:05 -0800, Jim Lucas wrote:
> Robert Cummings wrote:
> > On Tue, 2007-12-11 at 06:33 +0200, Me2resh Lists wrote:
> >> Dear All,
> >>
> >> i wrote this class below to send Mail. but when i use it. i get the sender
> >> No Body
On Tue, 2007-12-11 at 15:25 +, Stut wrote:
> Richard Heyes wrote:
> >> Because it's not user data, it's server data.
> >
> > So? It's there - use it.
>
> So are cookies, would you stuff this into a cookie? No, because that's
> not what cookies are there for.
>
> "Because it's there" is neve
On Tue, 2007-12-11 at 16:31 +, Richard Heyes wrote:
> > Sre, sessions are for whatever you choose to put in them. That's
> > like saying bodies are for whatever a crazed murderer chooses to put in
> > them...
>
> No it's not.
Yes it is. Neither is a good argument.
> > the statement
On Tue, 2007-12-11 at 17:01 +, Richard Heyes wrote:
> >> Real life is rarely optimal.
> >
> > That's not a valid excuse for taking the sloppy pig route to
> > development. Sloppy pig's give conscientious developers a bad name. And
> > when they use PHP to create their slop, they give PHP a bad
On Tue, 2007-12-11 at 18:14 +0100, Per Jessen wrote:
> Stut wrote:
>
> > I couldn't care less what your domain name is, you're still advocating
> > a poor choice IMHO.
> >
>
> I have been trying hard not to join this thread, but ... apart from the
> principle, what's _really_ so poor about it?
On Tue, 2007-12-11 at 22:11 +0100, Per Jessen wrote:
> Robert Cummings wrote:
>
> > On Tue, 2007-12-11 at 18:14 +0100, Per Jessen wrote:
> >> I have been trying hard not to join this thread, but ... apart from
> >> the principle, what's _really_ so poor about it
On Tue, 2007-12-11 at 22:33 -0800, Liz Kim wrote:
> I am trying to do a password match with php..
>
> It needs to be at least 6 characters, contains 2 alphabets and at least 1
> number or a special character...
>
> if
> (!preg_match("/^.*(?=.{6,})((?=.*\d)|(?=.*[,[EMAIL
> PROTECTED]"\/'+\*\?\.\[
On Wed, 2007-12-12 at 10:47 +0100, Per Jessen wrote:
> Robert Cummings wrote:
>
> >> I can't remember what sort of environment the OP was in, but if any
> >> sort of organised testing is done, the use of two different APIs will
> >> just about double the te
On Wed, 2007-12-12 at 09:00 -0500, tedd wrote:
> At 3:04 PM -0500 12/10/07, Daniel Brown wrote:
> >On Dec 10, 2007 2:28 PM, AmirBehzad Eslami <[EMAIL PROTECTED]> wrote:
> >> For some computer-based simulation, i need to
> >> generate random numbers that have a normal distribution.
> >[snip!]
> >
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 what order was.
You're random with disorder.
> This is one of those yin-yang things.
Not really :)
> There
On Wed, 2007-12-12 at 09:15 -0500, tedd wrote:
> At 2:46 PM -0500 12/10/07, Robert Cummings wrote:
> >On Mon, 2007-12-10 at 11:37 -0800, Stephen Johnson wrote:
> >> True randomization is only really possible in nature.
> >
> >Can you say for certain nature is truly
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 script intervention required to initiate or mai
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
On Wed, 2007-12-12 at 11:16 -0500, Daniel Brown wrote:
> On Dec 12, 2007 10:53 AM, Robin Vickery <[EMAIL PROTECTED]> wrote:
> > Can you define for me where the machine stops and nature starts?
> >
> > I mean, if I make a clock that uses the physical properties of a
> > pendulum to demarcate units o
On Wed, 2007-12-12 at 11:43 -0500, Jason Pruim wrote:
> On Dec 12, 2007, at 11:31 AM, Daniel Brown wrote:
>
> > On Dec 12, 2007 11:26 AM, Robert Cummings <[EMAIL PROTECTED]>
> > wrote:
> >> The universe is the machine... all sub machines are part of the
>
On Wed, 2007-12-12 at 17:50 +0100, Jochem Maas wrote:
> Robert Cummings wrote:
>
>
> >
> > The universe is the machine... all sub machines are part of the greater
> > machine that is the universe.
> >
>
> heh, that makes me a brow
On Wed, 2007-12-12 at 12:40 -0500, tedd wrote:
> 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
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 you mean.
On Wed, 2007-12-12 at 13:18 -0500, tedd wrote:
> 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 orde
On Wed, 2007-12-12 at 13:21 -0500, tedd wrote:
> 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 wro
On Wed, 2007-12-12 at 13:13 -0500, tedd wrote:
> 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
On Wed, 2007-12-12 at 16:20 -0500, tedd wrote:
> 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
On Wed, 2007-12-12 at 16:21 -0500, tedd wrote:
> 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 wi
On Wed, 2007-12-12 at 16:34 -0500, tedd wrote:
> At 3:42 PM -0500 12/12/07, Robert Cummings wrote:
> > > Yes, but what if my disorder was random?
> >
> >How could you prove it is random? Give me an example of something you
> >can put into disorder that doesn
OK, I've read every message on the list for the last year that contains
'sessions'. I've read through (bleary eyed, admittedly)
http://us2.php.net/session. And I swear, honest, that I had this working on
another box (which is no longer available to me.) I've checked phpinfo -
session support is on,
Aw crap. :)
(session_save_path BEFORE session_start.)
Works fine now... now to clean the egg off face.
Thx,
On Dec 12, 2007 11:31 PM, Casey <[EMAIL PROTECTED]> wrote:
> Read manual please.
>
> http://us.php.net/session_save_path
>
>
--
RE, Chicago
On Thu, 2007-12-13 at 10:14 -0500, tedd wrote:
> At 12:20 PM +0100 12/13/07, Zoltán Németh wrote:
> >2007. 12. 12, szerda keltezéssel 20.13-kor tedd ezt írta:
> > > I would like to create a temporary table to perform searches.
> >>
> >> From my main table, I need to exclude records that have cer
On Fri, 2007-12-14 at 11:01 -0500, Daniel Brown wrote:
> On Dec 14, 2007 10:36 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
> > omg this is so off topic it's liable to come full circle - actually circles
> > seem pretty
> > damned orderly ... which just leaves the question as to whether circles
> >
On Fri, 2007-12-14 at 11:01 -0500, Jason Pruim wrote:
> On Dec 14, 2007, at 10:36 AM, Jochem Maas wrote:
>
> > tedd wrote:
> >> At 11:59 PM -0500 12/12/07, Robert Cummings wrote:
> >>> On Wed, 2007-12-12 at 16:21 -0500, tedd wrote:
> >>>
> &
On Fri, 2007-12-14 at 11:03 -0600, Adam Williams wrote:
> Thanks for all the replies everyone. I have a question on
> mysql_real_escape_string(). The PHP example page shows:
>
> $query = sprintf("SELECT * FROM users WHERE user='%s' AND password='%s'",
> mysql_real_escape_string($use
On Fri, 2007-12-14 at 16:36 +0100, Jochem Maas wrote:
> tedd wrote:
> > At 11:59 PM -0500 12/12/07, Robert Cummings wrote:
> >> On Wed, 2007-12-12 at 16:21 -0500, tedd wrote:
> >>
> >> > Yeah, but we haven't proven order yet either. :-)
> >>
&
On Fri, 2007-12-14 at 14:09 -0500, Nathan Nobbe wrote:
> On Dec 12, 2007 4:21 AM, Mathijs van Veluw <[EMAIL PROTECTED]>
> wrote:
>
> > Hello there,
> >
> > We have a large project with lots of classes.
> > Now i am wondering if there is a way to let something check all those
> > files and tell me
On Fri, 2007-12-14 at 16:24 -0500, Daniel Brown wrote:
> On Dec 14, 2007 4:24 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> > On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote:
> >
> > > I've used Richard Lynch's Blog example for forcing the download of an
> > > individual file.
>
On Fri, 2007-12-14 at 16:58 -0500, Daniel Brown wrote:
> On Dec 14, 2007 4:49 PM, David Giragosian <[EMAIL PROTECTED]> wrote:
> > On 12/14/07, Benjamin Darwin <[EMAIL PROTECTED]> wrote:
> > > And I call third-ed on that... is that the right word?
>
> It is now.
>
> > Since I'm still at work,
On Fri, 2007-12-14 at 17:32 -0500, Daniel Brown wrote:
> On Dec 14, 2007 5:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > I'm at work and at home -- My wife just brought me freshly baked
> > shortbread to munch on while I finish up some code :)
>
>
On Fri, 2007-12-14 at 21:39 -0500, Jason Pruim wrote:
> On Dec 14, 2007, at 5:59 PM, Daniel Brown wrote:
>
> > On Dec 14, 2007 5:58 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >> On Fri, 2007-12-14 at 17:32 -0500, Daniel Brown wrote:
> >>> On Dec 14
I've been reading up on login mechanisms using redirects, and have a
basic mechanism down.
a1.php:
Welcome to '.$site_title.'';
echo $errmsg;
?>
a2.php:
a3.php:
';
?>
OK, looks like this handles refresh (resubmit) and back button issues.
Hitting back when on page 3 empties 'email', so resubmi
> a standard HTTP request is a GET request.
I guess I'm just missing some basic definition of terminology. Been
writing desktop systems for too long, 'spose.
> using firefox and one of a number of extensions (firebug springs to mind)
> you can actually view the request headers that are sent.
Fir
> On Saturday 15 December 2007 18:59:12 Richard Lynch wrote:
> > On Fri, December 14, 2007 11:03 am, Adam Williams wrote:
> > > $query = sprintf("SELECT * FROM users WHERE user='%s' AND
> > > password='%s'",
> > > mysql_real_escape_string($user),
> > > mysql_real_escape_stri
On Mon, 2007-12-17 at 15:50 +0800, ked wrote:
> Hi , I'm a freshman in PHP, can anyone give me any advices?
>
> I defied some simple classes, like "User", "Item"...
>
> in a general way ,
> $obj = new User();
>
> specially, I need to assign a Object via a class name .
>
> Now , my code :
>
> And I basically completely disagree with the author in the first
> place, so...
Well, that's been clear for a year. :)
> > (P.S. I'll get to the issue of rearchitecting this via require instead
> > of using header() redirects,cough, cough, Richard Lynch, cough, cough
> > :) in a future messag
On Tue, 2007-12-18 at 16:26 -0500, Daniel Brown wrote:
> On Dec 18, 2007 4:24 PM, Travis L. Font <[EMAIL PROTECTED]> wrote:
> > Here's random! I'm going to close my eyes think of some drinking water
> > and running AT the same time and just start pushing numbers on the pad
> > however way my finger
On Wed, 2007-12-19 at 12:13 +0200, Sancar Saran wrote:
> Hello list.
>
> I want know to you opinions about using $GLOBALS directly.
>
> like
>
> $GLOBALS['myString'] = 'test';
> $GLOBALS['myArray']['this'] = 'this';
> $GLOBALS['myArray']['that'] = 'that';
> $GLOBALS['myClassObj] = new SomeClass
Maybe I'm too old a dog to teach a new trick to.
I've got the redirect example discussed a couple days ago working
nicely. Back, Refresh, 'wrong username' - all work nicely.
But I like the idea of reducing the load on the server, maybe
alleviating some redirect pinball. So been trying to use requ
> 1. p1.php would post to itself. Do data validation. After data validation
> upon error, include p1.php again with included error messages
> upon success, redirect to p3.php with congrats.
Yeah, I could do this, but it uses a redirect, and like you said, it's gnarly.
> 2. p1.
On Wed, 2007-12-19 at 14:23 -0700, Dan wrote:
> ""Robert Erbaron"" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >> 1. p1.php would post to itself. Do data validation. After data
> >> validation
> >> up
> When it comes to liability, who is liable, the merchant running the system,
> the develper that created the system, or both?
>
> If the develper is included, would that be mitigated in that he created the
> system to the merchant's specifications?
>
> Also, in terms of the developer, would this
On Thu, 2007-12-20 at 19:54 +, George Pitcher wrote:
> > On Thu, December 20, 2007 8:37 am, Christoph Boget wrote:
> > > Let's say I have the following 3 files
> > >
> > > global.php
> > > > > function myFunc() { echo __FILE__; }
> > > ?>
> > >
> > > one.php
> > > > > include( 'global.php
On Fri, 2007-12-21 at 12:35 -0600, Philip Thompson wrote:
> On Dec 20, 2007, at 11:24 AM, Sancar Saran wrote:
>
> > Hello All,
> >
> > Thanks for joining the conversation. It seems there where no real
> > technical
> > dead end for using $GLOBALS directly.
> > Using $GLOBALS directly very simila
On Mon, 2007-12-24 at 12:13 -0500, tedd wrote:
> At 4:18 PM +0200 12/19/07, Sancar Saran wrote:
> > > that said, avoid globals like the plague - sometimes you may come up with
> >> a situation where using a global is really necessary - such situations
> >> should be the exception rather than the
On Wed, 2007-12-26 at 21:08 +0100, Børge Holen wrote:
> On Wednesday 26 December 2007 21:03:40 Mad Unix wrote:
> > Am facig problem with XSS cross Site scripting general on our web site, and
> > i think its a coding issue
> > since our dedicated server run Linux with apache mysql and php...
> > any
On Thu, 2007-12-27 at 00:21 +0400, Gevorg Harutyunyan wrote:
> Hi People,
>
> Please take a minute from your time and vote there.
>
> The poll content is simple are you using Gmail or not ?
Seems a bit misleading... to give an accurate rendition of how I do
things I would need to check that I us
On Thu, 2007-12-27 at 11:27 +0300, OOzy Pal wrote:
> more words/chars[2]more
> words/chars
>
> How can I match for the title. In this case the word Hello using regexp?
2]more words/chars';
$title = null;
if( preg_match( '/title="([^"]*)"/Umi', $text, $bits ) )
{
$title = $bits[1];
}
echo
On Thu, 2007-12-27 at 13:53 +0300, OOzy Pal wrote:
> On Dec 27, 2007 12:40 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Thu, 2007-12-27 at 11:27 +0300, OOzy Pal wrote:
> > > more words/chars[2]more
> > > words/chars
> > >
> > > How can
On Sat, 2007-12-29 at 11:37 -0500, tedd wrote:
> At 4:58 PM +0100 12/29/07, Zoltán Németh wrote:
> >2007. 12. 29, szombat keltezéssel 09.42-kor Daniel Brown ezt írta:
> >
> > > > I wish to create my website www.manonivas.org so as i f anyone wish to
> > > > enter in it they should pay a payment t
On Sun, 2007-12-30 at 17:20 +, Scott Wilcox wrote:
> Is it possible with PHP to remove a certain number of bytes from a file,
> purely within PHP?
Yes. Why wouldn't it?
> If so, does someone have an example of doing this, removing the first
> 230 bytes from a file.
No, that's an awfully sp
On Sun, 2007-12-30 at 14:14 -0500, Benjamin Darwin wrote:
> Maybe one of these days I'll remember to actually reply to the list the
> first time.
>
>
> -- Forwarded message --
> From: Benjamin Darwin <[EMAIL PROTECTED]>
> Date: Dec 30, 2007 2:12 PM
> Subject: Re: [PHP] Using PHP t
I could have replaced ' ' with the empty string, but in case you
have labels with more than one word I took a normalizing approach.
Cheers,
Rob.
On Wed, 2008-01-02 at 13:34 -0500, tedd wrote:
> Hi gang:
>
> I have a
>
> $submit = $_POST['submit'];
>
> The string contains:
>
> A
On Wed, 2008-01-02 at 16:15 -0500, Daniel Brown wrote:
> On Jan 2, 2008 4:08 PM, Casey <[EMAIL PROTECTED]> wrote:
> > ... *pokes my solution*...
> > $value = trim($value, chr(32) . chr(160));
>
> You're solution is good, Casey we're just ignoring you because
> you smell funny.
Is that wha
On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
> Hi,
>
> I have a table with the below fields. (id, title, language, author &
> link to the book).
>
> Initially I want to display a page with 3 select boxes (language,
> author & title).
>
> Initially first select box displays the available la
On Thu, 2008-01-03 at 07:48 -0800, Jim Lucas wrote:
> Jochem Maas wrote:
> > Jim Lucas schreef:
> >> Jochem Maas wrote:
> >>> Robert Cummings schreef:
> >>>> On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
> >>>>> Hi,
> >&g
On Thu, 2008-01-03 at 09:52 -0600, Jay Blanchard wrote:
> [snip]
> I don't suppose any of you punks know the meaning of rhetorical? ;)
> [/snip]
>
> Rhetorical?
Rhetorical??
--
...
SwarmBuy.com - http://www.swarmbuy.com
Leveraging the
On Thu, 2008-01-03 at 16:38 +0100, Jochem Maas wrote:
> Jim Lucas schreef:
> > Robert Cummings wrote:
> >> On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
> >>> Hi,
> >>>
> >>> I have a table with the below fields. (id, title, language, aut
On Fri, 2008-01-04 at 12:58 -0500, tedd wrote:
> Hi gang:
>
> Here's the problem.
>
> I have a client who has Flash Videos and wishes to rent these Videos
> out for a certain time period. (No, it's not porn -- shame on you).
Bah!
> I have written the code and have NO problems with registering
On Fri, 2008-01-04 at 13:29 -0500, tedd wrote:
> At 1:09 PM -0500 1/4/08, Robert Cummings wrote:
> >On Fri, 2008-01-04 at 12:58 -0500, tedd wrote:
> >> Hi gang:
> >>
> >> Here's the problem.
> >>
> >> I have a client who has Flash Vid
On Fri, 2008-01-04 at 14:43 -0500, tedd wrote:
> At 1:54 PM -0500 1/4/08, Robert Cummings wrote:
> >On Fri, 2008-01-04 at 13:29 -0500, tedd wrote:
> >
> > > Rob:
> >>
> >> I have all of that logic in place now.
> >
> >Then what is the
On Fri, 2008-01-04 at 15:27 -0500, Daniel Brown wrote:
> On Jan 4, 2008 3:12 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > It's simple, the URL should NOT directly point to the flash. It should
> > point to a PHP wrapper script. The wrapper script then allows
All of these look the same for me in Opera under Linux. Character sets
are not a browser war issue, they're a character set/font issue. Just
because a character set supports a character, doesn't mean the character
font exists.
Cheers,
Rob.
On Mon, 2008-01-07 at 10:29 -0500, tedd wrote:
> At 12:0
On Sun, 2008-01-20 at 18:02 +, David Powers wrote:
> Stut wrote:
> > You seem unable to accept that you are the one that put your email
> > address out there for anyone to collect. If you can't understand that
> > then there is indeed no point in continuing the conversation.
>
> I do unders
On Sun, 2008-01-20 at 16:13 -0500, Nathan Nobbe wrote:
> On Jan 20, 2008 4:09 PM, Børge Holen <[EMAIL PROTECTED]> wrote:
> >
> > MAN don't expose it like that. Now he'll get tons upon tons of spam :D
> >
>
> damn, did i, like, just publish it again :-O
Is this going to turn into one of those thi
On Sat, 2008-01-19 at 23:17 -0500, Nathan Nobbe wrote:
> thanks for the great responses guys.
> i guess what im really getting at though is, if crypt() will embed
> a salt in the value it returns automatically, is there any benefit to
> creating a salt to pass to the second argument and storing tha
On Mon, 2008-01-21 at 12:35 -0500, blackwater dev wrote:
> I have a text file that contains 200k rows. These rows are to be imported
> into our database. The majority of them will already exists while a few are
> new. Here are a few options I've tried:
>
> I've had php cycle through the file
On Mon, 2008-01-21 at 14:37 -0500, Mike Potter wrote:
>
> You should have said "yes" and quit while you thought you were ahead.
I'm not trying to get "ahead"... I didn't know I was competing. Are we
competing? I thought I was just answering posts.
> > that was me saying that there is certainly a
On Mon, 2008-01-21 at 15:20 -0500, Jason Pruim wrote:
>
> I try so hard to NOT rely on the wealth of info available here, but
> you guys don't make it easy!! :)
The only good thing to do with wealth is share.
Cheers,
Rob.
--
...
SwarmBuy.
On Mon, 2008-01-21 at 15:28 -0500, Jason Pruim wrote:
> On Jan 21, 2008, at 3:27 PM, Robert Cummings wrote:
>
> > On Mon, 2008-01-21 at 15:20 -0500, Jason Pruim wrote:
> >>
> >> I try so hard to NOT rely on the wealth of info available here, but
> >> you g
2701 - 2800 of 5036 matches
Mail list logo