[PHP] IMAP Metadata support

2013-08-29 Thread list
Does PHP IMAP have any support for Metadata? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP vs JAVA

2013-08-20 Thread PHP List
won that crown many times over. That said, when I was in University, it was difficult to find a programming class that taught anything but Java - and that was 10yrs ago now. I chalked it up to the education bubble not being able to see what the rest of the world is actually doing. -- PHP General M

[PHP] MOSSCon in Louisville in May! Submit your proposal this week!

2013-03-27 Thread John List
inary proposal is this Friday, March 29! http://mosscon.org/ Spread the word and submit your proposal. Thanks, John Hicks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL over TCP results on CLOSE_WAIT state in PHP 5.3.8

2012-03-05 Thread php-list
supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes I also have set wait_timeout 45 in my.cnf on server A and mysqli.reconnect On on client B and C in php.ini. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL over TCP results on CLOSE_WAIT state in PHP 5.3.8

2012-02-27 Thread php-list
How can I avoid this or investigate in this? Is this a know issue? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem retrieving CN with ldap_search()

2010-02-17 Thread List
; "uid=loose,ou=people,dc=astron,dc=nl" } } > > As can be seen, the Common Name (cn), is mysteriously missing. The > information IS present in the LDAP database, though. Here's a snippet > of the output of 'slapcat', for the given user: > > dn: uid=loose,

Re: [PHP] Storing (html and php) Content in MySQL - help

2009-11-30 Thread John List
xpected content elements. As things go, it got a little more complex than that, and then a little more complex than that, etc. It's been working fine for me for five or six years and is still reasonably elegant. I've thought of open sourcing it, but I have a hunch there are seve

Re: [PHP] uniqid() and repetition of numbers generated

2009-11-12 Thread John List
Angus Mann wrote: Original Message - From: Ashley Sheridan To: Angus Mann Cc: php-general@lists.php.net Sent: Friday, November 13, 2009 8:31 AM Subject: Re: [PHP] uniqid() and repetition of numbers generated On Fri, 2009-11-13 at 08:22 +1000, Angus Mann wrote: Hi all.

Re: [PHP] Carriage Returns

2009-11-08 Thread John List
u shouldn't have a problem. So you might try outputting the results of your conversion to your PHP error log before you pass it to Informix. You may find more help on an Informix list. John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] testing

2008-03-25 Thread PHP General Users Mailing List
testing -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Returned mail: see transcript for details

2008-03-22 Thread L-Soft list server at AudetteMedia (1.8d)
> JOIN I-WINSOFT Sorry, the I-WINSOFT list is closed. Contact the list owner ([EMAIL PROTECTED]) for more information. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: your excel document

2007-08-09 Thread sla-list
EMAIL PROTECTED]" virus. File quarantined as: "". http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDirectly&virusName=W32%2FNetsky.P%40mm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OT- why is network solutions more than godaddy?

2007-08-03 Thread Eric Holt (PHP List)
lease it from them??? No, you own it. But, don't make your final decision until you've read this: http://nodaddy.com Regards, Austin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Dealing with ImageMagick from PHP

2007-07-29 Thread Eric Holt (PHP List)
Al: Thanks, sorry for messaging this to the list. Can you point me in the direction of the official phpList forum? Thanks a ton, --Eric Al wrote: You'd be far better off asking your questions on the phpList forum. There are a number of hints on the forum for speeding up things.

[PHP] Dealing with ImageMagick from PHP

2007-07-28 Thread Eric Holt (PHP List)
Hello everyone. This is my first post to the list, so bare with me :) I have written an application for a client that is used in the Event Photography business. It handles taking photographs, categorizing them, making thumbnails of them, and allows parents(customers) to view the photos and

[PHP] Persistent MySQL Connection

2007-06-13 Thread PHP Mailing List
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Persistent MySQL Connection

2007-06-11 Thread PHP Mailing List
Can I maintain just one mysql connection resource to all my pages per user session. As far as I knows create connection is more expensive than executing queries ? Any reference how to make efficient for connection resources ? Thanks, Dino -- PHP General Mailing List (http://www.php.net/) To

[PHP] Persistent MySQL Connection

2007-06-11 Thread PHP Mailing List
Can I maintain just one mysql connection resource to all my pages per user session. As far as I knows create connection is more expensive than executing queries ? Any reference how to make efficient for connection resources ? Thanks, Dino -- PHP General Mailing List (http://www.php.net/) To

[PHP] MySQL Connection in Session ?

2007-06-11 Thread PHP Mailing List
Can I maintain just one mysql connection resource to all my pages per user session. As far as I knows create connection is more expensive than executing queries ? Any reference how to make efficient for connection resources ? Thanks, Dino -- PHP General Mailing List (http://www.php.net/) To

[PHP] Marketplace Framework

2007-05-20 Thread PHP Mailing List
Hi All, Is there any PHP's framework for developing a marketplace site ? Regards, Dino -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Marketplace Framework

2007-05-20 Thread PHP Mailing List
Hi All, Is there any PHP's framework for developing a marketplace site ? Regards, Dino -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] passing an object using session var

2006-11-29 Thread list arama
errata: $newObj->display();// this *does* work On 11/29/06, list arama <[EMAIL PROTECTED]> wrote: Here's what I came up with: --script1--- setName('MyName'); $obj->display(); header("Location: http://localhost/~mdl/webProj/photoAlbu

Re: [PHP] passing an object using session var

2006-11-29 Thread list arama
/sessionReceiveObj.php";); // re-direct to script2 > > > > ---script 2 > > > include("TestClass.php"); > > session_start(); > > > > $newObj = unserialize($_SESSION['obj']); //-- convert string back into object > > DONT UNS

[PHP] passing an object using session var

2006-11-29 Thread list arama
Why am I not able to access the obj name field in script 2? thanks in advance, --script1--- setName('MyName'); $obj->display();// outputs 'MyName' header("Location: http://localhost/~lr/webProj/photoAlbum2/sessionReceiveObj.php";); // re-direct to script2 ob_flush(); ?> ---script 2

RE: [PHP] hotel reservation system.

2006-09-30 Thread PHP Email List
www.google.com/search?q=hotel+reservation+system+php alternatively pick up the phone and call a travel agent. > > faisal > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- No virus found in this incoming message. Checked by AVG

Re: [PHP] array_search and multi-dimensional arrays

2006-03-14 Thread List Manager
M. Sokolewicz wrote: List Manager wrote: jonathan wrote: I'd like to return the first key value in the following array such that England would return 1 rather than 3 which is the second key value. Any help would be greatly appreciated. $c[1][]="Vietnam"; $c[1][

Re: [PHP] array_search and multi-dimensional arrays

2006-03-14 Thread List Manager
1][]="England"; $c[2][]="USA"; $c[2][]="Japan"; print_r($c); // Array ( [1] => Array ( [0] => Vietnam [1] => China [2] => Thailand [3] => England ) [2] => Array ( [0] => USA [1] => Japan ) ) foreach($c as $row) { echo array_search("

Re: [PHP] Looking for CMS advice

2005-08-23 Thread Kim Steinhaug \(php list\)
ly let you write/upload arbitrary PHP for > the missing 20%, but they MIGHT have some examples or user comments on > their site on these issues, and at least you can play with the 80% to > see if the features you need for that part are there. > > HTH > > -- > Like Music? > http://l-i-e.com/artists.htm > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Files passing through

2005-08-23 Thread Kim Steinhaug \(php list\)
e > > Another question, how seriously does this affect the performance in > comparison to let apache handle it. Is the difference big at MB+ files? > or only significant when dealing with a lot of tiny files? > > Thanks for your help! > Evert > > -- > PHP General M

Re: [PHP] AJAX coding and Sesisons

2005-08-22 Thread Kim Steinhaug \(php list\)
I have done this quite a few times lately, you shouldn't worry. Just have your session_start() and login security on the pages that you access with javascript aswell, they will have the same security as any other page. The sessionID is used for all requests to the server from the webbrowser, al

Re: [PHP] session_start(), Pragma and Cache-control headers

2005-08-22 Thread Kim Steinhaug \(php list\)
gards, Kim Steinhaug - - - - - - - - - www.steinhaug.com - Original Message - From: "Kim Steinhaug (php list)" <[EMAIL PROTECTED]> To: Sent: Monday, August 22, 2005 7:01 PM Subject: [PHP] session_start(), Pragma and Cache-control headers > Hello, > > I'm working on a

[PHP] session_start(), Pragma and Cache-control headers

2005-08-22 Thread Kim Steinhaug \(php list\)
this answer : header('Pragma: '); header('Cache-control: '); The headers are still sendt, exept they are empty, doesnt look like a nice sollution for a production environment. Kind regards, Kim Steinhaug - - - - - - - - - www.steinhaug.com -- PHP General Mailing List

Re: [PHP] does your mail() base64 encode messages?

2005-03-19 Thread John W. List
dmail that is doing this. I've never had this or any other version of PHP do this to me before but since as I understand it Sendmail is only being used as a mail relay here I cant place the blame anywhere else but a possible bug in PHP 4.3.10's mail() function. It's not a bug, it

[PHP] does your mail() base64 encode messages?

2005-03-18 Thread John W. List
lidate my support for it. Has anyone else seen this problem? I'd be interested to know what's happening. John W. List -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAP and referrals

2004-12-12 Thread List User
_search($ds, $base, $filter, array('uid', 'cn'), 0, 0, 0, LDAP_DEREF_ALWAYS); echo get_error($ds)."\n"; if (!$sr){ exit (3); } $info= ldap_get_entries($ds, $sr); echo "* getting entries - "; echo get_error($ds)."\n"; if (!$info){

[PHP] LDAP and referrals

2004-12-12 Thread List User
php-db instead - if so, sorry :-) Greetings, Cajus search-test.php Description: application/php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help With Error

2004-10-19 Thread php-list
$message = 'Please Input A Category To Add'; } elseif ($cat == '' && $addAfterCat_lft != '') { $message = 'Please Choose A Category To Add This Category To'; } } else { $message = 'Category Already Exists In The Parent Category'; } return $message; } --- What am I doing wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help With Error

2004-10-17 Thread php-list
$message = 'Please Input A Category To Add'; } elseif ($cat == '' && $addAfterCat_lft != '') { $message = 'Please Choose A Category To Add This Category To'; } } else { $message = 'Category Already Exists In The Parent Category'; } return $message; } --- What am I doing wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Meaningful Subject

2004-10-11 Thread php-list
ything! Next time you start a thread please give it a meaningful subject. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * --

RE: [PHP]

2004-10-11 Thread php-list
t;$children[] = $descendants[$i]; // found first child >} >elseif (($children[count($children)-1]['rgt'] + 1 == > $descendants[$i]['lft']) && $children[count($children)-1]['rgt'] + 1 != > $parent_coord[&#

[PHP]

2004-10-10 Thread php-list
;] + 1) == > $descendants[$i]['lft'])) { >$children[] = $descendants[$i]; // found first child >} >elseif (($children[count($children)-1]['rgt'] + 1 == > $descendants[$i]['lft']) && $children[count($children

[PHP]

2004-10-09 Thread php-list
$descendants[$i]; // find next children } } return $children; } Thanks in advance to anyone that can explain this error to me. Nilaab -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Host for Mod PHP5

2004-09-16 Thread php-list
Hello everyone, I know this is going to be tough but I need a hosting company that supports PHP5, has unlimited disk space and a good amount of bandwidth with a decently fast connection for a decent price. I realize that this might be rare, but is anyone offering such a package like this anywhe

[PHP] Re: =?unknown?b?ztK5q8u+09C/7MvZvu3DxaOsv+zL2czhyf3DxaOsuaTStcjtw8WjrLj31tbI7aOs07JQVkPNuMP3sOWjrLSwwbEsy9zBz8a/sMu088+1wdA=?=

2004-09-15 Thread L-Soft list server at LISTS.NAU.EDU (1.8d)
ǰ®¼°ºÃÆÀ¡£ÓÈÆÄÔÚPVC¼Â¶Ë¼¼ÊÕ·½ÃÆ×Ö³Ö". Try HELP. All subsequent commands have been flushed. Summary of resource utilization --- CPU time:0.000 sec Overhead CPU:0.000 sec CPU model: Ultra-80 (4096M) Job origin: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Evaluating form posts

2004-09-13 Thread PHP Mailing list account
shiflett.org/ > > PHP Security - O'Reilly > Coming December 2004 > HTTP Developer's Handbook - Sams > http://httphandbook.org/ > PHP Community Site > http://phpcommunity.org/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help With PEAR::DB Connection

2004-09-12 Thread php-list
> die ($db->getMessage()); > } > > -- Nilaab > The message 'extension not found' means that PEAR couldn't find the mysql db extension. Hmm. In cases like this, create a phpinfo.php file as documented on this list and see what shows up. Or, you can type at the comm

[PHP] Evaluating form posts

2004-09-11 Thread PHP Mailing list account
ch backslash entered on the form and '\"' for every '"'. Could someone please tell me what's going on? Did I miss a part of the FAQ? (The form looks like ) Thank you in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help With PEAR::DB Connection

2004-09-10 Thread php-list
r($db)) { die ($db->getMessage()); } -- Nilaab -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-05 Thread php-list
ual/en/function.swfmovie.streammp3.php). It's a bit tricky though, but i can't think of anything else. -- Daniel Schierbeck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-04 Thread php-list
Hello everyone, I want to build a music site, all copyrights intact, and I want users to be able to download mp3 or realplayer files using a one-click link. When they click on a link they will simply be given a typical download window to save that music file. How do I go about doing that and ho

Re: [PHP] Knowlegde Base

2004-09-04 Thread Mailing List
> greetings > i'm looking for good/free Knowledge Base/ FAQ system > any recommendation ? > For a simple easy to use and free Knowledge Base/FAQ system I've used ODFaq and have been quite happy with it. http://www.oodie.com/project/odfaq/ -- PHP General Mailing List (h

RE: [PHP] Is javascript enable?

2004-08-25 Thread php-list
ally impossible to enforce security with JS. Anything you try to do I could get around with Proxomitron and/or Opera. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

RE: [PHP] File Uploading Issue

2004-08-05 Thread PHP E-Mail List
day, August 05, 2004 1:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] File Uploading Issue On Thursday 05 August 2004 13:42, PHP E-Mail List wrote: > You don't have permission to access /directory uploaded > to/renamed file.txt on this server. What are the permission

[PHP] File Uploading Issue

2004-08-04 Thread PHP E-Mail List
Ok, I figured I'd tackle this since I've been coding php for about 6 months now. And wouldn't ya know, I'm having problems with, what I thought would be the easiest thing to code ever. Yeah well I get the file to upload, and heck I can even take the file and display what text was uploaded. How

[PHP] For Loop Problems

2004-07-28 Thread php-list
columns, row 3 will have 21 columns, row 4 will have 28 columns, and so on. I can't figure out why this is. Either it's something new in PHP5 or I'm doing something really stupid. I am sending a PDF attachment of a snapshot showing a hint, made purely with HTML, of what I am trying to achieve. If anyone can help me it would be greatly appreciated. Thanks guys. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] what is difference between php and perl

2004-07-22 Thread php-list
the difference between perl and php Regards Syed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Creating Rows and Columns Using for() Loops

2004-07-19 Thread php-list
you do, you shift the bulk of the data processing and arranging to the DB (which does it a lot more efficiently than PHP). Then you just have to use PHP to create the table, the relevant headings and to populate the cells. Ok, I am finished sticking my oar in... Rory -- PHP General Maili

RE: [PHP] PHPEdit almost as good as s*x (with a women in bikini)

2004-07-14 Thread PHP E-Mail List
HP. Does the PHPEdit folks think that I will use their product if it is as good as s*x. Sorry, really sorry. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Creating Rows and Columns Using for() Loops

2004-07-08 Thread php-list
h: you need to handle one row/person at a time and not one column/date at a time. on the other hand i'm not sure i totally understand your desired output, so maybe a quick ascii table would help me/us? chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

RE: [PHP] Creating Rows and Columns Using for() Loops

2004-07-08 Thread php-list
for (columns) { } } explained in english: you need to handle one row/person at a time and not one column/date at a time. on the other hand i'm not sure i totally understand your desired output, so maybe a quick ascii table would help me/us? chris. -- PHP General Mailing List (http://

[PHP] Creating Rows and Columns Using for() Loops

2004-07-08 Thread php-list
t;); $template->addVar("room_num", "ROOM_NUM", '101'); $template->addVar("room_type", "ROOM_TYPE", 'NQQ'); $template->parseTemplate("guest_row", "a"); } I populated the guest's name statically so I can see how the loop works. The looping is wrong and it only yields 7 rows. In the first row it has 1 column of data, the second row has two columns of data, the third one has three columns of data, and so on. How do I fix it to where each date column has exactly 32 rows of guest names? I hope this makes sense. Any help will be appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Graphical calendar

2004-05-08 Thread php-list
se can pick a month >> and see the days of the week? > > > You may want to try this class that does precisely that: > > Class: Calendar generation class > http://www.phpclasses.org/calendargenerator > > -- PHP General Mailing List (http://www.php.net/) To un

RE: [PHP] Class Help Extended

2004-05-06 Thread PHP Email List
-Original Message- > From: Curt Zirzow [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 2:13 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Class Help Extended > > > * Thus wrote Rob Adams ([EMAIL PROTECTED]): > > > > "Php Email List"

RE: [PHP] Class Help Extended

2004-05-06 Thread PHP Email List
on. And the sad part is...sigh, I've just finished a b.e.a.utiful login script for one of my client's and now I need to rewrite it so that it's a class, cuz heck I want it for my site too. $smiley = ":)"; include_once(evil_laugh.php); echo $laugh $smiley; //Echo'd: Muu

[PHP] Class Help Extended

2004-05-05 Thread PHP Email List
s that I am creating are going to be seperate "template" includes if you will where they also are going to be "include_once()" items aswell. Is it over redundant to have both of the files includes? Any help is much appreciated as I'm still learning this exciting language! :)

[PHP] Class Help

2004-05-05 Thread PHP Email List
now there's a reason, I just can't find it. Any help would be appreciated. Thanks. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] protecting web page

2004-05-05 Thread PHP Email List
opinion] suck). And then using a "no right click" javascript application. Otherwise aftermarket encryption tools could help you here. But again, PHP isn't the answer for either of these. HTH, Wolf :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP5 and PEAR

2004-05-04 Thread php-list
ly, but it is not compatible. But if I am informed correctly, some of the packages are already compatible. Gruss, Ollie. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Script never returns from funktion.

2004-05-01 Thread PHP Email List
rns from this line $username = authenticate(); > } >echo "user = $username"; [/...] The PHP Pros can correct me if I'm wrong now. I thought I'd take a shot at this one though. Thanks and HTH. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Freelance PHP Bids

2004-04-19 Thread php-list
freelance programmers and clients come together and bid on projects with different levels of experiences and prices, but I don't remember where that is now. Can anyone direct me to a website such as that? Any help would be appreciated. Thank you. Navid -- PHP General Mailing List (http://w

RE: [PHP] Bookmark server

2004-04-18 Thread PHP Email List
ancy". Like you know, cook you breakfast in the morning, or say pull every email you have out and read them and toss the ones you don't want while systematically forecasting your stock market results of your IRA from the night before. Wolf HTH >:-P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Double mails

2004-04-16 Thread PHP Email List
Sorry this was meant for Kaleb, My bad, see WAY TOO EARLY IN THE MORNING > -Original Message- > From: PHP Email List [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 17, 2004 12:04 AM > To: Chris W. Parker > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Double mails &

RE: [PHP] Double mails

2004-04-16 Thread PHP Email List
> From: Chris W. Parker [mailto:[EMAIL PROTECTED] > [EMAIL PROTECTED] > Subject: RE: [PHP] Double mails > > Every mail comes twice... Well, every mail from the list. I had this happen a year ago on a Wolf Conservation List that I belong too, I contacted the email administrator a

RE: [PHP] PHP e-commerce questions

2004-04-10 Thread PHP Email List
ell, There could be others out there for you to try. One thing to point out is to watch the fees associated with instant and credit card transactions. Some companys charge a higher percentage to allow you to user their services. HTH :) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] smarty

2004-04-08 Thread PHP Email List
ty" template discussion/controversy was over, HELL NO, Here comes the WAR!! PS. Please send all dimes in the form of a check payable to... Dimes for Internet Wars 1600 Pennsylvania Avenue NW Washington, DC 20500 For those that I may have "Pissed off", Please don't respond to

[PHP] Message ("Your message dated Sat, 3 Apr 2004 19:18:13 +0200...")

2004-04-03 Thread L-Soft list server at America Online, Inc. (1.8e)
Your message dated Sat, 3 Apr 2004 19:18:13 +0200 with subject "Re: Mail Authentification" has been submitted to the moderator of the WOC list: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Wrong IP address

2004-03-29 Thread PHP Email List
offer the ability to purchase a "static" IP, you could check with your company and find out if they offer this. Just an idea! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Methods for creating HTML with PHP

2004-03-26 Thread PHP Email List
you don't have to use "print" statements and all html code can be written inside and you can use variable interpolation. Heck you could even use the include()(s) as well and place the heredoc in them for your headers/footers/navigation/etc... Good Luck, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] $_POST not working with str_replace

2004-03-24 Thread PHP Email List
e versions right now. Maybe that in itself is a problem? *shrugs* Thanks again for everyone's help on this! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] $_POST not working with str_replace

2004-03-24 Thread PHP Email List
it should but isn't replacing anything there at all it shows this >><><< on load. Thanks in advanced for this huge issue. Because now, I can't even do my work around by loading everything into a database first and then loading variables from there, as str_replace() isn&#

RE: [PHP] $_POST not working with str_replace

2004-03-24 Thread PHP Email List
serving a cached version of the page > that has the form method set to GET instead of POST. > Just throwing out some other ideas since you said you've tried most > everything else. Thanks Brent for the ideas with the source, I'll try that, and I'll test that Request idea too. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] $_POST not working with str_replace

2004-03-23 Thread PHP Email List
missing punctuation or some easy parse error that maybe isn't showing up under the rtf conversion. Thanks Wolf PS, "this reply better Chris?" :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] $_POST not working with str_replace

2004-03-23 Thread PHP Email List
or trying though, Anyone else have any ideas on this problem? Thanks! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] $_POST not working with str_replace

2004-03-23 Thread PHP Email List
PHP Email List wrote: > Ok here's my problem, I'm in the midst of creating a string replace to work > on a rtf file that is on the server, this fuctionallity works perfect with > "GET" but not "POST", I guess I don't understand why. [snip] > $name =

[PHP] $_POST not working with str_replace

2004-03-23 Thread PHP Email List
27;Content-Disposition: "Rtftest.rtf"'); $fp = fopen($filename, "r"); $output = fread($fp, filesize($filename)); $output = str_replace("<>",$name,$output); ... rest of output str_replace items echo $output; >>>end rtf.php Thanks in advanced Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sequential Random Character Generator

2004-02-25 Thread list
000 for package 2, etc. As was mentioned I don't want this script to take ten years to output 2 million records and I wasn't sure if there are size constraints with comma delimited files. Hope this clarifies things a little more. Steve -- PHP General Mailing List (http://www.php.ne

[PHP] Sequential Random Character Generator

2004-02-25 Thread list
I'm also looking to to this without letters as well. Thanks in advance, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] E-Commerce

2004-02-12 Thread PHP Email List
-- From: Jimmy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 10:44 PM To: [EMAIL PROTECTED] Subject: [PHP] E-Commerce Hi all. Is PHP a suitable language for building an online shop? Where would I go to find out more info on this? Thanks in advance! -- PHP General Mailing List (htt

RE: [PHP] Revised: RE: [PHP] Re: Can I do this?

2004-02-08 Thread PHP Email List
MAIL PROTECTED] Sent: Sunday, February 08, 2004 11:49 AM To: Andrew Séguin Cc: PHP Email List; [EMAIL PROTECTED] Subject: Re: [PHP] Revised: RE: [PHP] Re: Can I do this? On Sun, 2004-02-08 at 08:27, Andrew Séguin wrote: > A test to confirm that, is to point the browser to the address being &g

[PHP] Revised: RE: [PHP] Re: Can I do this?

2004-02-08 Thread PHP Email List
e. You would probably be better off having a local copy of that file. -- Adam Bregenzer [EMAIL PROTECTED] http://adam.bregenzer.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How do you guys do this?

2004-01-30 Thread PHP Email List
e uploads "breadbox.jpg" you save it as "1010342461_breadbox.jpg". Or if the traffic will not be insanely high you can just call it "1010342461.jpg". hth, Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --

Re: [PHP] Apache 1.3/PHP

2004-01-22 Thread Tom Ray [List]
. I'm going to need to build a couple more FreeBSD boxes soon, and I want to have those go a little smoother :) Thanks again, Tom -Original Message- From: BAO RuiXian <[EMAIL PROTECTED]> To: "Tom Ray [List]" <[EMAIL PROTECTED]> Cc: PHP General <[EMAIL PROTECTED]

[PHP] Apache 1.3/PHP

2004-01-22 Thread Tom Ray [List]
x27;m sure I'm missing a line or two in my httpd.conf, but I really don't know what they would be. Anyone with experience with FreeBSD/Apache/PHP give me a hand? TIA Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] picturing webpage

2004-01-11 Thread PHP Email List
Not sure that you wanted to know this or if this was mentioned already as I'm just now going through my 13,000+ emails from this list, but this isn't done dynamically. I'm betting that this Alexa company gets the urls that are posted for viewing and then goes out to grab the

[PHP] mail() issue

2003-12-10 Thread Tom Ray [List]
lking with each other anymore? I've been looking since the beginning of the week and I can't find it. Box= SuSE8.2/Apache1.3/Exim 4.2 TIA Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php-general =?unknown?b?zOG5qUNETUHO3s/fuau7sLL6xrc=?=

2003-11-22 Thread L-Soft list server at LISTS.NAU.EDU (1.8d)
. Unknown command - "²ÚÆ·×ÊÁϼ°ÏÊϸÐÅÏ¢,ÇËÀ´µÇ×Éѯ.". Try HELP. > µç»°:13305829981 E-mail:[EMAIL PROTECTED] Unknown command - "µÇ»°:13305829981". Try HELP. All subsequent commands have been flushed. Summary of resource utilization --- CPU time:

[PHP] Issues with exec()/system()

2003-09-10 Thread Tom Ray [List]
ot;; $cmd="tar -cf /location/of/tar/files/$dir.tar /location/of/forum/diretory/*"; exec($cmd); This should work shouldn't? Any thoughts, suggestions? Anyone else done something like this? TIA Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Details

2003-08-26 Thread L-Soft list server at PEACH.EASE.LSOFT.COM (1.8e)
> See the attached file for details Unknown command - "SEE". Try HELP. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] AOL Email client

2003-08-08 Thread php list
I am using php mail and setting all my $headers info to show From:, To:, etc. It work perfectly on my computer. I use MS Outlook. I am doing this for a client who received his email via his aol account. When he receives the email, the email comes in with "Unknown Sender". Is there issues with this

Re: [PHP] HTTPS POST without user/client intervention

2003-07-15 Thread PHP List
On Tue, 2003-07-15 at 15:12, Chris Shiflett wrote: > --- PHP List <[EMAIL PROTECTED]> wrote: > > I am writing a php script to accept an HTTPS POST of data from a > > remote site, process the data, and send an HTTPS POST response back > > (not necessarily to the same

  1   2   >