Re: [PHP] FW: Eregi question

2007-01-15 Thread Børge Holen
On Monday 15 January 2007 20:59, Curt Zirzow wrote: > On 1/15/07, Beauford <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Hopefully this is my last question so I can put this site to bed. Is > > there a good article that explains how to do the patterns for eregi. > > Honestly i hope it isn't the last q

Re: [PHP] Mailing list combined with PHP based forum

2007-01-16 Thread Børge Holen
On Tuesday 16 January 2007 03:27, Dave M G wrote: > PHP Users, > > I'm creating a PHP based forum, and what I'd like to do is have it work > so that people can view and read the information via email, just like a > mailing list The mailing part just need some kind of user list... with particulary

Re: [PHP] Request for...

2007-01-20 Thread Børge Holen
On Saturday 20 January 2007 17:09, Stut wrote: > Wikus Moller wrote: > > Since this is a mailing list for web developers, I thought I might as > > well post an o f f t o p i c request. > > Does anyone know of any website where I can get a exe or jar sitemap > > generating software? Particularly no

Re: [PHP] Request for...

2007-01-20 Thread Børge Holen
On Saturday 20 January 2007 22:54, Jochem Maas wrote: > Børge Holen wrote: > > On Saturday 20 January 2007 17:09, Stut wrote: > >> Wikus Moller wrote: > > ... > > >> -Stut > >> > >> Easily annoyed today. > > dunno - I reckon the OP w

Re: [PHP] Re: most powerful php editor

2007-01-21 Thread Børge Holen
On Sunday 21 January 2007 12:40, Jochem Maas wrote: > Gregory Beaver wrote: > > Vinicius C Silva wrote: > >> hi everyone! > >> > >> i'd like to ask something maybe commonly asked here. what is the most > >> powerful php editor? > > > > I am > > that's it, consider yourself enrolled in a Celebrity D

Re: [PHP] How to make Browse Folder Dialog

2007-01-23 Thread Børge Holen
On Wednesday 24 January 2007 07:32, Travis Doherty wrote: > Aslam Bari wrote: > >Dear All, > >I m new in this Forum. I m making a project in which i need to show user a > >Browse Folder Dialog Box, In which he can select a folder and after this i > >will do some manipulation on that folder's conten

Fwd: Re: [PHP] most powerful php editor

2007-01-25 Thread Børge Holen
On Thursday 25 January 2007 08:14, David Robley wrote: > tedd wrote: > > At 9:07 PM -0500 1/24/07, Robert Cummings wrote: > > > > > Ahem to that! > > > > You're on a roll brother -- keep going. > > > > Can I get another Ahem?! > > > > tedd > > I'll see your 'Ahem' and raise you an 'Amen' :-) 'n a

Re: [PHP] Re: how to display images stored in DB

2007-03-02 Thread Børge Holen
On Thursday 01 March 2007 22:24, Richard Lynch wrote: > I have reflected upon this thread for awhile now. > > I believe that the only "new" thing I have to add is for newbies. > > I believe that for a newbie, it would be easier to use the filesystem > rather than the DB. THAT on the other hand is

Re: [PHP] Re: how to display images stored in DB

2007-03-02 Thread Børge Holen
On Friday 02 March 2007 14:48, tedd wrote: > At 5:24 PM -0600 3/1/07, Richard Lynch wrote: > >On Wed, February 28, 2007 6:41 pm, Robert Cummings wrote: > >> What about when you need to share those files across a 50 node > >> network? > >> I'd keep it in a database, then when I need it cache a lo

Re: [PHP] Re: how to display images stored in DB

2007-03-02 Thread Børge Holen
On Friday 02 March 2007 21:13, tedd wrote: > At 7:52 PM +0100 3/2/07, Børge Holen wrote: > >On Thursday 01 March 2007 22:24, Richard Lynch wrote: > > > I believe that for a newbie, it would be easier to use the filesystem > >> > >> rather than the DB. > &g

Re: [PHP] Re: how to display images stored in DB

2007-03-02 Thread Børge Holen
On Saturday 03 March 2007 00:00, Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2007-03-02 21:37:48 +0100: > > However... 6000 small files (and a sub if obliged) I cannot see one heck > > of a good reason NOT to hold storage in a database... Imagine the rotten > > backup cyclus. > > I cannot imagin

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Børge Holen
To fetch an image from a database you need to call a separate file witch "acts" as the image... it is this file who set the image header. the text is still fetched in the original file. On Saturday 03 March 2007 10:18, Alain Roger wrote: > Hi, > > It's amazing that my previous post has raised so

Re: [PHP] pictures stored in PostgreSQL DB

2007-03-03 Thread Børge Holen
On Saturday 03 March 2007 14:57, Alain Roger wrote: > Hi Rob, > > thanks for information. > As you told me i use 2 files to do what i need. 1 for displaying th > thumbnail and the other just to display the picture. > That's works great. > > However, how can i resize the picture (in my thumbnail) if

Re: [PHP] Re: pictures stored in PostgreSQL DB

2007-03-05 Thread Børge Holen
On Monday 05 March 2007 19:14, Robert Cummings wrote: > On Mon, 2007-03-05 at 10:16 -0500, Mark wrote: > > Alain Roger wrote: > > > Hi, > > > > > > It's amazing that my previous post has raised so much consideration > > > about the fact to store or not pictures into DB. > > > > And yet you ask agai

Re: [PHP] Image storing

2007-03-05 Thread Børge Holen
This dude is just trying to start another skirmishand probably a riot. On Monday 05 March 2007 19:50, Jay Blanchard wrote: > [snip] > Can you recommend the best way to store an image into the MySQL database > > and optimze it. > > And display and manipulate that image in PHP. > [/snip] > > There a

Re: [PHP] Problem with spam

2007-03-06 Thread Børge Holen
On Monday 05 March 2007 12:15, Bc. Radek Krejca wrote: > Hi, > > I have problem with spam over function mail. My clients have badly > written functions and I cannot find where. Is there in php simple > way to detect which script generate mail? I mean like header (in > case of returning mail

Re: [PHP] List all files in directory

2007-03-06 Thread Børge Holen
On Tuesday 06 March 2007 23:36, Jay Blanchard wrote: > [snip] > Oh, yes, about that, how do you _really_ use PHP to do some reading on > the > client machine... like say. listing files... ;D > [/snip] > > You're kidding, right? Here's how, set up a PHP enabled.nah, never > mind. Just repeat to

Re: [PHP] List all files in directory

2007-03-06 Thread Børge Holen
On Tuesday 06 March 2007 22:34, Jim Moseby wrote: > > Helder Lopes wrote: > > > Hi people > > > > > > How to php give to me a list of all files in one directory > > > > to make an > > > > > editor??? > > > > if you can't figure out how to get a list of files from a directory > > using php then how

Re: [PHP] Is there a way to un include a file

2007-03-07 Thread Børge Holen
On Thursday 08 March 2007 07:18, jekillen wrote: > Hello; > Is there a way to un include a file once it has been included in a > script. You seems to want the wrong thing... I could be mistaken, but from my point of view you would NOT include the file if not apropriate at that moment. > My c

Re: [PHP] displaying image from MySQL DB using HTML/PHP

2007-03-14 Thread Børge Holen
On Tuesday 13 March 2007 22:09, Tijnema ! wrote: > On 3/13/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > > On 3/13/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > > So you just need to set the content-type and output > > > add this to the bottom of the script: > > > header("Content-Type: ".$encodedda

Re: [PHP] LAMP Opportunity

2007-03-15 Thread Børge Holen
On a first thought, this mostly are not skills you wish for, but rather some experience. Someone should have read correction... ;D On Thursday 15 March 2007 19:48, Efrain Sarmiento wrote: > Title:Lamp Developer > Skills: lamp, Linux, Apache, MySQL, php, unix > > Date: 3-15-2

Re: [PHP] POST a variable

2007-03-23 Thread Børge Holen
On Friday 23 March 2007 15:45, Dan Shirah wrote: > Okay, I feel like the correct answer to this is about 2mm back in my grey > matter. > > 1. I have a query that pulls the last row number when a newly inserted > record is added: > > $maximum="SELECT MAX(payment_id) FROM payment_request"; > $max_r

Re: [PHP] Forking doesn't work on php 5.2.1? OT

2007-04-02 Thread Børge Holen
On Monday 02 April 2007 17:11, Jochem Maas wrote: > Frederic Belleudy wrote: > > Hello there, I hope someone resolved the same issue. I upgraded my > > server to 5.2.1 > > I got some script that are running background script (generally we call > > this technic FORKING) > > Ive got a web interface t

Re: [PHP] Idea/Suggestion for PHP App

2007-04-05 Thread Børge Holen
On Thursday 05 April 2007 21:36, [EMAIL PROTECTED] wrote: > first step is: take a paper and pen and start drawing your app structure > in blocks. > once you "finished your app" on the paper start drawing db structure. > > start coding after you have the solution for every situation. This sounds li

Re: [PHP] Submitting as POST. Why?

2007-04-07 Thread Børge Holen
On Saturday 07 April 2007 05:56, Paul Novitski wrote: > >barophobia wrote: > >>I only know of one reason to submit a form as POST and that is because > >>you can submit more data in one shot. > > At 4/6/2007 05:44 PM, Mike Shanley wrote: > >When you submit via GET, all the info shows up in the URL,

Re: [PHP] Location of .so files on Linux box

2007-04-10 Thread Børge Holen
On Tuesday 10 April 2007 15:24, Miles Thompson wrote: > This probably belongs in php-install, but here goes. > > Where should extension files be located? In php.ini the default entry for > extension_dir is: > extension_dir= "./" > > That's fine, but relative to which directory (locations in par

Re: [PHP] location of the PHP executable

2007-04-11 Thread Børge Holen
On Wednesday 11 April 2007 23:50, Jarrel Cobb wrote: > Don't you have to run locate -u first to generate the database before using > locate? You can't just assume a database exists already can you? not an updated one at least, updatedb can also be used to update. and if you're in a little bit of

Re: [PHP] Re: WYSIWYG vs. the 'power-user'

2007-04-13 Thread Børge Holen
On Thursday 12 April 2007 18:18, Chetan Graham wrote: > To set the record straight for both camps, in the web apps that come to me > I simply do the PHP, javascript, etc. The files come to me already > PhotoShopped and Dreamweaed. Yup,,, just filling in the blanks where its needed. > > I tell

[PHP] Images again

2007-04-13 Thread Børge Holen
Before mr lynch starts beating up those already dead and probably long since burried horses... Images in a database! See I was just wondering, and that at times leads to late nights I used to read the images from two different files; one watermarked the image and one let it throught without any

Re: [PHP] Images again

2007-04-14 Thread Børge Holen
On Saturday 14 April 2007 09:45, you wrote: > On 4/14/07, Børge Holen <[EMAIL PROTECTED]> wrote: > > Before mr lynch starts beating up those already dead and probably long > > since burried horses... > > > > Images in a database! > > > > See I was ju

Re: [PHP] simple form web site up date

2007-04-15 Thread Børge Holen
On Sunday 15 April 2007 20:56, Joker7 wrote: > I have said I would host a couple of friends CV's as a web page,here's the > situation I'd like to set it up so that it can updated it via a simple > form.I've googled the subject a fair bit and all I can come up with is big > full solutions when I onl

Re: [PHP] Images again

2007-04-16 Thread Børge Holen
On Tuesday 17 April 2007 01:58, Richard Lynch wrote: > On Fri, April 13, 2007 8:02 pm, Børge Holen wrote: > > Before mr lynch starts beating up those already dead and probably long > > since > > burried horses... > > > > Images in a database! > > Feh. >

Re: [PHP] Re: Upload and resize file

2007-08-23 Thread Børge Holen
On Thursday 23 August 2007 14:50, Al wrote: > Suggest you find another script. That one is weird and not > simple PHP code, which will do your task easily. just my thoughts to > > Beauford wrote: > > I downloaded this 'upload and resize image' script, and since I have no > > idea what I am looki

Re: [PHP] Upload and resize file

2007-08-23 Thread Børge Holen
On Thursday 23 August 2007 03:41, Beauford wrote: > I downloaded this 'upload and resize image' script, and since I have no > idea what I am looking at as this is something I have never done, could > someone have a look and see what the problem might be. I've been searching > around but haven't co

Re: [PHP] LAMP Server setup help

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 10:07, Randy Patterson wrote: > Hey, > > I have setup a test system on my home network in the past to develop & test > PHP apps by installing an ISAPI PHP dll in IIS. It worked great but now I > trying to setup a LAMP server on Debian/Lenny. I ran the following command

Re: [PHP] Reg.Photo Upload Tool

2007-09-08 Thread Børge Holen
On Friday 07 September 2007 12:07, Ramesh.b wrote: > Thanks Jay, > > I want a client side tool , something similar to Yahoo photos or flickr, > where it will shrink the size of the image and upload. You'd be better of makin' one yerself. Last time I got some questions about fileuploads and checke

Re: [PHP] LAMP Server setup help

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 12:54, Randy Patterson wrote: > On Saturday 08 September 2007 12:20, Børge Holen wrote: > > On Saturday 08 September 2007 10:07, Randy Patterson wrote: > > > Hey, > > > > > > I have setup a test system on my home network in the past

Re: [PHP] LAMP Server setup help

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 12:54, Randy Patterson wrote: > On Saturday 08 September 2007 12:20, Børge Holen wrote: > > On Saturday 08 September 2007 10:07, Randy Patterson wrote: > > > Hey, > > > > > > I have setup a test system on my home network in the past

Re: [PHP] Image Conversion... OT!

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 12:48, Tony Di Croce wrote: > I need to convert (resize, and store as blob's in a mysql db) oh oh oh... NO we can slap the horse again ;D > images my > users can upload. I'm wondering what the best conversion tool is... I'm > considering ImageMagick... Is this the b

Re: [PHP] Image Conversion... OT!

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 13:59, Vidyut Luther wrote: > Børge Holen wrote: > > On Saturday 08 September 2007 12:48, Tony Di Croce wrote: > >> I need to convert (resize, and store as blob's in a mysql db) > > > > oh oh oh... NO we can slap the horse again ;

Re: [PHP] Can't execute PHP script

2007-09-08 Thread Børge Holen
as previously stated... give us the printout of: dpkg -l|grep apache dpkg -l|grep php On Saturday 08 September 2007 14:55, Randy Patterson wrote: > Hey, > > [Note:] This is a different problem from the one I posted earlier today. > > I can't get my LAMP server setup to run PHP script. > > As re

Re: [PHP] Can't execute PHP script

2007-09-09 Thread Børge Holen
On Saturday 08 September 2007 17:21, brian wrote: > Randy Patterson wrote: > > Hey, > > > > [Note:] This is a different problem from the one I posted earlier today. > > > > I can't get my LAMP server setup to run PHP script. > > > > As returned by apache2ctl, I am running; > > > > Apache/2.2.4 (Deb

Re: [PHP] Public Announcement

2007-09-11 Thread Børge Holen
On Tuesday 11 September 2007 10:17, tedd wrote: > At 11:24 AM +0200 9/11/07, Sascha Braun - CEO @ Braun Networks wrote: > >If you take 30 seconds for the startpage to load, you can check out > > http://www.fit-o-matic.com again. > > While the link takes forever and ever > to load and fails valid

Re: [PHP] php personal project

2007-09-22 Thread Børge Holen
f the ground yet? is this the same dude with the same question from last year? omg > > -- > Crayon -- Børge Holen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php personal project

2007-09-22 Thread Børge Holen
his email community is bought the hard way, hell... most of these ppl probably bought a php book out of some sort of problem or they needed for some background information on a specific topic or maby as a souvenir, I don't know but they did not learn php from the book (did you?). -- Børge Holen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Data request

2007-09-25 Thread Børge Holen
On Tuesday 25 September 2007 03:27:25 Christian Hänsel wrote: > "Colin Guthrie" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > > Auto-Deppe, C. Haensel wrote: > >> Haha... nice one Col! Just started up my work computer, and the first > >> thing I read is your post. Really a

Re: [PHP] Re: Data request

2007-09-25 Thread Børge Holen
On Tuesday 25 September 2007 16:10:47 Robert Cummings wrote: > On Tue, 2007-09-25 at 16:57 -0400, tedd wrote: > > At 9:17 AM -0400 9/25/07, Robert Cummings wrote: > > >On Tue, 2007-09-25 at 10:44 -0600, Børge Holen wrote: > > >> On Tuesday 25 September 2007 0

Re: [PHP] Rename does not work

2007-10-19 Thread Børge Holen
On Friday 19 October 2007 12:49:50 Sascha Braun | CEO @ BRAUN Networks wrote: > Hi everyone, > > I am using the rename function on my local development > system fine. But as soon as I upload the script, the > rename function does not work anymore. > > Is there a specific compiler flag needed, to ma

Re: [PHP] picture upload within a form

2007-10-19 Thread Børge Holen
s nothing. here you escapes me. A form inside a form, or two forms or orororor something? "the" submit button, witch one is that? you want the image to be uploaded into the likes of webmail systems; sort of like a temporary remote storage for further execution? > > bye > > Ronald

Re: [PHP] Which PHP-Editor to use?

2007-10-19 Thread Børge Holen
now. > > i go to kate for all my peripheral editing needs. i was using jedit; but > kate > is much leaner and i use kde anyway. plus protoeditor can be compiled into > kate which is nice. > > -nathan Why wouldn't just anyone use quanta, and let this old bugger thread b

[PHP] SPL

2007-10-27 Thread Børge Holen
twice over. Atleast part of it... -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SPL

2007-10-27 Thread Børge Holen
On Sunday 28 October 2007 01:32:15 you wrote: > On 10/27/07, Børge Holen <[EMAIL PROTECTED]> wrote: > > I'm currently using RecursiveDirectoryIterator and > > RecursiveIteratorIterator. > > I'm using fwrite to write to a file while parsing throught the file &g

Re: [PHP] SPL

2007-10-28 Thread Børge Holen
On Sunday 28 October 2007 02:57:13 Jochem Maas wrote: > Børge Holen wrote: > > On Sunday 28 October 2007 01:32:15 you wrote: > >> On 10/27/07, Børge Holen <[EMAIL PROTECTED]> wrote: > >>> I'm currently using RecursiveDirectoryIterator and > >>>

Re: [PHP] SPL

2007-10-28 Thread Børge Holen
On Sunday 28 October 2007 07:27:53 you wrote: > Børge Holen wrote: > > I found this code at php.net witch needs very little modifications and > > can do so much, but I can't figure out how to make it read alphabeticly > > as mentioned > > > > $it

Re: [PHP] SPL

2007-10-28 Thread Børge Holen
$path; > } > } > fclose($dynfile); > ?> > > > -nathan both yes and no. Yes I can modify this 'n put it to good use, and no I'm stille buggered with creating array just to print it again, when I could've writting it instead of filling the array. -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SPL

2007-10-30 Thread Børge Holen
On Monday 29 October 2007 16:26:13 Jim Lucas wrote: > Børge Holen wrote: > > On Sunday 28 October 2007 07:27:53 you wrote: > >> Børge Holen wrote: > >>> I found this code at php.net witch needs very little modifications and > >>> can do so much,

Re: [PHP] PHP ide? OT

2007-11-08 Thread Børge Holen
On Friday 09 November 2007 01:03:13 Børge Holen wrote: > On Friday 09 November 2007 00:47:56 you wrote: > > On Fri, 2007-11-09 at 00:28 +0100, Børge Holen wrote: > > > On Friday 09 November 2007 00:03:32 Instruct ICC wrote: > > > > > > > > > Just wonder

Re: [PHP] PHP ide? OT

2007-11-08 Thread Børge Holen
On Friday 09 November 2007 00:47:56 you wrote: > On Fri, 2007-11-09 at 00:28 +0100, Børge Holen wrote: > > On Friday 09 November 2007 00:03:32 Instruct ICC wrote: > > > > > > > > Just wondering if anyone uses an IDE and if so what ones? &

Re: [PHP] PHP ide?

2007-11-08 Thread Børge Holen
s to state on the homepage: "we're practically NOTHING without debian". > > _ > Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare! > http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmail >news -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP ide?

2007-11-08 Thread Børge Holen
istake all together -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP ide?

2007-11-08 Thread Børge Holen
On Thursday 08 November 2007 23:33:07 Instruct ICC wrote: > > On Thu, 2007-11-08 at 21:47 +0100, Børge Holen wrote: > > > On Thursday 08 November 2007 11:02:07 Hulf wrote: > > > > Just wondering if anyone uses an IDE and if so what ones? > > > > > >

Re: [PHP] PHP ide? OT

2007-11-09 Thread Børge Holen
On Friday 09 November 2007 02:05:32 you wrote: > On Fri, 2007-11-09 at 01:03 +0100, Børge Holen wrote: > > > > oh no, I wasn't hinting your way, I more or less commented on > > > > tersus > > > > > > beeing eclipse. It's li

Re: [PHP] Re: PHP ide?

2007-11-09 Thread Børge Holen
ased from redhat. > > _ > Peek-a-boo FREE Tricks & Treats for You! > http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP editor

2007-11-11 Thread Børge Holen
usually result in "something helpful"[tm]. WHAT... whenever did that happen?!!? -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP editor

2007-11-11 Thread Børge Holen
On Sunday 11 November 2007 22:31:29 Jochem Maas wrote: > Børge Holen wrote: > > On Sunday 11 November 2007 20:36:39 Jochem Maas wrote: > >> Jay Blanchard wrote: > >>> [snip] > >>> Being very new to PHP (empahsis on VERY...), I wonder what most of you >

Re: [PHP] IDE

2007-11-15 Thread Børge Holen
ng out. Particularly free ones! > > TIA, > > -- > jammer > www.jammer.biz I LOVE this IDE quiz' the same answers everytime. -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Developers and the manual

2007-11-16 Thread Børge Holen
ot;HTML Lessons". Coincidentally, that's the same date that Robert > > Cummings' gift link turns into an ultimatum that will teach those who > > don't click of their own mortality. > > Gift link?? did he mean Richard there? > > And I think you mean "vo

Re: [PHP] two small issues with php mail

2007-11-20 Thread Børge Holen
OMG the top posting on this freakin' issue is a headache -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] two small issues with php mail

2007-11-20 Thread Børge Holen
On Tuesday 20 November 2007 17:49:02 Stut wrote: > Børge Holen wrote: > > OMG the top posting on this freakin' issue is a headache > > Whereas removing all of the previous message is like a sensual massage. okey... > > -Stut > > -- > http://stut.net/ -- ---

Re: [PHP] two small issues with php mail OT

2007-11-20 Thread Børge Holen
wrote about this a long time ago ... In a galaxy far far away... > >> > >> http://www.thelonecoder.com/Blog/?p=7 > >> > >> Be good lemmings and do as you're told... > >> [/snip] > >> > >> Sitting squarely on the fence he is &g

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

2007-11-21 Thread Børge Holen
ouple of forums where multiple image uploading and expanding possibilities made it awkward to use blobs. As I said, if youre comfortable with using files in a blob rather than remote filesystem, and the project works OK with it, why not. On the other hand, none've my tables passed

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

2007-11-29 Thread Børge Holen
nt the amount used with cache/temp files. If so, some check should be used, and if not. Cache it all!, and remove the timelimit, some check for the change of image of course, but that all depends if you acctually change images from time to time.. > > -- > Postgresql & php tutorials > http://www.designmagick.com/ -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2007-11-29 Thread Børge Holen
7;t. So > yes, caches & temp files/folders will be included in your disk quota. I mean't system wide, like the php temp files, or /tmp. -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calendar

2007-12-04 Thread Børge Holen
ot tell what I'm supposed to do next week and it seems kind'a hard to grasp at what youre thinkin of > > Sorry if I'm a bit blury. But any ideas on recurring events are welcome. > I guess I could just hack something together, but it would be fun to do > it right. wee bit

Re: [PHP] How Much Time to do First PHP BB Setup

2007-12-06 Thread Børge Holen
t you would take, if you didn't know and/or never tried it. > > Thanks! > Stephen -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] build a multi chat server with php

2007-12-08 Thread Børge Holen
On Saturday 08 December 2007 09:59:35 abderrazzak nejeoui wrote: > Hello, > i want build a multi chat server based in php. > 1- is that possible > 2- if yes can you instruct me how to bigin > thanks chat as in : forum livchat throught a page livechat throught an external program,

Re: [PHP] build a multi chat server with php

2007-12-08 Thread Børge Holen
bigin > > > thanks > > > > chat as in : > > forum > > livchat throught a page > > livechat throught an external program, > > > > -- > > --- > > Børge Holen > > http://www.arivene.net > > > > -- > > PHP General Mai

Re: [PHP] build a multi chat server with php

2007-12-09 Thread Børge Holen
On Sunday 09 December 2007 11:17:36 you wrote: > thank you Børge Holen, > I think the third solution is very COOL , using the jabber 2.0 in the > backend > but i'm still confusing how can i get communicate the jabber srver with web > chat page! > if u can explain more i

Re: [PHP] build a multi chat server with php

2007-12-09 Thread Børge Holen
me ;-) lol, for true... -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to handle inserting special characters into a mysql field

2007-12-15 Thread Børge Holen
;"; > > Yes, you will get the same result. > > You could have run both sets of code to try it faster than I typed > this answer. lol, love those comment, but I'm horrible myself, to ask these kind of questions =D > > :-) > > -- > Some people have a &quo

Re: [PHP] Select Box CSS OT

2007-12-18 Thread Børge Holen
tter than others. But then again, neither webkit or khtml is as versatile as the other two. Anyone with thoughts on opera... > > -Stut > > -- > http://stut.net/ -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Select Box CSS OT

2007-12-18 Thread Børge Holen
On Tuesday 18 December 2007 21:16:46 you wrote: > Why not try a css list? css-discuss for example? Yes why not? > > On Dec 18, 2007 8:06 PM, Børge Holen <[EMAIL PROTECTED]> wrote: > > On Tuesday 18 December 2007 20:03:53 Stut wrote: > > > VamVan wrote: > > &

Re: [PHP] Select Box CSS OT

2007-12-18 Thread Børge Holen
On Wednesday 19 December 2007 03:59:11 Richard Lynch wrote: > On Tue, December 18, 2007 2:06 pm, Børge Holen wrote: > > On Tuesday 18 December 2007 20:03:53 Stut wrote: > >> VamVan wrote: > >> > Please apologize for sending this question to PHP forums. > >>

Re: [PHP] XSS

2007-12-26 Thread Børge Holen
you feel something missing? -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] I need your vote http://gmailrulz.blogspot.com/

2007-12-26 Thread Børge Holen
ristmas with their brains intact, wtf is these weird postings on "the" lst -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unix date

2007-12-28 Thread Børge Holen
, but it did the job for me EASY!! > > Cheers, > > tedd > > -- > --- > http://sperling.com http://ancientstones.com http://earthstones.com -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unix date

2007-12-28 Thread Børge Holen
On Friday 28 December 2007 23:48:21 tedd wrote: > At 7:45 PM +0100 12/28/07, Børge Holen wrote: > >On Friday 28 December 2007 16:46:46 tedd wrote: > > > So, what's the best method in keeping things consistent across > >> > >> servers? Is there one? >

Re: [PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread Børge Holen
e for > > a while, specifically until I have all your money or you have all my > > solution. > > I've received six exact copies of the same email. Some people are > ignorant. butbut... I just got this one > > And sure, I'm one of them just not this time. And that feels > pretty good. ;-P > > -- > Daniel P. Brown > [Phone Numbers Go Here!] > [They're Hidden From View!] > > If at first you don't succeed, stick to what you know best so that you > can make enough money to pay someone else to do it for you. -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] read email

2007-12-30 Thread Børge Holen
t it. Never thought about the shortcut of askin' here... However, why doesn't this seem likely ;D > > Regards, > Yui -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: SV: SV: [PHP] Mail system

2007-12-30 Thread Børge Holen
'm going to assume you want to use > > PHP. The answer you seek is... by you, using some form of text editor! > > > > We're not here to write code for you. Have a go, then come back if you > > have problems. The manual will help, as will Google. There's a good

Re: [PHP] About search engine usability

2008-01-01 Thread Børge Holen
; > -- > Some people have a "gift" link here. > Know what I want? > I want you to buy a CD from some indie artist. > http://cdbaby.com/from/lynch > Yeah, I get a buck. So? -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] foreach questions OT

2008-01-01 Thread Børge Holen
a number) > Can I use $index as an array name? (I do not remember off hand what the > reserved key words are) > I am not sure what the "empty property" is that it is referring to. > Thank you in advance for info; > Jeff K -- --- Børge Holen http://www.arivene.n

Re: [PHP] Sample script files with 3 different select boxes withmysql conditions in select boxes

2008-01-03 Thread Børge Holen
gt; Rhetorical? > > Rhetorical?? what??? > > -- > ... > SwarmBuy.com - http://www.swarmbuy.com > > Leveraging the buying power of the masses! > ....... -- --- Børge Holen http://www.arivene.net

Re: [PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Børge Holen
ires > > more then a day or two. > > > > Wow, a year? Man, Rob, you are committed... Wait, you need to be > > committed... :) > > Actually I need to bail on my contract. When I first signed up the U.S. > dollar was worth more, but now that it's almost worthless, I've decided > I can just pay for cheap labour in the U.S. Love that us $ just about now. Bought christmas gifts for both the lady'n me over internet. Half the usual price!!! Wonder if I should by a new car, cheat some customs affair for some *blingbling* > > >:) > > Cheers, > Rob. > -- > ... > SwarmBuy.com - http://www.swarmbuy.com > > Leveraging the buying power of the masses! > ... -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Posting Summary for Week Ending 4 January, 2008: php-general@lists.php.net

2008-01-05 Thread Børge Holen
own > [Phone Numbers Go Here!] > [They're Hidden From View!] > > If at first you don't succeed, stick to what you know best so that you > can make enough money to pay someone else to do it for you. -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] login and read ad email

2008-01-05 Thread Børge Holen
gt; > > >> >> Sample Code: > > >> >> > > >> >> http://l-i-e.com/imap/index.phps > > >> >> > > >> >> Some spam filtering I set up to catch what slips through spam > > >> >> assasin > > >> >> and get the email sorted server-side rather than have my desktop > > >> >> client CHOKES trying to sort out thousands of emails upon > > >> > > >> login... > > >> > > >> >> -- > > >> >> Some people have a "gift" link here. > > >> >> Know what I want? > > >> >> I want you to buy a CD from some indie artist. > > >> >> http://cdbaby.com/from/lynch > > >> >> Yeah, I get a buck. So? > > >> > > >> -- > > >> Some people have a "gift" link here. > > >> Know what I want? > > >> I want you to buy a CD from some indie artist. > > >> http://cdbaby.com/from/lynch > > >> Yeah, I get a buck. So? > > > > -- > > Some people have a "gift" link here. > > Know what I want? > > I want you to buy a CD from some indie artist. > > http://cdbaby.com/from/lynch > > Yeah, I get a buck. So? -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Guestbook

2008-01-13 Thread Børge Holen
AX 954-337-2695 > > Email: [EMAIL PROTECTED] | MSN Chat: [EMAIL PROTECTED] | SKYPE: > bestplace | Web: http://www.bestplace.biz | Web: http://www.seo-diy.com -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Guestbook

2008-01-13 Thread Børge Holen
On Monday 14 January 2008 00:07:30 Andrés Robinet wrote: > > -Original Message- > > From: Børge Holen [mailto:[EMAIL PROTECTED] > > Sent: Sunday, January 13, 2008 7:48 AM > > To: php-general@lists.php.net > > Subject: Re: [PHP] Guestbook > > > >

Re: [PHP] Re: Bad company This Weekend!

2008-01-18 Thread Børge Holen
quot;gift" link here. > Know what I want? > I want you to buy a CD from some indie artist. > http://cdbaby.com/from/lynch > Yeah, I get a buck. So? -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Posting Summary for Week Ending 18 January, 2008:php-general@lists.php.net

2008-01-20 Thread Børge Holen
ike that. Now he'll get tons upon tons of spam :D -- --- Børge Holen http://www.arivene.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   >