Re: [PHP] CodeWorks 09

2009-09-03 Thread Luke
be able to get to that one :) Thanks, -- Luke Slater :O) this text is protected by international copyright. it is illegal for anybody apart from the recipient to keep a copy of this text. dieser text wird von internationalem urheberrecht geschuetzt. allen ausser dem/der empfaenger/-in ist untersagt

Re: [PHP] CodeWorks 09

2009-09-02 Thread Luke
fax: 01580 893399 Justcroft International Ltd., Staplehurst, Kent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php What I would do for UK PHP events :-( -- Luke Slater :O) this text is protected by international

Re: [PHP] IRC and English

2009-09-01 Thread Luke
. To be honest, on this list it is mostly the foreign people that tend to use 'u' and such, is it discriminatory to state a fact? -- Luke Slater :O) this text is protected by international copyright. it is illegal for anybody apart from the recipient to keep a copy of this text. dieser text wird von

Re: [PHP] unset( $anobject) does not invoce __destruct()

2009-08-24 Thread Luke
Then I assume you would have to copy the object into another variable rather than reference the one you are trying to destroy? -- Luke Slater :O) this text is protected by international copyright. it is illegal for anybody apart from the recipient to keep a copy of this text. dieser text wird

Re: [PHP] Another date exercise

2009-08-17 Thread Luke
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php What would be really cool is if someone wrote a PHP script that generates some Javascript code that could do this. I mean while we're on the subject of complicating things ;) -- Luke Slater :O) this text is protected by international

Re: [PHP] Another date exercise

2009-08-17 Thread Luke
2009/8/17 tedd tedd.sperl...@gmail.com At 4:10 PM +0100 8/17/09, Luke wrote: What would be really cool is if someone wrote a PHP script that generates some Javascript code that could do this. I mean while we're on the subject of complicating things ;) -- Luke Slater :O) While writing

[PHP] unsubscription not working

2009-07-31 Thread Luke
with. -- Luke Slater :O) this text is protected by international copyright. it is illegal for anybody apart from the recipient to keep a copy of this text. dieser text wird von internationalem urheberrecht geschuetzt. allen ausser dem/der empfaenger/-in ist untersagt, eine kopie dieses textes zu

Re: [PHP] How to build an FF extension

2009-07-23 Thread Luke
either, as the abbreviation for Firefox is Fx, not FF. Thanks Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Only officially: http://en.wikipedia.org/wiki/FFhttp://en.wikipedia.org/wiki/FF -- Luke Slater :O)

Re: [PHP] Sessions

2009-07-03 Thread Luke
would contain session_start(); as well as other things that need to be done every page load (connect to the database perhaps?) and they just 'require' that at the top of every page. -- Luke Slater http://dinosaur-os.com/ :O)

[PHP] Scope woe

2009-06-30 Thread Luke
['firstobject']; But apparently that's bad syntax. I was just wondering the best way to get around this? Thanks a lot for your help, -- Luke Slater :O)

Re: [PHP] Re: Scope woe

2009-06-30 Thread Luke
, Jun 30, 2009 at 8:43 AM, Peter Fordp...@justcroft.com wrote: Luke wrote: Hello again guys, I was wondering the best way to tackle the following problem: I've got a class, containing a property which is another object. So from outside I should be able to do $firstobject

Re: [PHP] Re: PHP 5.3.0 Released!

2009-06-30 Thread Luke
on the same day as firefox 3.5? See any similarity in the version numbers? -- Luke Slater :O)

[PHP] Socket error

2009-06-29 Thread Luke
, SO_REUSEADDR, 1); socket_set_nonblock($master_socket); And I'm getting: 'PHP Warning: socket_bind(): unable to bind address [22]: Invalid argument in /home/luke/talkserver/new/classes/server.php online 30' $this-port is valid, I've checked both this and that socket_create_listen seems

Re: [PHP] Socket error

2009-06-29 Thread Luke
2009/6/29 Stuart stut...@gmail.com 2009/6/29 Luke l...@blog-thing.com: Hey guys, getting an odd error here... The code involved: $master_socket = socket_create_listen($this-port); socket_bind($master_socket, '127.0.0.1', $this-port); socket_listen

Re: [PHP] Socket error

2009-06-29 Thread Luke
2009/6/29 Daniel Brown danbr...@php.net On Mon, Jun 29, 2009 at 02:42, Lukel...@blog-thing.com wrote: Hey guys, getting an odd error here... The code involved: [snip!] Luke, Just a friendly reminder: for future reference, please don't start a second thread on the list until

[PHP] Socket error

2009-06-28 Thread Luke
, SO_REUSEADDR, 1); socket_set_nonblock($master_socket); And I'm getting: 'PHP Warning: socket_bind(): unable to bind address [22]: Invalid argument in /home/luke/talkserver/new/classes/server.php online 30' $this-port is valid, I've checked both this and that socket_create_listen seems

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Luke
in our database, so I rot13d all the data and told him it was some advanced encryption and he never worked it out :) -- Luke Slater :O)

Re: [PHP] Re: PHP, OOP and AJAX

2009-05-28 Thread Luke
though because there will be few reasons that you will ever need to write low level code when you're using a library like Prototype =) -- Luke Slater :O)

[PHP] class problem

2009-05-28 Thread Luke
with get_called_class() but unfortunately I'm stuck with 5.2.9 at the moment and that is new to 5.3. Any ideas? Perhaps there is a different way I could implement the classes - I would rather not have getObjectIds repeated three times! Thanks in advance, -- Luke Slater http://dinosaur-os.com/ :O)

Re: [PHP] Re: class problem :(

2009-05-28 Thread Luke
2009/5/29 Shawn McKenzie nos...@mckenzies.net Luke wrote: Right I've read the manual on this and all that so hopefully you find people can help. I have an abstract class with three children. The abstract is ForumObject and the three children are Thread, Category and Post and each have

Re: [PHP] table-less layouts; Ideas welcome

2009-05-21 Thread Luke
has the same name! There appears to be nothing wrong with tables when used for the right reasons - they _are_ there for a reason. -- Luke Slater http://dinosaur-os.com/ :O)

Re: [PHP] E-Mail Verification - Yes, I know....

2009-04-28 Thread Luke
$isValid = false; } } return $isValid; } -- Luke Slater http://dinosaur-os.com/ :O)

Re: [PHP] E-Mail Verification - Yes, I know....

2009-04-28 Thread Luke
2009/4/28 Jan G.B. ro0ot.w...@googlemail.com 2009/4/28 Luke l...@blog-thing.com: 2009/4/28 Jan G.B. ro0ot.w...@googlemail.com 2009/4/28 Jay Blanchard jblanch...@pocket.com: Our company wants to do e-mail verification and does not want to use the requests / response method

Re: [PHP] @$_POST[...]

2009-04-22 Thread Luke
/) To unsubscribe, visit: http://www.php.net/unsub.php I believe placing an @ in front of a statement suppresses any error messages it generates. -- Luke Slater :O)

[PHP] problem with my class

2009-04-16 Thread Luke
); } public function saveRecipe() { $query = INSERT INTO recipe (title, problem, solution) VALUES ('.$this-rtitle.', '.$this-problem.', '.$this-solution.'); mysql_query($query); } } Many thanks, Luke Slater

Re: [PHP] problem with my class

2009-04-16 Thread Luke
2009/4/16 Jan G.B. ro0ot.w...@googlemail.com 2009/4/16 Luke l...@blog-thing.com: Hi guys, I've been learning about object oriented programming and I wrote this test class but it doesn't seem to be working, it throws no errors but doesn't insert anything to the database either. I have

Re: [PHP] problem with my class

2009-04-16 Thread Luke Slater
On Thu, Apr 16, 2009 at 2:41 PM, Thijs Lensselink p...@addmissions.nlwrote: Luke wrote: 2009/4/16 Jan G.B. ro0ot.w...@googlemail.com 2009/4/16 Luke l...@blog-thing.com: Hi guys, I've been learning about object oriented programming and I wrote this test class but it doesn't seem

Re: [PHP] Logical next step in learning?

2009-04-14 Thread Luke
that has already been created, but on a smaller scale. That way you will run into the common issues that you will have to deal with in most of the projects you do. -- Luke Slater :O)

Re: [PHP] Namespce operator

2009-03-25 Thread Luke
March 14th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater http://dinosaur-os.com/ :O)

Re: [PHP] Re: Problems with exec() on windows

2009-03-20 Thread Kyohere Luke
You might have something there - never really thought about how windows forms the 8.3 names... not many resources online about it ... The actual path is c:\Program File\Gammu 1.23.91\bin\gammu.exe I'd used c:\Progra~1\Gammu~1\bin\gammu.exe Luke On Thu, Mar 19, 2009 at 8:57 PM, Shawn McKenzie

Re: [PHP] PHP blogs?

2009-03-20 Thread Luke
/ is an aggregator of some of the good stuff that's out there. It displays horribly in Firefox. They need to fix it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater :O) PGP Fingerprint: 643B B93E D979 15C9 5BBD 7AF9 A18B 9831

[PHP] Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
that the problem is with the double quotes. I've used procmon and it shows that when the double quotes are added around the last argument, gammu.exe is not even called at all. Problem is that the double quotes are required by gammu to send an sms with spaces in it. Any ideas? :-( Luke

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
mistaken, data written to the process's stdin (for the other process) is not treated like an argument. If I add the arguments to the process name/path? I'm back to square one. Luke. On Thu, Mar 19, 2009 at 6:25 PM, Shawn McKenzie nos...@mckenzies.netwrote: Kyohere Luke wrote: Hi, I'm trying

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
mistaken, data written to the process's stdin (for the other process) is not treated like an argument. If I add the arguments to the process name/path? I'm back to square one. Luke On Thu, Mar 19, 2009 at 6:25 PM, Shawn McKenzie nos...@mckenzies.netwrote: Kyohere Luke wrote: Hi, I'm trying

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
Eventually settled for getting rid of the spaces in the path. That worked. Thanks. Luke On Thu, Mar 19, 2009 at 8:06 PM, Bastien Koert phps...@gmail.com wrote: On Thu, Mar 19, 2009 at 12:48 PM, Kyohere Luke l...@beyonic.com wrote: Thanks, but I tried this. Doesn't work because the path

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
Eventually settled for getting rid of the spaces in the path. That worked. Thanks. Luke On Thu, Mar 19, 2009 at 8:06 PM, Bastien Koert phps...@gmail.com wrote: On Thu, Mar 19, 2009 at 12:48 PM, Kyohere Luke l...@beyonic.com wrote: Thanks, but I tried this. Doesn't work because the path

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
/to/exe. Luke. On Thu, Mar 19, 2009 at 8:24 PM, bruce bedoug...@earthlink.net wrote: hey... if you're going to deal with file/pathnames in windows/linux.. you're going to have to encapsulate them with or with '' ie double/single quotes... -Original Message- From: Kyohere Luke

Re: [PHP] Re: Problems with exec() on windows

2009-03-19 Thread Kyohere Luke
/to/exe. Luke On Thu, Mar 19, 2009 at 8:24 PM, bruce bedoug...@earthlink.net wrote: hey... if you're going to deal with file/pathnames in windows/linux.. you're going to have to encapsulate them with or with '' ie double/single quotes... -Original Message- From: Kyohere Luke

Re: [PHP] ruby / rails within a php site

2009-03-04 Thread Kyohere Luke
the way it expects to be run... Thoughts? Luke. On Wed, Mar 4, 2009 at 9:02 AM, dg dane...@bluerodeo.com wrote: If it's html that Ruby generates, you could probably call that file as an include? Something like... $ruby = file_get_contents('rubyfile.html'); then where ever in the document you

Re: [PHP] Happy 1234567890 day!

2009-02-13 Thread Luke Slater
On Friday 13 Feb 2009 17:39:09 Daniel Brown : 2009/2/13 Lists li...@euca.us: :-) Donovan To you, as well! I think it's really neat. For us in the EST time zone, with time adjustments and such, it'll be 6:31:30p tonight. ?php echo strtotime(February 13, 2009 6:31:30 PM); ? --

Re: [PHP] Clarity needed OT

2009-02-06 Thread Luke Slater
On Friday 06 Feb 2009 18:13:02 tedd wrote: At 1:55 AM +0100 2/6/09, Jochem Maas wrote: that tedd's unlimited educational resources (tutors/courses) might go someway to undoing all the harm Fox News inflicts on the masses. Or to provide clarity to those who think that Fox News is doing harm.

Re: [PHP] developers life

2009-01-19 Thread Luke Slater
On Mon, 19 Jan 2009, Kyle Terry wrote: On Mon, Jan 19, 2009 at 1:28 PM, Nathan Rixham nrix...@gmail.com wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more

Re: [PHP] developers life

2009-01-19 Thread Luke Slater
On Mon, 19 Jan 2009, Robert Cummings wrote: On Mon, 2009-01-19 at 21:28 +, Nathan Rixham wrote: well just for the hell of it; and because I'm feeling worn.. anybody else find the following true when you're a developer? - frequent bursts of side-tracking onto more interesting subjects -

[PHP] Storing and then printing ANSI escape sequences in (and then from) variables

2009-01-07 Thread Luke Slater
. chr(7); It will print as a literal string, actually printing \033[33m to the screen, so how do I make it work? I'm sure I'm missing something fatally simple here. Thanks for your help, Luke Slater -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Storing and then printing ANSI escape sequences in (andthen from) variables

2009-01-07 Thread Luke Slater
. Thanks again, Luke Slater On Wed, 7 Jan 2009, Fred Briand wrote: Paul M Foster a écrit : On Wed, Jan 07, 2009 at 11:11:53PM +, Luke Slater wrote: Hi, I'm storing ANSI escape sequences in an array, stored like this: $connections[$channel][2] = $info['colour']; $info['$colour'] would

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
Well the current system runs of a 20MB internet connection in London, seeing as that's the UK that about 2MB. It runs fine, responses are snappy even dealing with loads of users. This, however, is written in C: does PHP have that much of an overhead so that bandwidth is actually that much of

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater :O) PGP Fingerprint: 643B B93E D979 15C9 5BBD 7AF9 A18B 9831 6600 C396 -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.4.9 (GNU/Linux) mQGiBEjrxM0RBADm6CySSIf

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
an issue? On Thu, 1 Jan 2009, Robert Cummings wrote: On Thu, 2009-01-01 at 13:27 +, Luke wrote: The current system also uses some kind of strange text based database, I was wondering if using MySQL for the database would slow it down too much? Which MUD engine are you using? Chances

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
WELL, while we're advertising, tcz.net telnet tcz.net 23 The MUD does indeed cover many aspects of programming, most of them even have their own scripting language! On Thu, 1 Jan 2009, Robert Cummings wrote: On Thu, 2009-01-01 at 19:03 +0100, Per Jessen wrote: Robert Cummings wrote:

Re: [PHP] PHP telnet server

2009-01-01 Thread Luke Slater
Well, I'm only 16 and I'm using 'em. They are pretty good but depreceated rather a lot as graphical MUDs came around. The people on them are generally of the, ah, computing persuasion though so it's a good way to meet people with like interests :) On Thu, 1 Jan 2009, Per Jessen wrote:

[PHP] PHP telnet server

2008-12-30 Thread Luke Slater
information out there? I would imagine that I'm looking for the wrong thing, however. In short I'm looking for the basic idea on how a MUD server would be implemented in PHP. Thanks in advance for anything, Luke Slater -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PHP telnet server

2008-12-30 Thread Luke Slater
That supersocket class certainly seems good enough to get me started, thanks everyone! On Tue, 30 Dec 2008, Manuel Lemos wrote: Hello, There are plenty of ready to use solutions to build TCP servers. Here are some of them: Simple TCP Daemon http://www.phpclasses.org/daemon Generic socket

Re: [PHP] Chrome 1.0 released

2008-12-15 Thread Luke Slater
Hah, the world will only be a small collateral fallout in the mighty battles . . . On Mon, 15 Dec 2008, German Geek wrote: Conspiracy against M$? I thought they were conspiring against the world :-) Tim-Hinnerk Heuer http://www.ihostnz.com On Mon, Dec 15, 2008 at 2:22 PM, Yeti

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
/** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists. Not following the usual coding style I know but I can't bring myself to touch it... You'd better not

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
do an AJAX request :) On Sun, 7 Dec 2008, tedd wrote: At 1:59 PM + 12/7/08, Luke Slater wrote: /** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
2008, Robert Cummings wrote: On Sun, 2008-12-07 at 13:59 +, Luke Slater wrote: /** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists. Not following

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-07 Thread Luke Slater
-12-07 at 13:59 +, Luke Slater wrote: /** Validate an email address. Provide email address (raw input) Returns true if the email address has the email address format and the domain exists. Not following the usual coding style I know but I can't bring myself to touch

Re: [PHP] Stats (was anchor name on URL)

2008-11-19 Thread Luke Slater
On Wed, 19 Nov 2008, Ashley Sheridan wrote: On Wed, 2008-11-19 at 09:50 -0500, tedd wrote: Nathan Rixham wrote: well that bubble should have popped.. from some of my sites: Browser % visits Firefox 88.43% Internet Explorer 9.99% and At 12:25 PM + 11/19/08, Stut wrote: Firefox

Re: [PHP] PHP Dev Facts

2008-10-17 Thread Luke Slater
On Thu, Oct 16, 2008 at 7:14 PM, Nathan Rixham [EMAIL PROTECTED] wrote: Evening All, I'd be /really/ interested to know who uses what! *Procedural or OOP?* Procedural *Dev OS* Mandriva Linux (home and work) *Dev PHP Version* 5.2.6 *Live Server OS*

Re: [PHP] Login [0T]

2008-10-09 Thread Luke
... just 'cause a company gets it wrong most of the time doesn't mean that there aren't a few shining gems in their bag. :) Todd Boyd Web Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Re: php framework vs just php?

2008-10-08 Thread Luke
of this is subjective and every case requires a unique look. Look at this: http://paul-m-jones.com/?p=315 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.4.9 (GNU

Re: [PHP] SESSION array problems [SOLVED]

2008-10-03 Thread Luke Slater
That's lazyness, reply all does that by itself. Luke Slater Defiance.bounceme.net/blog/ On 2 Oct 2008, at 16:15, Daniel Brown [EMAIL PROTECTED] wrote: On Thu, Oct 2, 2008 at 11:11 AM, Jay Moore [EMAIL PROTECTED] wrote: Now, someone show me where that is documented? http://us3.php.net

Re: [PHP] Re: MySQL Workbench coming for Linux

2008-09-18 Thread Luke
a diagramming tool (unless you can tell me otherwise). -- Ross McKay, Toronto, NSW Australia Nobody ever rioted for austerity - George Monbiot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Re: MySQL Workbench coming for Linux

2008-09-17 Thread Luke
-- Luke Slater

Re: [PHP] switch case - to require the break statements seems strange to me

2008-09-12 Thread Luke
vacation. Cheers, tedd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] php image and javascript include

2008-09-12 Thread Luke
: http://www.php.net/unsub.php -- Luke Slater

Re: Re: [PHP] CMS-Blog system

2008-09-12 Thread Luke
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Readdir() question

2008-09-12 Thread Luke
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-12 Thread Luke
://www.mandriva.com/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Re: uploading file outside WEB Root

2008-09-12 Thread Luke
the Folder on the Live System? Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Readdir() question

2008-09-12 Thread Luke
to the table. If you are initially placing many files in there you may want to write a perl/shell/php script to enter all of the initial file entries for the table for you. 2008/9/12 Jochem Maas [EMAIL PROTECTED] Luke schreef: When I need to do 'filesystem' type things I use MySQL to map all

Re: [PHP] Re: Interntet Explorer 8 beater 2

2008-09-11 Thread Luke
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Header() - POST

2008-09-11 Thread Luke
attempt to header(POST: /foo) ... that was it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Header() - POST

2008-09-05 Thread Luke
POST requests in Ajax (or without in js) is straight forward. On the iPod now but I'll POST an example later. Get it? Luke Slater Lead Developer NuVoo On 5 Sep 2008, at 18:14, mike [EMAIL PROTECTED] wrote: On Fri, Sep 5, 2008 at 9:20 AM, Boyd, Todd M. [EMAIL PROTECTED] wrote: On a side

Re: [PHP] Re: Google Chrome

2008-09-03 Thread Luke
[http://www.mandriva.com/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] CMS-Blog system

2008-09-03 Thread Luke
. Is there better idea? I appreciate your discussion on this topic. Martin Zvarik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Google Chrome

2008-09-02 Thread Luke
even more money effort wasted on testing webpages :-( Webkit-based, so no need to add any more testing than you do now. -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

[PHP] DNL by value

2008-08-26 Thread Luke
Hi everyone, I was wondering if there is a way to create a dnl (or an array?) with all the entries in an XML with a certain value in a certain tag in PHP DOM? Thanks a lot. Luke

Re: [PHP] Help and Advice needed please.

2008-08-23 Thread Luke
haven't said so already, Thanks Byron -- Feh. -- Luke Slater

Re: [PHP] Re: Sale 79% OFF !!!

2008-08-21 Thread Luke
/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] php-gd problems on Ubuntu 8.04

2008-08-18 Thread Luke
Which gd package did you install? Php5-gd worked for me. Could be something like it trying to install a php4 module onto php5 Luke Slater Lead Developer NuVoo On 18 Aug 2008, at 15:47, Chantal Rosmuller [EMAIL PROTECTED] wrote: I did, but it doens't help On Thursday 14 August 2008 18:58:57

Re: [PHP] If Column Exists

2008-08-17 Thread Luke
WHERE TABLE_SCHEMA='db_name' AND TABLE_NAME='table_name' AND COLUMN_NAME='column_name'; -robin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] Re: SOAP - return a list of items

2008-08-17 Thread Luke
www.canishosting.com - Plans start @ $1.99/month. Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life. -- Luke Slater

Re: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-09 Thread Luke
Except if paired with javadcript. Luke Slater Lead Developer NuVoo On 9 Aug 2008, at 15:09, Per Jessen [EMAIL PROTECTED] wrote: Boyd, Todd M. wrote: I had to use Java for the simple fact that PHP by itself cannot access the local file system in a way that allows for the partial loading

Re: [PHP] php File upload

2008-08-08 Thread Luke
I think the sentiment is that you can't fit all of the file in the memory at once Luke Slater On 8 Aug 2008, at 07:59, Per Jessen [EMAIL PROTECTED] wrote: Jim Lucas wrote: What Apache starts, it reads the PHP memory limits in to the running Apache process. When you try and upload a file

Re: [PHP] php File upload

2008-08-08 Thread Luke
Maybe there is some configuration in the server somewhere causing it to incorrectly use the tmp? Luke Slater On 8 Aug 2008, at 08:48, Torsten Rosenberger [EMAIL PROTECTED] wrote: Hello on a linux system (Suese 10.2) with 1 GB memory its not possible to upload via http a 1 Gb File

Re: [PHP] Re: php File upload

2008-08-08 Thread Luke
You could always program in something (perhaps in Ajax) to monitor the progress of the file upload and check for errors periodically. Luke Slater On 8 Aug 2008, at 11:55, Peter Ford [EMAIL PROTECTED] wrote: Per Jessen wrote: Tom wrote: Im very glad to fix this problem, but the next one

Re: [PHP] php File upload

2008-08-08 Thread Luke
Is a 1.9 gb file upload even sustainable on even a fairly small scale web application? Maybe you could implement FTP if you trust the people that want to upload the file. Luke Slater Lead Developer NuVoo On 9 Aug 2008, at 14:52, Tom [EMAIL PROTECTED] wrote: Practical i implement a robust

Re: [PHP] Why PHP4?

2008-08-08 Thread Luke
A friend works in a place where they use pascal as a database interface! Luke Slater Lead Developer NuVoo On 8 Aug 2008, at 16:25, V S Rawat [EMAIL PROTECTED] wrote: On 8/8/2008 3:59 AM India Time, _Micah Gersten_ wrote: You can't steal it, but you can't do anything with it either, so

Re: [PHP] php File upload

2008-08-07 Thread Luke
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Luke Slater

Re: [PHP] mysqli_embedded_server_start

2008-02-01 Thread Kyohere Luke
+0100, Per Jessen wrote: Kyohere Luke wrote: Has anyone tried to use this function? Does php actually support mysql embedded server or is this just a stub for future use? I'm trying to convert a mysql-based web app to a desktop app and rather than refactor everything to use sqlite

[PHP] mysqli_embedded_server_start

2008-01-31 Thread Kyohere Luke
embedded server. Thanks! -- -- Luke Kyohere -- /dev/null

[PHP] internal operation

2006-05-10 Thread Luke Cole
` If not, how does it do it? Also, if one disables users from using ``, are all file system and directory functions disabled to? Regards, Luke Cole -- http://rsise.anu.edu.au/~cole | http://lc.homedns.org/~cole Research Assistant Robotics Systems Lab, Systems Engineering RSISE/NICTA, Building 115 ANU

[PHP] Group By problems

2005-07-03 Thread W Luke
Hi, I used to have problems with this in Cold Fusion - and I'm still struggling this time in PHP! Very basic. Looping over 2 tables - an email table, and a data-table. I'm using * just for ease for the time being: SELECT * FROM f_c_users,f_comments WHERE fcEmail=cemail GROUP by fcEmail If

Re: [PHP] Replacing 2 strings

2005-06-01 Thread W Luke
On 31/05/05, W Luke [EMAIL PROTECTED] wrote: On 31/05/05, Murray @ PlanetThoughtful [EMAIL PROTECTED] wrote: ? function replace($string){ preg_match(/^\^([a-zA-Z]+?)_([a-zA-Z]+?)/, $string, $matcharr); $string = str_replace($matcharr[0], $matcharr[1] . .$matcharr[2

Re: [PHP] Replacing 2 strings

2005-05-31 Thread W Luke
On 31/05/05, Murray @ PlanetThoughtful [EMAIL PROTECTED] wrote: ? function replace($string){ preg_match(/^\^([a-zA-Z]+?)_([a-zA-Z]+?)/, $string, $matcharr); $string = str_replace($matcharr[0], $matcharr[1] . .$matcharr[2] . :, $string); return $string; }

Re: [PHP] Replacing 2 strings

2005-05-30 Thread W Luke
On 30/05/05, Brian V Bonini [EMAIL PROTECTED] wrote: On Sun, 2005-05-29 at 12:22, W Luke wrote: Hi, I have some text in a file which, when it's dumped to a var, needs to be replaced. In its raw form, it looks like this: ^JIM_JONES and I need to remove the ^_ and characters and have

Re: [PHP] Replacing 2 strings

2005-05-30 Thread W Luke
On 30/05/05, Brian V Bonini [EMAIL PROTECTED] wrote: On Mon, 2005-05-30 at 11:13, Murray @ PlanetThoughtful wrote: Someone much more clever that I can probably come up with something much cleaner and efficient but This works... Definitely not more clever and arguably not more

Re: [PHP] Replacing 2 strings

2005-05-30 Thread W Luke
On 30/05/05, Brian V Bonini [EMAIL PROTECTED] wrote: [...] Again, an example that is as close to your real-world needs as possible would be very helpful. The original request was: the text-to-replace is just in a var named $text1. I read that to mean you'd already extracted ^JIM_JONES

[PHP] Replacing 2 strings

2005-05-29 Thread W Luke
Hi, I have some text in a file which, when it's dumped to a var, needs to be replaced. In its raw form, it looks like this: ^JIM_JONES and I need to remove the ^_ and characters and have it read Jim-Jones It's nestled in amongst a load of other text - I'm fopen'ing a file and reading it line

  1   2   3   >