No kidding. And the very thought that apple in its "intrusion" into
the world of UNIX hasn't made a group open-SQL-database-driven web-accessible
iCal is kind of unreal. At least make it filemaker pro driven. :-)
> -Original Message-
> From: Reuben D. Budiardja [mailto:[EMAIL PROTECTE
On Friday, January 31, 2003, at 08:13 PM, Weston Houghton wrote:
I seem to be getting a silly error on Solaris when trying to do a PHP
4.3 make. I get an error that looks to me like the liner arguments are
just too long. to be honest, I'm a bit stupified as to why this is
happening or how to
i looked there i'm sure i didnt see that :| what a pain , another reason to
get them to upgrade ;) what information can i get out of the file then ?
-Original Message-
From: Maxim Maletsky [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 2:06 AM
To: electroteque
Cc: [EMAIL PRO
i mean can u output the counter to the screen with php ? like 1 wait a few
seconds 2 wait a few more seconds 3 etc .., atm it will go through the loop
first then output
-Original Message-
From: Marek Kilimajer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 11:12 PM
To: electr
simple ./configure --enable-cli etc...
I am thinking that I need to install PHP (v4.3 while I am at it) from
scratch to do this. I was wondering if anyone can think of a work
around or any other ideas?
Thanks,
Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
ary?
Is this modified behavoir limited to me, or expected?
--
Dan Hardiker [EMAIL PROTECTED]
ADAM Software & Systems Engineer
First Creative
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sounds close, but the latest stories are going to have to be generated every
hour or so, so what are the functions to do this in php though ? would
fopen,fread and fwrite do the trik ? i need a way to hange the links within
the page all back to html so somehow doing a preg_replace for foo.php?id=1
better still , is there a simple way to preg_replace index.php?fooID=1 to
index/1.html from a href link?
-Original Message-
From: Mark Cubitt [mailto:[EMAIL PROTECTED]
Sent: Monday, February 24, 2003 10:50 PM
To: electroteque; [EMAIL PROTECTED]
Subject: RE: [PHP] creating flat versions of
v_PHP5.pdf
I think this is more in the realm of what your looking for:
http://www.php.net/ZEND_CHANGES.txt
--
Dan Hardiker [EMAIL PROTECTED]
ADAM Software & Systems Engineer
First Creative
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
still pretty new to
mod_rewrite, so please bear with me if I'm doing something obviously wrong
here.
Thanks,
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
//localhost/issues redirects me to the hostname
(which I have set to 'asdf', causing my browser to end up at
http://www.asdf.com).
I guess I should have said this earlier, but I'm testing on Win32/PHP
4.3.1/Apache 1.3.27, and have verified the problem on a FreeBSD platform as
well.
Hi,
I have a huge potential project and I'm fairly new to PHP. I've been
managing shopping carts for years for people, Miva Merchant, doing sites,
etc., but would like to try my hand at a custom PHP cart if possible. I Was
wondering if for the project requirements below ...
a.) Any PHP ready m
Thanks Chris,
I'm looking into them now. Can these be modified for such?
Dan
-Original Message-
From: Chris Edwards [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 4:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP Project for a newbie (me) or for hire?
you should
i'll explain
i need a fallbak method where if the master server is down it will goto the
slave i assumed the connection could do this automatically but it doesnt
therefore requires it setup in the php connection script ,
part of my db class $this->connection = @mysql_pconnect($host,$user,$pass);
i have worked out the issue , here is my dynamic connection to the slave ,
port does not work i suggest this is a bug ?
localhost:/usr/local/etc/mysqlslave/tmp/mysql.sock this connected to the
slave on 3307 fine
-Original Message-
From: Rich Gray [mailto:[EMAIL PROTECTED]
Sent: Sunday, Ma
Hi,
This is OT, I'm considering buying the MySQL, Second Edition Paul DuBois
book. I'm using MySQL 3.23. Should I be buying the first edition DuBois
book instead or does BuBois cover both 3 and 4 in the second edition? Is
there a huge difference between 3 and 4?
Thanks.
--
PHP General Maili
ows
2000+) but you will have to investigate those yourself.
--
Dan Hardiker [EMAIL PROTECTED]
ADAM Software & Systems Engineer
First Creative
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if you're having variable resolution issues, then just
break out of the string. Apply the following change to have happy dreams:
From:
> $str3 = "Hello, $arr2['name']";
To:
> $str3 = "Hello, ".$arr2['name'];
--
Dan Hardiker [EMAIL PROTECTED]
Thanks Larry,
What are some of the more active MySQL lists? Do you have a URL or two?
Thanks,
Dan
-Original Message-
From: Larry E. Ullman [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 9:52 AM
To: Dan Sabo
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] MySQL
> This is OT,
s/wibble.php
and you can see the output of it running every minute:
tail -f /tmp/wibble.output
Works fine for me ... try it
--
Dan Hardiker [EMAIL PROTECTED]
ADAM Software & Systems Engineer
First Creative
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tem
either as a standard or as an add on mod, and am doing some comparisons.
Thanks,
Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I'm reading the description of Bitwise Operators on page 81 of "Professional
PHP 4", the Wrox book. In the highlighted example on that page, the line of
code...
$user_permissions = CREATE_RECORDS | ALTER_RECORDS;
the description in the book says that this line is building a set of user
perm
Hi Phillip,
Don't U mean
0001
| 0100
= 0101
?
Dan
-Original Message-
From: Philip Hallstrom [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 2:33 PM
To: Dan Sabo
Cc: [EMAIL PROTECTED]
Subject: Re: Bitwise operator question
Here's how I thin
Thanks Philip,
OK I understand the binary thing but that line, I just don't see it, It's
not the or operator that's summing up the two binary values is it?
Dan
-Original Message-
From: Philip Hallstrom [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 3:53 PM
and replace the command with the response.
I can provide sample code for either options ... but would rather not mock
up a test bed if its not gonna get used ;)
PS: Im guessing your building dynamic templates ... have you had a look
into "smarty"? http://smarty.php.net/
--
Dan Hardike
nk();?
If your using XML throughout - have you looked at XSLT transformations?
--
Dan Hardiker [EMAIL PROTECTED]
ADAM Software & Systems Engineer
First Creative
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I will do that Henry,
Dan
-Original Message-
From: Henry Grech-Cini [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 2:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: PHP shopping carts
Hi,
Please let me know if you find one thats any good?
Henry
"Dan Sabo" <[EM
book it is, if I perform bitwise operations on those
integers, does PHP automatically see those integers as binary and treat them
as such in bitwise operations?
Dan
-Original Message-
From: Philip Hallstrom [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 4:10 PM
To: Dan Sabo
Cc: [
shit i'm a dope this is the email address [EMAIL PROTECTED], as i
access the group via newsgroup i never knew :|, but what i am saying is , as
like mysql it is downloading all the messages to my inbox i cannot do this
with the php list i can only post, and can only read them in the newsgroup
viewer
the OO handling definately and it works ! although u have to change your
private and public functions to specific public function 1 and private
function 2 etc , i run it only another apache process on a different port so
i can run 4.3.1 aswell
-Original Message-
From: Marco Tabini [mailto:
if u read my previous post i have another instance of apache running with 5
under that so apache first server is running on port 1023 and apache second
server is running on port 1024
-Original Message-
From: Jason Lange [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 08, 2003 5:18 AM
To: [
hi there i was wondering if its ever possible to get a screenshot of an mpeg
frame giving it a position and maybe optmisize it with de-interlacing to a
jpeg using gd ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I'm New to PHP, I'm running 4.1.2
I'm switching over from perl, trying to get a basic mail form going, trying
to get some freeware running in the meantime while I'm learning PHP and can
write my own. I'm setting up a freeware script called "Phorm", it was
previously called "PHPMail". I got
enerates an alert to you!)
And -
$PHORM_URL: A URL to attempt to redirect to if $PHORM_RCONFIG is set and
$PHORM_CONFIG is not - presumably the URL of your form.
Dan
-Original Message-
From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 08, 2003 7:48 PM
To: Da
Hello,
Am I correct in my understanding that for a multi-select input, PHP requires
that the name attribute end with square brackets (i.e. http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
er has javascript disabled
> your form ceases to function.
I guess this question was coming from a "couldn't they have designed in a
cleaner way?" perspective. Don't get me wrong, I think the way PHP does an
outstanding job of handling these particular kinds of form submiss
Perhaps something like:
\n";
}
?>
HTH,
-Dan
"Clint Tredway" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a display of images that every fourth image I want to start a new
> column. In ColdFusion I would use the MOD operator like this:
>
trick.
If you're using UltraEdit/BBEdit/Emacs you should be able to update your
links without too much effort.
HTH,
-Dan
"David Chamberlin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hey all,
>
> Some of my users have reported a problem with my s
ion pretty quickly, so any help is much appreciated.
Thanks,
Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
This is a repost, I posted it saturday and not many people were on list so
I'll try once more. I'm setting up a freeware script called "Phorm", it was
previously called "PHPMail". I got it from http://www.phorm.com/ Anyone
here have experience with this script?
For some reason I'm getting
If you're using MySQL as your database system, you may want to look into
full-text search as well as the LIKE keyword.
http://www.mysql.com/doc/en/Fulltext_Search.html
http://www.mysql.com/doc/en/String_comparison_functions.html
HTH,
-Dan
"Mike Tuller" <[EMAIL PROTECTED]>
creating
video databases , simply upload the video grab the frame and add to the
database ;)
-Original Message-
From: Dan Rossi [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 08, 2003 1:45 PM
To: [EMAIL PROTECTED]
Subject: [PHP] screenshot of an mpeg frame
hi there i was wondering if
t; outside? Maybe some invisible check on the form or something?
>
> Thanks.
>
> Pag
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP General Mailing List (http://www.ph
pplication retrieving the data. There is nothing to stop the
client from adding malformed, incorrect or spoof data into this field -
and thus possibly faking entry to the data you are protecting.
You cannot rely on this field to be accurate, correct or even populated.
--
Dan Hardiker [EMAIL PRO
k the two together,
and then map a network path to the files on the other server. I don't know
what advantages this would really give someone, though...
-Dan JOseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
p.
1. Web Server, 2. File Server, 3. DB Server. After we all got done laughing
him off the phone call, we setup 2 servers, 1. Web/Files, 2. DB.
Fortunately he decided to listen that day.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Searching google.com for 'php user groups' turns up dozens of links.
-Dan Joseph
> -Original Message-
> From: Ray Hunter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 02, 2003 2:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: PHP user grou
No, they actually contact you, and scam you for about 2 trips to Europe, and
$50,000. That's how they make their money. There have been several
documentaries on cable about this stuff.
-Dan Joseph
> -Original Message-
> From: Brian S. Drexler [mailto:[EMAIL PROTECTED]
>
oes two wrongs don't make a right.
There's no such thing. Its SQL servers, some support the full language,
some don't.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
to make the target dynamic.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Oh, yeah, that is correct. You'd need to use the tag and put some
javascript in them to target the frames. I'm not up on the javascript
enough though, check javascript.internet.com for more information.
-Dan Joseph
> -Original Message-
> From: Grant Rutherford [mailto:
> > Could someone let me know if it is possible to pass a resultset of a query
> > to a single variable so it can be included as the message part of the mail
> > function?
if I were you I would try something like...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
> It seems I have been over the documentation repeatedly, but there simply
> isn't any documented way of setting a timeout duration. Any ideas?
If you want to set a time out on execution of the /script/, check out:
http://us3.php.net/manual/en/function.set-time-limit.php
-Da
> The problem is that if a user clicks cancel the control panel loads
> instead of the program dying. Why and how do I stop it?
Please provide more info -- like what do you mean by "if the user clicks
cancel".
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
Look up the function substr. It will allow you to create a string of
the first 50 chars from your 400 char string.
-Dan
On Sat, 2003-07-05 at 09:58, [EMAIL PROTECTED] wrote:
> Hi there,
>
> Hope you can help me with the following:
>
> I have a query and i'm showing the ou
> Make it with your sql query, it will be faster:
> SELECT ..., IF(LENGTH(text)>50, CONCAT(SUBSTRING(text,0,50),'...'),
> text) as text
I won't outright disagree, but warn fkessen to be careful. There are
some scenarios in which that would not be faster.
-Dan
-
If I were you I would create a mySQL (or Postgresql) database containing
all of the thumbnails. Use the row id of the mySQL (Postgresql) table
to decide which row to display.
You probably will want to look up the documentation and/or google.
-Dan
On Sat, 2003-07-05 at 11:44, Michael Whiting
what you're
doing).
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ho (or whatever)
$some_variable. You will have to change it if the script name changes,
but otherwise it's just a relative path.
-Dan
On Sat, 2003-07-05 at 19:43, Beauford.2005 wrote:
> Hi,
>
> I have a very simple form that searches a MySQL database and I want to
> be able to ha
> Please don't mislead users! That's plain untrue.
I assure you that server administrators can turn off the variables such
as PHP SELF. It may not be common but it does happen.
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
have lots of time on my hands at
the time to give you more details.
-Dan
On Sat, 2003-07-05 at 21:27, Giz wrote:
> I've looked at that page extensively and seen nothing there that would
> handle my issue, long before I ever mailed the problem to this list. What
> in particular from t
Since you're using a break to determine when to leave why not...
> $handle = fopen ("http://www.php.net/";, "rb");
> $contents = "";
while (!(feof($handle)))
> {
> $data = fread ($handle, filesize ($filename));
> if (strlen($data) == 0) {
> break;
> }
> $contents .= $dat
the file so that it is executable
will allow you to send the rest of the file to the interpreter and run
it as a full fledged program.
-Dan
On Mon, 2003-07-07 at 08:41, Uros wrote:
> Hello!
>
> Can somebody give me any workable example how to run some script written in
> PHP in Unix con
Check out:
http://www.php.net/license/
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Remember to
http://us4.php.net/manual/en/function.set-time-limit.php
That will allow your PHP program to run infinitely long -- and not time
out after x seconds.
-Dan
On Mon, 2003-07-07 at 09:08, Uros wrote:
> Hello,
>
> Ok let be more specific about my idea. Because I
Because it is desirable to create many small tables over one very large
table I usually allow PHP to create dynamic tables. For instance, you
could have a table called polls, and use the row id to create a unique
table:
-Dan
On Tue, 2003-07-08 at 07:28, Sævar Öfjörð wrote:
> Hi. Im codin
as always if PHP runs at even 10% of the speed of C++ (yes, i know it's
faster), and most scripts would take several miliseconds in C++, the
benefits of using a language with bounds checking, and ease of
programming are immense.
-dan
On Tue, 2003-07-08 at 08:49, Jay Blanchard wrote:
&g
e the Zend scripting engine library commercially (for
example, as a macro language in a commercial word processor you're
writing), you must contact Zend Technologies, Ltd. for licensing
information.
-Dan
On Tue, 2003-07-08 at 11:46, Matthieu Boyer EI3 wrote:
> Well, this is proprie
dates are stored -MM-DD.
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
implode the array and explode it when you're done...
-dan
On Tue, 2003-07-08 at 11:52, carlos castillo wrote:
> But them how i can look for the tag i need if i have the file in an
> array, i need to read an xml file and extract the info between tags
> and .
>
> T
me three!
j/k.
-Dan
On Wed, 2003-07-09 at 00:21, PHP4 Emailer wrote:
> HOLY COW,
>
> I never laughed so hard in my life, This is DEAD ON, for what happens in
> this exact forum.
>
> Damn that [EMAIL PROTECTED] is funny!!
>
> And I've only been here for about
Why don't you just write a program in Java? It would be simple to do,
wouldn't require Flash, and might make your life easier.
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
0, needed: 8 in
/usr/local/apache/htdocs-uat-retail/include/nocheck.iostream.class.php on
line 87
I have read into mcrypt, tried a couple things, but nothing will get rid of
that error. Could someone show me what I've done wrong?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I did one once. It was similar to what you typed out here. Are you having
troubles with this?
-Dan Joseph
> -Original Message-
> From: Micah Montoy [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 09, 2003 1:56 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] n
Hi,
> I use this to set iv to null so I don't need to worry about it :)
>
> $iv = pack("a".mcrypt_enc_get_iv_size($td),$iv);
Ahh ok, I'll give that a try and let you know how it comes out. Thanks!
-Dan Joseph
--
PHP General Mailing List (http://www.ph
e php generated on-the-fly.
> Is this a php problem? Anyone has a clue?
> I really don't want to use a submit button in this case.
Are you using the variable $_SERVER['PHP_SELF'] for your link target?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ith me and explain.
Yeah, it would be:
If that doesn't work, could you paste in a few lines of code?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is it possible to check a file in $_FILES['userfile']['tmp_name'] to
make sure it is of a certain format? I want to allow a user to only
upload jpegs or mpegs, and want to check what format the file is in.
Thanks in advance,
Dan Anderson
--
PHP General Mailing List (htt
I am running a script which accepts uploaded files in safe mode. Is
there a way to get rid of all files stored in /tmp using PHP or do I
need to run a cron jobbed script to delete files of the form "php*"?
Thanks in advance,
Dan Anderson
--
PHP General Mailing List (http://www.ph
> Uploaded files should automatically be purged when script ends. What are you
> trying to do?
A...thank youI didn't realize they were deleted when the script
ended.
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
entionally).
But let's say you run the file yourself. In that case, that file can
hurt your server.
So basically, if you don't check your files scrupulously a hacker can
and will do something evil.
-Dan
On Mon, 2003-07-14 at 00:24, Gerard Samuel wrote:
> Gerard Samuel wrote:
>
&g
off limits to web browsers also helps.
There are linux virus protection programs available which can be run as
a cron job to check files for windows viruses btw. I checked up the
price on one and it was like $700 for a server license. :(
-Dan
--
PHP General Mailing List (http://www.php.n
Oddly enough when I run the query
I get no error, and can print it and run it through a mySQL terminal,
and it works.
Anyone have any ideas?
Thanks in advance,
Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Because of restrictive safe mode settings I cannot display images from
their folder. Is there a way to embed them within a web page?
i.e.
\n";
readfile('image.jpeg');
print "\n";
?>
Thanks in advance,
Dan Anderson
--
PHP General Mailing List (http://www.php
ows based systems. There are also plenty of
good web-based systems. To say that only MS-DOS applications can do POS
properly is kind of niave.
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
;s response is 200 OK, not 206 Partial Content...
Any help/advice is appreciated...
-Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ally what i'm looking for is something similar to readfile() but with
offset and length support. Any ideas ?? I suspect the answer lies in
streams, but i could be wrong.
-Dan
On Wed, 16 Jul 2003, Chris Shiflett wrote:
> --- Dan Goodes <[EMAIL PROTECTED]> wrote:
> > What
yment destinations?
-Dan Joseph
> -Original Message-
> From: Ralph Guzman [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 18, 2003 2:57 PM
> To: 'Edward Peloke'; '[EMAIL PROTECTED] Php. Net'
> Subject: RE: [PHP] paypal and ecommerce
>
>
> Maybe it'
phpBB is pretty good.
-Dan Joseph
> -Original Message-
> From: Denis L. Menezes [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 21, 2003 11:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] a good PHP free forum?
>
>
> Hello friends.
>
> Can someone s
101110
VISA 101998
Keep everything groupped together in their respective ba_type, and put the
numbers in numeric order. I've looked at usort, and many examples of it. I
can see how to use it to sort one column, but how would I sort a second to
achieve this?
-Dan J
;) GROUP BY loan_info.id
ORDER BY loan_info.loan_number ASC
Maybe I'm doing something wrong there?
-Dan Joseph
> -Original Message-
> From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 22, 2003 11:25 AM
> To: Dan Joseph
> Cc: [EMAIL PROTECTED]
nything wrong with that? Shouldn't that give me
the sort I'm looking for without having to do a usort?
-Dan Joseph
> -Original Message-
> From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 22, 2003 11:39 AM
> To: 'Dan Joseph'; [EMAIL PROTECTE
:00' AND transactions.approved_date <= '2003-07-22
23:59:59') AND (loan_info.loan_number LIKE '101%' OR loan_info.loan_number
LIKE '136%' OR loan_info.loan_number LIKE '707%') GROUP BY loan_info.id
ORDER BY payment_methods.ba_type ASC, loan_info.loan_number ASC
Any
Hi,
You know, this worked just fine, as did my order by. Its my brain that is
completely wacked. I am going about this all wrong
Thanks for all your help.. Take care.. I'll let you know how it goes.
-Dan Joseph
> -Original Message-
> From: Marek Kilimajer [ma
need to know which scripts I can get free or at low cost to create a hosting site and
to make an e-mail site. The e-mail site need two features one is for free accounts and
one is for paid accounts like yahoo.com. But there is one catch yahoo dosn't give as
much space as I will for free I will b
Aww heck, just go AWOL? :)
-Dan Joseph
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 23, 2003 5:51 PM
> To: Richard Gabriel; [EMAIL PROTECTED]
> Subject: Re: [PHP] Software Application Engineer WANTED (PHP/MySQL Guru)
&g
ould leave 1924, and everything else on the beginning would
be gone.
How would you setup your logic for this?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks John,
You and 4 others (3 private direct replies) all gave me the same
suggestion. I have no idea why I never think to use a regex... Appreciate
the thought!
-Dan Joseph
> -Original Message-
> From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
> Sent: Thursday
number processing, but I don't want to sit here all day and keep posting
them as I come along, so I'm want to RTM...
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
> make me wonder why people are on the list if they all post answers
> only back to the user.
Probably just a case of hitting reply and not paying attention to it, or
not realizing that it replies to the direct user.
-Dan Joseph
--
PHP General Mailing List (http://www.p
201 - 300 of 2057 matches
Mail list logo