Re: [PHP] code deployment through php

2012-05-02 Thread Lester Caine
to manage things quickly when I need to update those sites. One of these days they will get moved to an easier location :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] code deployment through php

2012-05-01 Thread Lester Caine
platform IDE :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org

Re: [PHP] Insert group by

2012-04-27 Thread Lester Caine
is being a bit hopeful. What any database does is processes raw fields fast, so providing extra data at insert or edit time is much more efficient than trying to do that process on every row of data later. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki

Re: [PHP] sms class

2012-04-19 Thread Lester Caine
Matijn Woudt wrote: On Wed, Apr 18, 2012 at 10:31 PM, Matijn Woudttijn...@gmail.com wrote: On Wed, Apr 18, 2012 at 9:53 PM, Lester Caineles...@lsces.co.uk wrote: Matijn Woudt wrote: It should be possible to hack up an android phone and write some software that sends messages from

Re: [PHP] sms class

2012-04-18 Thread Lester Caine
port. All UK SIM's are locked to only work from the phone itself :( This service IS available in other countries which is where the data came from ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

Re: [PHP] sms class

2012-04-17 Thread Lester Caine
a web based service to which you can submit your traffic, but that area is another variable. I'm using http://www.textlocal.com/ at the moment just to get things running. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic

[PHP] strict nannying ...

2012-04-15 Thread Lester Caine
functions. Do I really have to duplicate the code and rename every static use? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital

Re: [PHP] strict nannying ...

2012-04-15 Thread Lester Caine
Stuart Dallas wrote: On 15 Apr 2012, at 11:44, Lester Caine wrote: I've got a machine set up with PHP5.4 and left the strict errors showing, and I'm falling at the first hurdle :) The functions for generating URL's are used both statically and as part of the class. STRICT complains because

Re: [PHP] strict nannying ...

2012-04-15 Thread Lester Caine
they say on the tin. Self refers to the current class and parent refers to the parent class, both in a static context. Some of these things are pretty self-explanatory. I think I've got that under control now. the 'parent::' was giving me errors for other reasons. -- Lester Caine - G8HFL

Re: [PHP] strict nannying ...

2012-04-15 Thread Lester Caine
needs re-writing in line with 'current good practice' while keeping the sites running as reliably as they have over the last few years with the 'bad practice' being flagged by 'STRICT' :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] To ? or not to ?

2012-04-04 Thread Lester Caine
that has numerous opening and closing tags AND using ?= then leaving one segment un-terminated just seems totally wrong? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] To ? or not to ?

2012-04-04 Thread Lester Caine
( forget email addres :( ) Robert Cummings wrote: On 12-04-04 02:42 PM, Lester Caine wrote: Tedd Sperling wrote: Let me start a religious war -- should one end their scripts with ? or not? Just as long as no one proposes making leaving out compulsory ;) While I can sort of understand

Re: [PHP] To ? or not to ?

2012-04-04 Thread Lester Caine
to get my Java books out again and do it myself ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk

[PHP] Command line has no network access

2012-04-01 Thread Lester Caine
... ( changes from W2k are simply not possible since the main text to speech engine used on the site will not run on anything later and the supplier no longer exists :( ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic

Re: [PHP] Command line has no network access

2012-04-01 Thread Lester Caine
the problem ... running nicely now! Thanks David ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk

Re: [PHP] including PHP code from another server..

2012-03-26 Thread Lester Caine
Curtis Maurand wrote: rsync is your friend. and is even available for windows machines ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model

Re: [PHP] fgetcsv doesn't return an array?

2012-03-18 Thread Lester Caine
then there was an error, hence line 155 fails every time you hit the 'EOF' condition. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop

Re: [PHP] fgetcsv doesn't return an array?

2012-03-15 Thread Lester Caine
' is $row=0; while (($data = fgetcsv($handle, 800, ,)) !== FALSE) { if ( $row ) $contact-RecordLoad( $data, $row ); $row++; } The row bit strips the header line from the csv file ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] Have little enough hair as it is ...

2012-03-12 Thread Lester Caine
says it need to be re-writen, the question is 'How?' :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http

Re: [PHP] Have little enough hair as it is ...

2012-03-12 Thread Lester Caine
turned out to be another 'automatic merge' of the master code base with my local copy which had actually screwed up. At times this DVCS stuff is less than ideal when working on parallel ports :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] Have little enough hair as it is ...

2012-03-11 Thread Lester Caine
) With eaccelerator switched on and tracking, I can see files being cached, but have yet to work out what the next file would be, and to be honest, I'm not convinced it runs the same way every time, but that is probably just the order of parallel paths being run? -- Lester Caine - G8HFL

Re: [PHP] Have little enough hair as it is ...

2012-03-11 Thread Lester Caine
= $secondsGap[0]; } $secondsGap[] is two numbers, which are used to create the name string, so what is the 'official' way of making this work without generating warnings? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services

[PHP] Have little enough hair as it is ...

2012-03-10 Thread Lester Caine
where the seg fault is coming from? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird

Re: [PHP] Function mktime() documentation question

2012-03-09 Thread Lester Caine
from with that one. I don't know what performance penalty there might be (if any) to calculate that for every call to getdate(), but it certainly seems like a reasonable feature request. I've never had this problem ;) http://phplens.com/phpeverywhere/adodb_date_library -- Lester Caine - G8HFL

[PHP] eaccelerator and/or magickwand

2012-03-08 Thread Lester Caine
Anybody got eaccelerator and/or magickwand compiling for PHP5.4? I've got a nice new machine all set up, and would like to take it straight to Apache 2.4.1 and PHP5.4, but I'd also like to keep the same library setup as the 5.3 setup. -- Lester Caine - G8HFL

[PHP] '?=' with PHP5.3.10

2012-03-05 Thread Lester Caine
, but that is a few weeks away ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http

Re: [PHP] '?=' with PHP5.3.10

2012-03-05 Thread Lester Caine
Ashley Sheridan wrote: You can set it in php.ini itself, or possibly from .htaccess. failing that, find/replace on the old short echo tags would do it. But I thought that '?=' was SUPPOSED to have been protected? When did that change ... -- Lester Caine - G8HFL

Re: [PHP] '?=' with PHP5.3.10

2012-03-05 Thread Lester Caine
converted over yet :( Such as Magickwand and eaccelerator. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http

[PHP] ASP to PHP

2012-02-17 Thread Lester Caine
:) ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php

Re: [PHP] Question about date calculations

2011-12-29 Thread Lester Caine
. And by moving the lookup into the query then Eric only needs to return the rows of the table that are in range ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] Unique items in an array

2011-12-13 Thread Lester Caine
[$contact['id']] = $contact; The other question might be where are you getting the information from ;) I filter the data in the database before loading the array ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services

Re: [PHP] Re: Think I found a PHP bug

2011-12-09 Thread Lester Caine
to store a user or loction timezone reference. Many systems still only store 'offset' which is simply wrong :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com

Re: [PHP] Sniping on the List

2011-11-19 Thread Lester Caine
totally anal. Personally, this last one has become irritating and obviously others find the same thing? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com

Re: FW: [PHP] What is an information_id in directory

2011-10-30 Thread Lester Caine
grabs the next 'information_id' number. One could get away by looking for the 'biggest' file number, but I suspect that 'Site Manager-Content Manager' already has some of the infrastructure to manage this? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki

Re: [PHP] Exporting large data from mysql to html using php

2011-10-27 Thread Lester Caine
not come up on google ... even if in your case I had to check the cashed copy of the the result ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model

Re: [PHP] Exporting large data from mysql to html using php

2011-10-26 Thread Lester Caine
it becomes a problem is when there the user can set up a more complex filter that the cache does not cover ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] Exporting large data from mysql to html using php

2011-10-26 Thread Lester Caine
, with a replicated copy of the data, so as not to affect the active users ... That said, we are now using the much more detailed LLPG address data rather than simple postcode, and that has added another order of magnitude to data that is being searched live ... -- Lester Caine - G8HFL

Re: [PHP] Exporting large data from mysql to html using php

2011-10-26 Thread Lester Caine
but the data volume is growing a lot faster, 10Gb on the test system here, but I am still seeing the same search speeds once the correct indexes have been generated. But it will take a few more years before that starts reaching the 100Gb level :) -- Lester Caine - G8HFL

Re: [PHP] Displaying variables in text - clarification needed

2011-10-26 Thread Lester Caine
like this as a parameter, so the query just has name=? and you pass the $myvar in an array of variables. This helps prevent suspect sql getting into the query as well, not such a problem here, but sensible practice anyway. -- Lester Caine - G8HFL - Contact - http

Re: [PHP] PHP 5.2 and Apache 2.2 are really compatible?

2011-10-19 Thread Lester Caine
'extension=php_msql.dll', then php should at least run. Anybody ... why is 'extension=php_msql.dll' in the ini file when there is not a matching extension although I suspect that this is simply an out of date setup anyway? It is correct in the 5.3.8 setup. -- Lester Caine - G8HFL

Re: [PHP] Need help Wth PHP

2011-10-10 Thread Lester Caine
, but you do need the database that goes with the original site. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http

Re: [PHP] Need help Wth PHP

2011-10-10 Thread Lester Caine
databases :( ( I don't use mysql at all myself, but someone should be able to direct you to the right way of doing it ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Lester Caine
, and database management and allows me to add the sort of complex data pages I need for the target application. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com

[PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
. Android, mobile windows and the like currently seem very restrictive when it comes to this type of development, so has anybody got any ideas on how to proceed? I though that Android was essentially a strangled version of Linux, so it should be able to run any Linux application? -- Lester Caine

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
again, so I may simply have to put a decent Linux distribution on the tablet ... and then there isn't a problem ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
that are specific to a mobile phone :( The PHP for Android needs a lot more extensions added to do that. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
is how to deploy it as a stand alone application on the tablet I have, but I'm not sure that I can pull stuff yet as the 'android marketplace' sites complain that my 'phone is not recognised' :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] What determines your use of the type of DB framework/abstract?

2011-09-22 Thread Lester Caine
. It successfully maps many SQL differences and tidies up those problems. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop

Re: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
sites, but it haven't worked. The machine runs Windows XP, I'm using an administrator account, no firewall is blocking me, PHP and Apache are the most recent versions. Starting point ... what does http://localhost say when put into your browser. -- Lester Caine - G8HFL

Re: RES: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
:/Network/PHP-5_2_6a/php5apache2_2.dll And file type AddType application/x-httpd-php .php .php5 I suspect you have an 'Action' line which should be commented out. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Lester Caine
. At times there can be a reasonable delay before messages get delivered and returned. My own local email server only pulls down every 10 minutes ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

[PHP] eaccelerator gone?

2011-08-24 Thread Lester Caine
Anybody know what has happened to http://www.eaccelerator.net/ Just trying to sort out the 5.3.8 updates, and I found I cant see the eaccelerator site :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

Re: [PHP] (Kinda sorta) PHP related: recovering lost passwords

2011-08-16 Thread Lester Caine
safer rather than 'recovering' a password is to identify the user, and send them a temporary password which they have to change when they log in. This way nobody is allowed access existing passwords ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page

Re: [PHP] PHP frameworks

2011-08-06 Thread Lester Caine
the 'MVC (Model / View / Controller)' elements and all the tools to make my 'frilly bits' work. So I use ADOdb and Smarty wrapped in bitweaver ... not the most modern of setups, but I know how it works internally so changing would be pointless ;) -- Lester Caine - G8HFL

Re: [PHP] 3.1.9 build of APC win 64

2011-08-01 Thread Lester Caine
3.1.6, and while I expect Anindya will be running a 5.3.7 soon with the later libraries, but I've dropped a comment asking if 3.1.9 will build for use with 5.3.6 and Anindya is normally quite quick responding if requests are simple. -- Lester Caine - G8HFL - Contact

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Lester Caine
a deleted this morning for my email address -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird

Re: [PHP] Your language sucks because...

2011-07-13 Thread Lester Caine
and complain if anybody changed them ... Generally I'd say the whole page simply sucks :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers

Re: [PHP] Re: Top Posting

2011-07-06 Thread Lester Caine
do what I like with them. I have material going back to 1995 nicely manageable here even when the broadband is down so I'll put up with the irritation - actually most top posted messages can simply be culled anyway - I have the previous message listed :) -- Lester Caine - G8HFL

Re: [PHP] Memory limit Problem

2011-06-27 Thread Lester Caine
are the same on both servers. Both are PHP Version 5.2.6-1+lenny9 Memory the same size on both machines? The error message you gave was certainly one of being 'out of resources' rather than hitting the file size limits ... -- Lester Caine - G8HFL - Contact - http

[PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
to PHP_INI_SCAN_DIR and PHPIniScanDir but I can't find any definitive manual page on what or how ... or am I barking up the wrong tree? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
, but I only use PHP with Apache. I've got a 'SetEnv PHP_INI_SCAN_DIR xxx' before the module load, but it's not reporting any extra ini's Do I need to compile with something else set - not that I can compile at all at the moment, I'm working with pre built binaries. -- Lester Caine - G8HFL

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
Lester Caine wrote: Your command line stuff works, but I only use PHP with Apache. I've got a 'SetEnv PHP_INI_SCAN_DIR xxx' before the module load, but it's not reporting any extra ini's Do I need to compile with something else set - not that I can compile at all at the moment, I'm working

Re: [PHP] PHP 5.3.3 operator problem

2011-06-02 Thread Lester Caine
of things now flag warnings. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
' is a pain in the posterior, but that at least is probably the best reason for nicely threading email clients. My SMS messages get threaded - so why not emails as well so that quotes are only needed when actually addressing key points. Oh for a perfect world :) -- Lester Caine - G8HFL

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
Andre Polykanine wrote: Hello Lester, Sorry, I don't get what you mean by bottom posting but here is my complains: most of you post your messages*after* the quotes. It's really not comfortable: I use screenreading software here and I need to scroll with my down arrow key before I

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
trimming reams of unnecessary repeated sigs where people have not even bothered looking at what they quoted! I've got a nice module on my php client management system that trims stuff automatically for me when I'm uploading old messages. -- Lester Caine - G8HFL - Contact

Re: [PHP] iPhone sadness

2011-05-29 Thread Lester Caine
if it is a little more difficult doing it from your chosen software. Rather than apologising or simply ignoring the guide lines. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] phpsadness

2011-05-28 Thread Lester Caine
that I've been using for 15 years even to compile in the latest iteration of the old Borland tool set and I had to pay lots of pennies for the privilege to even try! -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic

Re: [PHP] insert to table in php scripts

2011-05-28 Thread Lester Caine
if someone have time helping me. Consistently adding twice? Or occasionally? I STILL hit problems where people double click a button and the submit happens twice, and have to do some javascript to prevent that since the php end is too late. -- Lester Caine - G8HFL

Re: [PHP] insert to table in php scripts

2011-05-28 Thread Lester Caine
then flag an error. ( I never used MySQL ;) I'm using Firebird ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http

Re: [PHP] Running PHP5 in a PHP4 environment

2011-05-13 Thread Lester Caine
Per Jessen wrote: Check the apache error logs, that is where you will usually find something. And switching on error display in php.ini helps as well while you are debugging. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Lester Caine
integrated editors such as html, javascript and css fill all the gaps. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Lester Caine
outside eclipse and I've given up trying to do that on the windows machines. But hopefully some of the missing functions will start to appear. Accessing the php source on svn works nicely :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] Re: Cross-platform IDE

2011-01-26 Thread Lester Caine
Gary wrote: Lester Caine wrote: I'm having to do the hg/git version control outside eclipse and I've given up trying to do that on the windows machines. Cygwin? Both git and Mercurial packages seem to exist, although I don't use them so can't say how good, bad, or otherwise, they might

Re: [PHP] Command line PHP

2011-01-08 Thread Lester Caine
to retain it? Unless of cause php is just wraping some other system that is actually doing the work, such as browsing an hg repository, when things start getting even more unmanageable :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] Command line PHP

2011-01-07 Thread Lester Caine
mumbo jumbo can simply carry on designing sites. And the people who are more interested in development for development sake can please themselves? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

[PHP] Regex for ... genealogical names

2011-01-01 Thread Lester Caine
an array of name segments with [0] as the Surname and a variable number of Forenames, but is there an 'elegant' way via regex to extract this into an array? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

Re: [PHP] PDO: good, popular?

2010-12-14 Thread Lester Caine
such as the PEAR libraries and the likes of Drupal writing their own abstraction layer on top of it ... along with a number of other projects who are now doing the same thing ... shows that PDO is not creating the common platform it was supposed to :( -- Lester Caine - G8HFL

Re: [PHP] ORM doctrine

2010-12-12 Thread Lester Caine
was spending most of it's time simply trying to work out what cahe elements to read ... and of cause eaccelerator adds another layer of 'caching' over that :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http

Re: [PHP] ORM doctrine

2010-12-12 Thread Lester Caine
caching is causing nowadays already. How often do you hear wipe the xxx browser cache? And I know if I am changing theme elements in bitweaver or phpgedview then I HAVE to wipe the cache to ensure that smarty rebuilds the relevant pages. -- Lester Caine - G8HFL

Re: [PHP] ORM doctrine

2010-12-12 Thread Lester Caine
to return the next page of results BEFORE the web page asks for it ;) But a database agnostic approach is not as efficient. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] ORM doctrine

2010-12-12 Thread Lester Caine
Nathan Rixham wrote: Lester Caine wrote: Nathan Rixham wrote: In your application itself, caching can be introduced at every level, you've already got filesystem io caches provided by the operating system, a well tuned db server cache can make a big difference as well, then on to opcode caches

Re: [PHP] ORM doctrine

2010-12-12 Thread Lester Caine
the selected security model ... and that is something that ORM does not seem to provide an easy access to? But I stand to be corrected on that. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk

Re: [PHP] ORM doctrine

2010-12-10 Thread Lester Caine
Robert Cummings wrote: Use PHP the way God intended it to be used. Could you cite a reference for where God states his intentions on PHP? Any PHP developers BLOG ;) We are all gods ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] Eclipse Manual

2010-11-22 Thread Lester Caine
/index.php/PDT -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org

Re: [PHP] the state of the PHP community

2010-07-30 Thread Lester Caine
are floating your boat right now and that your watching eagerly (or getting involved with)? The bitweaver framework has been the base for my own work for many years and is slowly filling all my own local requirements. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk

Re: [PHP] PHP QPay

2010-06-29 Thread Lester Caine
for handling payments ... Would _you_ trust them? Well their financial reports quote www.qpay.com ... which is home to a UK payroll company ... but http://www.qpaynet.com/tmobile/contact.html probably sums the business model up ;) -- Lester Caine - G8HFL - Contact

Re: [PHP] php accelorator

2010-06-02 Thread Lester Caine
Robert Cummings wrote: Lester Caine wrote: Robert Cummings wrote: Dan Joseph wrote: Hi, Are any of you using any of the php accelorators such as Zend, Ioncube, or any others? Any idea which is the best? I am partial to eAccelerator for *nixes. And wincache for Windows. eAccelerator works

Re: [PHP] php accelorator

2010-06-02 Thread Lester Caine
:( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org

Re: [PHP] php accelorator

2010-06-02 Thread Lester Caine
Robert Cummings wrote: Lester Caine wrote: Robert Cummings wrote: I use FastCGI and the NTS version of PHP in Windows because that is the configuration recommended by PHP on their website. After experiencing the instability of PHP as relates to the module version in Windows (using eAccelerator

Re: [PHP] php accelorator

2010-06-01 Thread Lester Caine
... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php

Re: [PHP] Re: PDO don't know which is mysql server charset?

2010-05-21 Thread Lester Caine
-- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php

Re: [PHP] Re: PDO don't know which is mysql server charset?

2010-05-21 Thread Lester Caine
cleverpig wrote: thanks Lester! What's double decode? Your meaning is like What's i said: using $ Pdo- exec ('SET character_set_results = gbk'); to make charset_set_results to be gbk? http://tikiwiki.org/UTF-8 seems to have documented everything ;) Basically if the data going into a field

Re: [PHP] Re: PDO don't know which is mysql server charset?

2010-05-21 Thread Lester Caine
/PDO need to be well documented, which is what tikiwiki are working through now, but should be in the PHP documentation? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

Re: [PHP] Question about creating php files from a form

2010-05-15 Thread Lester Caine
in the php.ini file, just 'uncomment' the one(s) you need ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk

Re: [PHP] Multiple Login in a single PC should not be possible

2010-05-15 Thread Lester Caine
. Should work cross browser, and does work IE6 to IE7 or 8. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http

Re: [PHP] Multiple Login in a single PC should not be possible

2010-05-15 Thread Lester Caine
to identify the individual users as well ) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird

Re: [PHP] Multiple Login in a single PC should not be possible

2010-05-15 Thread Lester Caine
: On Sat, 2010-05-15 at 08:18 +0100, Lester Caine wrote: Jagdeep Singh wrote: How can I defineMachine? That IS the problem. As with a lot of this stuff - nothing was ever actually DESIGNED to work :( So $_SERVER[REMOTE_ADDR] will block multiple machines if they are sharing the one connection. I've

Re: [PHP] Multiple Login in a single PC should not be possible

2010-05-14 Thread Lester Caine
, but we've not needed to go that far yet. Or is there a concept of GLOBAL COOKIE / Cross Browser Cookie which will work for all browsers in a single machine.. Unfortunately not ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine

Re: [PHP] Multiple Login in a single PC should not be possible

2010-05-14 Thread Lester Caine
to do a little more work to build up a list of 'active machines' in parallel with the 'active user' table. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http

<    1   2   3   4   5   6   >