Re: [PHP] Output (Urgent!)

2001-07-17 Thread Joseph
How you want to get a value from client side to php on the same page? Joseph "Orv î?÷inklÏ ²ørÏkîskî" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Frederik > > Run this code. It does what you want it to. > In your or

[PHP] Re: Adding elements to an array

2001-07-17 Thread Joseph
Try $MyArray = array('DATETIME' => $DateTime); $MyArray["BUYVAL" ] = "1.23"; "Sharat Hegde" <[EMAIL PROTECTED]> wrote in message 30402B4CB8C7D311A3C600C04F1513BC7E8976@bg2ipmail">news:30402B4CB8C7D311A3C600C04F1513BC7E8976@bg2ipmail... > Hello, > > I have a requirement to add elements to an assoc

[PHP] what would a c extension buy me

2006-03-12 Thread joseph
ons (which i've been trained to do), how much of a time improvement would we be talking about? please send me your input! i am at a growing stage and need direction here. because any of those steps will require considerable time. thank you. joseph. -- PHP General Mailing List (htt

Re: [PHP] what would a c extension buy me

2006-03-13 Thread joseph
hThis_general,$debug_matchThis_dbArray, $debug_array_of_possibles,$debug_matchThis_great_detail); 58 if ($debug_matchThis_general) { echo "after matchThis#2**match_count***".$match_count.""; } 59 } 60 61 } 62 63 // un

Re: [PHP] what would a c extension buy me

2006-03-13 Thread joseph
many points given to my esteemed and humble correspondant for: 1) > psychics-php is a seperate mailing lists, please channel/mindmeld the correct > subscription procedure from John Nichel ;-) > points to me for a quick comeback ( word is indexed, wordsize is not) 1) per mysql website ... >

Re: [PHP] what would a c extension buy me

2006-03-13 Thread joseph
sorry, i made a mistake before. > >9795 Query select > > word,def,wordid,pos,posn,wordsize,syn from korean_english where word > > like '운전할' order by wordsize desc > > in cases when you are not using the wildcard tokens (percentage signs) > try changing the query to u

[PHP] Re: [SPAM] [PHP] determining client's external IP

2006-03-13 Thread joseph
this is what gnuboard4 uses to process logins $tmp_sql = " insert into $g4[login_table] ( lo_ip, mb_id, lo_datetime, lo_location, lo_url ) values ( '$_SERVER[REMOTE_ADDR]', '$member[mb_id]', '$g4[time_ymdhis]', '$lo_location', '$lo_url' ) ";^M i thought about proxy proxy servers upstream from us

[PHP] Re: [SPAM] [PHP] determining client's external IP

2006-03-13 Thread joseph
this is what gnuboard4 uses to process logins $tmp_sql = " insert into $g4[login_table] ( lo_ip, mb_id, lo_datetime, lo_location, lo_url ) values ( '$_SERVER[REMOTE_ADDR]', '$member[mb_id]', '$g4[time_ymdhis]', '$lo_location', '$lo_url' ) ";^M i thought about proxy proxy servers upstream from us

Re: [PHP] what would a c extension buy me

2006-03-13 Thread joseph
mr. maas, psychic me you are a man. i created an index, no change. but i already knew that because one of the cases where an index is never used is when > The key used to fetch the rows is not the same as the one used in the > > ORDER BY: > > which is the case here. (index creation

[PHP] Re: [SPAM] Re: [PHP] DB calls vs Session solution

2006-03-13 Thread joseph
> > > > I have got some expensive sql queries (doing lots of LEFT JOINS) that result > > in anything between 10 to 1 results. I need to do paging on those. So > > far I have used a LIMIT solution which will not do anymore because you don't > > get the whole total. i just decided to issue a cou

Re: [PHP] Re: Blogger post failed

2006-03-13 Thread joseph
something? > > [EMAIL PROTECTED] wrote: > > Blogger could not process your message at this time. > > > > Error code: 6.1C18D13 > > > > Original message: > > From: [EMAIL PROTECTED] > > Date: Mon, 13 Mar 2006 14:19:56 +0100 > > Subj

[PHP] why is PEAR::DB constantly initting connection?

2006-03-23 Thread joseph
bonjour, why does my DB object always send INIT DB to mysql server? i am using PHP 5.0.5 and * @versionRelease: 1.7.5 * @link http://pear.php.net/package/DB */ the problem caused by calls like the following -- very simple code, really may be caused by my PEAR/DB.php wrapper f

[PHP] iconv returns blank string, not false

2006-04-01 Thread joseph
why is this iconv function not working for me? i am converting $search to euc-kr charset. my conversion code is not working. background and motivation i have to mimic a accept-charset on a form to fake a get request by disguising it as a hyperlink. (my firefox ref

Re: [PHP] iconv returns blank string, not false

2006-04-01 Thread joseph
> why is this iconv function not working for me? > i am converting $search to euc-kr charset. > my conversion code is not working. > > background and motivation > > i have to mimic a accept-charset on a form to fake a get request by > disguising it as a hyperlink. (

Re: [PHP] 404 error - why???!!

2005-07-13 Thread Joseph
Steve, I may have missed this response, if this is a repeat please excuse me... Make sure you have the correct mysql and php versions to run phpBB. I had 404 errors with a blogging/forum application where the index file moved to another page. But because there were some errors in setup the pa

[PHP] PHP CERT. Question

2005-07-19 Thread Joseph
Is there a list which deals with basic certification questions and anxieties? I got the 'official' Zend study guide and now believe I know nothing. And the practice book has quests whose subjects are not mentioned in the relevant chapters. If someone else has completed the exam, which text did

Re: [PHP] My Project

2005-07-20 Thread Joseph
Jay Blanchard wrote: [snip] Hey, Look I made a new database just for this money testing stuff. This is the table: CREATE TABLE `money` ( `money` varchar(255) NOT NULL default '' ) TYPE=MyISAM; Now, I use this code $sqlUpdate = "UPDATE `myDatabase`.`myTable` SET `myMoney` = (`myMoney`-10)

Re: [PHP] Attaching a PDF in email (no body text displays)

2005-07-21 Thread Joseph
Ade Smith wrote: I am attaching a PDF document to an email, this part works great, however to get this to work it prevents the text in the body of the message to be displayed, what am I doing wrong? Here is the code: $filename = "confirmation.pdf"; if(!($fp = fopen($filename, "r"))):

Re: [PHP] Attaching a PDF in email (no body text displays)

2005-07-21 Thread Joseph
sorry, i think i misunderstood his problem. I didn't get the replies to his original post until after I sent mine jzf Joseph wrote: Ade Smith wrote: I am attaching a PDF document to an email, this part works great, however to get this to work it prevents the text in the body o

Re: [PHP] php4 / sessions

2002-12-13 Thread Joseph Guhlin
it is set before setting it is to: if (!isset($_SESSION['client_filter'])) { $_SESSION['client_filter'] = $client_filter; } That way it will be set before the rest of the script commences. Hope this works for you! If not, I'm not sure what the problem is and someone el

Re: [PHP] real password value

2002-12-13 Thread Joseph Guhlin
eeing if it matches the stored, encrypted password. There is no way to decrypt it without brute forcing it. So just assign a new password and mail it to the user. Hope this helps. --Joseph Guhlin http://www.josephguhlin.com/ Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=

Re: [PHP] Question about the exit() command

2002-12-19 Thread Mike Joseph
No, for that use a if statement if($fname == "Select") { $errormessage = $error; include( "other.html" ); exit; } else { //code } A switch works like this switch($var) { case 1: //if $var==1 $thisvar = $something; break; case 2: //if $var==2 $thisvar = $something2; break; } ~M

[PHP] GD and 4.3

2003-02-12 Thread Joseph Bannon
I hear GD is included in 4.3. What does it all support? Does it support gif? Joseph __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
Are there any special configuration commands I have to include at install to use GD? J. __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
Can someone tell me what is wrong? I get this error message when I try to configure checking for jpeg_read_header in -ljpeg... yes checking for png_write_image in -lpng... yes If configure fails try --with-xpm-dir= configure: error: freetype2 not found! Here is my configure... ./configure

Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
> Do you have freetype2 installed? No, but I removed the --with-freetype-dir=/usr and it installed ok. Does this mean I wont be able to create text on images? Basiclly, I want to configure php so that I can create images with text on them, like a graphic counter. I don't care what font is used,

Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
> Do you have freetype2 installed? No, but I removed the --with-freetype-dir=/usr and it installed ok. Does this mean I wont be able to create text on images? Here is basically what I want to do if that helps... I want to configure php so that I can create images with text on them, like a grap

[PHP] sessions

2003-02-20 Thread Joseph Bannon
I'm starting to use sessions for my website and wanted to know some things before I fully commit to use them. 1) How are sessions different from cookies other than where the information is stored? 2) Does session data stored on the server automatically delete after a certain time? 3) Is a sessio

[PHP] session emergency

2003-02-21 Thread Joseph Bannon
Where can I set the session data size? Joe. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Detecting number of pages in a multi-page .TIFF file

2003-02-24 Thread Joseph Szobody
Can PHP tell how many pages there are in a multi-page .TIFF file? The tif file would be on the local machine. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] using php to rotate ad banners

2003-02-26 Thread Joseph Bannon
to the proper place when clicked. Should I be using cookies or sessions to do this? I think the problem is that some people have their browser set to not accept cookies which is why they get directed to other places. Thanks, Joseph Bannon RisingMusic.com

Re: [PHP] Best way to accept donations online - Can't use paypal

2003-02-26 Thread Joseph Bannon
I think paypal can be used. I created a script that gets all their information passed from paypal's server where it updates their account on mine. Very seemless. J. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.

[PHP] Re: mysqldump

2003-02-26 Thread Joseph Szobody
You need to use exec, system, etc. Here is a script that I recently put together. It backs up the database, and pushes it as a download to the user. Hope this helps, Joseph "John Taylor-Johnston" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone do

[PHP] Re: mysqldump

2003-02-26 Thread Joseph Szobody
u. that should read: exec("mysqldump -c -q database -u user -ppassword", $sql); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Restate: using php to rotate ad banners

2003-02-27 Thread Joseph Bannon
Anyone? Reply? I recently created some scripts to rotate ad banners on my site. One script is called show.php, which serves the banner. The other is called click.php, which redirects the people to the proper site for the banner they clicked on. Some people have noticed that when they click on t

Re: [PHP] Re: using php to rotate ad banners

2003-02-27 Thread Joseph Bannon
> Why don't you just use phpAdsNew? Because I prefer to write it myself so I can learn more. J. = RisingMusic.com 450,000 registered users. 14,000 registered bands and artists. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips,

Re: [PHP] Restate: using php to rotate ad banners

2003-03-01 Thread Joseph Bannon
> Don't reinvent the wheel :) > > http://www.phpadsnew.com/one/ Then how would people learn? Eventually everyone that knows how to make the wheel will die and the knowledge to make it will be forgotten. J. __ Do you Yahoo!? Yahoo! Tax Center -

[PHP] Re: Restate: using php to rotate ad banners

2003-03-01 Thread Joseph Bannon
> The other problem is that if I open two browser > windows to your site, one after the other, and see > two banners, and then click on the first one, am > I going to go to the site for the second one? Yes, that is one of the main problems. Would using sessions help end this? J.

Re: [PHP] Restate: using php to rotate ad banners

2003-03-01 Thread Joseph Bannon
> Would this do it for you? No, that is that the problem. Showing the banner is. It's when they click on it. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- PHP General Mailing List (http://www.php.

[PHP] PHP OOP design question

2003-03-04 Thread Joseph Szobody
object to the other classes. I.e.: // Create the db object $mysql = new mysql(); Now create whatever other objects I need, passing in mysql as an argument. $job = new job($mysql); 4) Some other idea? Thanks for any help, Joseph -- PHP General Mailing List (http://www.php.net

[PHP] file uploads

2003-03-04 Thread Joseph Bannon
Regarding file uploads... 1) Do the temp files automatically delete, or do I need to put something in the code to delete them? 2) If automatically, how long? Where can I set the length of time until they are deleted? 3) If not, is there a place I can make it be automatic? Thanks Joseph

Re: [PHP] crontab

2003-03-04 Thread Joseph Szobody
It works really well. Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] file uploads

2003-03-04 Thread Joseph Bannon
> They do, and I believe it's until the end of the > currently-running PHP script. Perfect! Thanks. Joseph __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- PHP General Mailing

[PHP] session data

2003-03-05 Thread Joseph Bannon
1) How long does session data remain on the server? 2) Is there a place I can set the expiration? 3) Will php automatically delete the old session data or do I have to do it? Thanks, Joseph = RisingMusic.com 450,000 registered users. 14,000 registered bands and artists

Re: [PHP] some help needed building chat-app

2003-03-05 Thread Joseph Bannon
> * how can i make sure the db-connection is closed > before the user closes the window? Doesn't the connection close when the php script stops? J. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --

Re: [PHP] Issues in passing session data

2003-03-05 Thread Joseph Bannon
> For instance, most developers uses session_start() > on top of every page. The problem is that after > visiting each page, a new session file is created on > the server. Correct me if I'm wrong, but I don't think a new session file is created. "session_start() creates a session or resumes the

Re: [PHP] session data

2003-03-05 Thread Joseph Bannon
> this is controled by session.gc_maxlifetime Is the number by second, minutes, etc? Thanks, J. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To un

[PHP] Re: Get Browsers time zone

2003-03-06 Thread Joseph Szobody
Jonathan, Only way I can think of is to display the time using Javascript. This way it will be displayed according to the users computer clock. Of course, if the computer clock is wrong... Joseph "Jonathan Arnold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECT

[PHP] Re: HTTP_REFERER security implications?

2003-03-10 Thread Joseph Szobody
Tom, This will completely break in AOL. An AOL user's referer changes all the time. Joseph "Tom Woody" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am working on a simple authentication script, where the user submits a > login and password, the

[PHP] mysql and php

2003-03-11 Thread Joseph Bannon
How can I have php give me all the data in a table as I would using the prompt in mysql? Joseph __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com -- PHP General Mailing List (http://www.php.net

[PHP] Re: Force refresh of graphic - how?

2003-03-12 Thread Joseph Szobody
Mark, Why not call the makepic.php image, passing in an URL parameter that is always different. This makes the browser think you are always calling a different image, and won't cache it. Joseph "Mark Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED

[PHP] what is session_name?

2003-03-12 Thread Joseph Bannon
I read the description on php.net, but what is session_name really used for? Thanks, Joe. __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsub

RE: [PHP] PHP on one box, Apache on another?

2003-07-01 Thread Dan Joseph
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

RE: [PHP] PHP on one box, Apache on another?

2003-07-01 Thread Dan Joseph
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

RE: [PHP] Re: PHP user group

2003-07-02 Thread Dan Joseph
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

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Dan Joseph
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] >

RE: [PHP] print html code

2003-07-03 Thread Dan Joseph
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

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Dan Joseph
to make the target dynamic. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Dan Joseph
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:

[PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Joseph Szobody
o download and apply patches (from what I understand). Up2date is a huge time saver for me. 2. Install RH7.3, and manually install the latest version of PHP (I simply can't use the version that comes with RH7.3). Of course then I still have the older version of MySQL, and everything else. C

RE: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-04 Thread Joseph Blythe
gards, Joseph Blythe -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] Sent: Friday, 4 July 2003 4:18 PM To: Ow Mun Heng Cc: Mark Charette; [EMAIL PROTECTED]; Shena Delian O'Brien Subject: RE: [PHP] Re: Red Hat 9, Apache 2, and PHP Apache2 has a number of differen

[PHP] mcrypt warning

2003-07-09 Thread Dan Joseph
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

RE: [PHP] nested for loops

2003-07-09 Thread Dan Joseph
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

RE: [PHP] mcrypt warning

2003-07-10 Thread Dan Joseph
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

RE: [PHP] OnClick problem

2003-07-10 Thread Dan Joseph
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

RE: [PHP] OnClick problem

2003-07-10 Thread Dan Joseph
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

RE: [PHP] PHP POS program

2003-07-16 Thread Dan Joseph
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

[PHP] Re: PHP code beautifier?

2003-07-17 Thread Joseph Szobody
PHPEdit has a code beautifier feature too. Btw, I found all of these on the first two pages of a simple Google search. Might be worth trying in the future. :-) Joseph "Jacob Vennervald Madsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi List > > Does

[PHP] PHP and secure transactions

2003-07-17 Thread Mike Joseph
Hey everyone, Anyone have any tips on books, sites, news groups... anything where I can get some *good* information on using PHP to process secure transactions (the real ones, with an RSA Certificate). Thanks in advance, ~Mike -- -==- Mike Joseph Unix Geek / Code Monkey "Gripped by fear m

Re: [PHP] PHP and secure transactions

2003-07-17 Thread Mike Joseph
Not exactly sure what you mean.. do you want a php script to make a secure connection with some external website? Perhaps... we are just in the planning stages right now. I have books upon books on writing code for secure transactions (processing credit card numbers, mostly) in Java and C++, but

RE: [PHP] paypal and ecommerce

2003-07-18 Thread Dan Joseph
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'

RE: [PHP] a good PHP free forum?

2003-07-21 Thread Dan Joseph
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

RE: [PHP] controlling winamp with COM

2003-07-21 Thread Joseph Blythe
I know nothing about using php and COM under windows but a good place to start would be: http://www.php.net/manual/en/ref.com.php regards, Joseph > -Original Message- > From: Diego Fulgueira [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 22 July 2003 1:10 PM > To: John He

[PHP] Array Sorting, 2 items...

2003-07-22 Thread Dan Joseph
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

RE: [PHP] Array Sorting, 2 items...

2003-07-22 Thread Dan Joseph
;) 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]

RE: [PHP] Array Sorting, 2 items...

2003-07-22 Thread Dan Joseph
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

RE: [PHP] Array Sorting, 2 items...

2003-07-22 Thread Dan Joseph
: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

RE: [PHP] Array Sorting, 2 items...

2003-07-22 Thread Dan Joseph
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

RE: [PHP] Software Application Engineer WANTED (PHP/MySQL Guru)

2003-07-24 Thread Dan Joseph
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

[PHP] just looking for some opinions...

2003-07-24 Thread Dan Joseph
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

RE: [PHP] just looking for some opinions...

2003-07-24 Thread Dan Joseph
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

RE: [PHP] just looking for some opinions...

2003-07-24 Thread Dan Joseph
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

RE: [PHP] just looking for some opinions...

2003-07-24 Thread Dan Joseph
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

[PHP] Re: Email forwarding from SendMail to PHP

2003-07-28 Thread Joseph Szobody
See if this helps: http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/ Joseph "Donald Tyler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone know of a place to get some good tutorials on how to forward email > from SendMail to PHP for proc

RE: [PHP] looking for scheduling program

2003-07-30 Thread Dan Joseph
Hi Chris, its always more fun to write your own, however, check php project our (might be spelled projekt, I can't remember). Should be on freshmeat or sourceforge. It might do what you want. -Dan Joseph > -Original Message- > From: Chris W. Parker [mailto:[EMAI

RE: [PHP] Opinions on Micro$oft .NET

2003-07-31 Thread Dan Joseph
ave a public news server if you don't. -Dan Joseph > -Original Message- > From: Jay Paulson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 1:36 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Opinions on Micro$oft .NET > > > I know this is a little off

RE: [PHP] Opinions on Micro$oft .NET

2003-07-31 Thread Dan Joseph
. Windows Server runs fine on the same types of hardware that Linux does. -Dan Joseph > -Original Message- > From: Chris W. Parker [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 1:50 PM > To: Jay Paulson; [EMAIL PROTECTED] > Subject: RE: [PHP] Opinions on Micro$o

RE: [PHP] Opinions on Micro$oft .NET

2003-07-31 Thread Dan Joseph
Hi, Yeah, the framework does. The free editor is for web apps, the Visual Studio is for normal apps. -Dan Joseph > -Original Message- > From: Chris W. Parker [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 2:04 PM > To: Dan Joseph; Jay Paulson; [EMA

RE: [PHP] include help please

2003-07-31 Thread Dan Joseph
Hi, Take the quotes off around the $page variable. -Dan Joseph > -Original Message- > From: LoonySalmon [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 4:07 PM > To: [EMAIL PROTECTED] > Subject: [PHP] include help please > > > i am looking to

RE: [PHP] Please Help

2003-07-31 Thread Joseph Blythe
Sathiyabama, Is always a good idea to read the manual, search google and the list archives before posting to this list, the below links should help you get started. http://www.php.net/manual/en/function.mail.php and: http://www.php.net/manual/en/function.rmdir.php Regards, Joseph

[PHP] for the love of god, remove me

2003-08-03 Thread Joseph Bannon
> PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php This page is useless, you can't remove yourself. J. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo

Re: [PHP] for the love of god, remove me

2003-08-07 Thread Joseph Bannon
> It's not usless if you read the page. > [EMAIL PROTECTED] As I said, the page is useless. This doesn't work either. J. > On Sun, 2003-08-03 at 13:45, Joseph Bannon wrote: > > > PHP General Mailing List (http://www.php.net/) > > > To unsubscribe

RE: [PHP] trying to match the front and end...

2003-08-09 Thread Dan Joseph
amic. I guess I just found it easier to go over it with a couple regular expressions, then got to thinking maybe I could combine it into one. What suggestion would you have? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] trying to match the front and end...

2003-08-10 Thread Dan Joseph
it into one regular express, instead of two. Can someone give me an example of matching the beginning and end at the same time? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Class Design Question...

2003-08-14 Thread Dan Joseph
ce, and something for me to think about. I have a habbit of learning something new, and then overusing it to death... I'm sure I'm guitly of making spaghetti. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Class Design Question...

2003-08-14 Thread Dan Joseph
ganized, but then again, if its sloppy in the performance area, I'll probably change my ways. So, I guess we're all right, depending on the situation, it could or hinder performance. As for more information right now, don't really have anything specific I could toss out there.

RE: [PHP] Class Design Question...

2003-08-14 Thread Dan Joseph
Hi, Are there any performance differences that are noticable in a 300-400 line PHP script if you overuse classes rather than straight functions? -Dan Joseph > -Original Message- > From: Chris W. Parker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 1:0

RE: [PHP] trying to match the front and end...

2003-08-14 Thread Dan Joseph
my results in a day or two when I get it situated. Thanks to you both! -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] trying to match the front and end...

2003-08-14 Thread Dan Joseph
's will work if it can match the beginning and the end successfully. I should probably explain myself further. Sometimes there won't be anything to replace at the front, and sometimes nothing at the end. So it'd still need to do the front and/or end wether or not they both exist. Is there a way to tweak these to do that? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] anyone have any idea as to how to display a message after a page has started loading??

2003-08-22 Thread Dan Joseph
ve any ideas > on this?? BTW: at the time I am trying to display a message I have > already started output to the browser. Try looking up the flush() function on php.net. That _might_ do what you want. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubs

  1   2   3   4   5   6   7   8   9   >