Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Lester Caine
arket' ... -- 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 Rainbow Digital Me

Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-30 Thread Lester Caine
its the messages being created in the background that cause an extra load on ISP's and that need to be cleaned up again. The problem is that there is no pressing need to switch over since the old code IS working fine? -- Lester Caine - G8HFL - Contact -

Re: [PHP] Holding "datetimes" in a DB.

2013-03-01 Thread Lester Caine
re you are displaying times which straddle the daylight saving switches such as a train movement where the time you need to display jumps. In this case you have to use UTC for the movement, and display with the correct daylight saving offest. -- Lester Caine - G8HFL ---

Re: [PHP] Holding "datetimes" in a DB.

2013-03-02 Thread Lester Caine
of problems if there are four differences between the server and client time zones, but what is NEEDED is that the client browser returns a client timezone rather than a simple offset! -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Cain

Re: [PHP] Joining fixed text to a SUBJECT variable

2013-03-02 Thread Lester Caine
uot;.$MessageSubject; but $Subject = "RVRA Contact Form - ,$MessageSubject"; should work, what is the error? ... you don't actually want the ',' $Subject = "RVRA Contact Form - $MessageSubject"; Should work as well -- Lester Caine - G8HFL --

Re: [PHP] Type of a variable in PHP

2013-03-15 Thread Lester Caine
7; is that they are a not restricted to a single type. The elements of an array can be different types. It's more a 'basket' than a traditional array. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services

Re: [PHP] Undefined index....

2013-03-15 Thread Lester Caine
k. Can anyone provide any insight? TVMIA! -- 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 Rai

Re: [PHP] PDO Transaction

2013-03-15 Thread Lester Caine
he problem? You don't say which database you are trying to access. Not all actually support transactions, and some need a connection correctly set. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - htt

Re: [PHP] PDO Transaction

2013-03-16 Thread Lester Caine
Simon Dániel wrote: 2013/3/15 Lester Caine Simon Dániel wrote: Hi, I have a trouble with PDO transactions. I would like to start using transactions, but I am not familiar with it. I have got a 'There is no active transaction' exception, however, I am using beginTransaction m

Re: [PHP] target question

2013-03-25 Thread Lester Caine
hem as a pop-up or opening in a separate page even using 'target'. The compromise I came up with is to open them in a flash player as in http://northwaypc.org.uk/fisheye/image/1030 -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=con

Re: [PHP] target question

2013-03-25 Thread Lester Caine
as to allow the pdf to be wrapped with other links, and managing selection of things such as filtering terms for a report which is then output as a pdf makes sense. The report can also be printed if required, something which is not practical directly from an html page. -- Lester Caine -

Re: [PHP] {SOLVED] mysqli & nested queries - maybe I'm rusty...

2013-04-02 Thread Lester Caine
great for this type of problem. Just having a single result set and formatting the results based on a 'level' field makes things very flexible and you just stream the one set of results. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] timezone

2013-04-15 Thread Lester Caine
e. The only time you need the offset is to display a local time, and that is either the time local to the server, or the time local to the client. The 'default' timezone is not necessarily the right one in either case ;) -- Lester Caine - G8HFL - Contact - ht

Re: [PHP]

2013-04-18 Thread Lester Caine
e use nothing. In 5.1.6 it seems to do just that. But in 5.3.3 I'm not getting the value of $var even when it is defined. Has this construct been deprecated? Is there now some other way to achieve this? There WAS a period when a number of headaches, but currently the two are now isolated!

[PHP] Saving session to database

2013-05-16 Thread Lester Caine
t problems with PHP5.4 blocking access to the write and close functions, none of the fixes I have tried have resulted in a working setup. Anybody seen this problem with PHP5.4? http://lsces.org.uk/hg/webtrees/file/dcf6ff358108/includes/session.php#l334 is the code that seems to be failing.

Re: [PHP] Saving session to database

2013-05-16 Thread Lester Caine
Matijn Woudt wrote: On Thu, May 16, 2013 at 10:43 AM, Lester Caine mailto:les...@lsces.co.uk>> wrote: I'm having a problem with webtrees ... http://webtrees.net/ My copy is running on http://webtrees.lsces.org.uk and you will see that it is throwing an error rela

Re: [PHP] Saving session to database

2013-05-17 Thread Lester Caine
HP5.4 -- 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 Rainbow Digital Media - http://rainbowdigitalmedia.

Re: [PHP] Saving session to database

2013-05-17 Thread Lester Caine
http://www.simplemachines.org/community/index.php?topic=486606.0 gives the pointer but I've not followed through on an updated version. This is a stock SUSE install and I don't want to manually 'fix' it so I've just disabled Suhosin. -- Lester Caine - G8HFL

[PHP] Doing something wrong?

2013-05-21 Thread Lester Caine
is showing the change of location of the php.ini file, but nothing for the 'Scan this dir for additional .ini files' while the Configure shows '--with-config-file-scan-dir=/opt/apache2/conf/php5.d' What am I missing? It's working on the other machines and loading all t

Re: [PHP] Re: Doing something wrong?

2013-05-22 Thread Lester Caine
David Robley wrote: Did you "make clean" after reconfiguring before re-compiling php? According tohttps://bugs.php.net/bug.php?id=63611 that may be a cause. That was the kick - Thanks ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?pa

Re: [PHP] Web dev, DB and "proper db design".

2013-07-04 Thread Lester Caine
a real database :) Building the constraints and many other core database features into the code was essential before MySQL had many of the features that real databases have had from the start ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=co

Re: [PHP] Web dev, DB and "proper db design".

2013-07-05 Thread Lester Caine
protection of detail elements is the more useful reason for maintaining them. -- 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] Web dev, DB and "proper db design".

2013-07-05 Thread Lester Caine
in rather than coding that in PHP. So "proper db design"is probably still geared around what we are used to rather than any had and fast rules? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsce

Re: [PHP] strlen ?

2013-07-05 Thread Lester Caine
bit like windows ignoring case in file name and linux then complaining it can't find a file. It's probably worth checking the sting length back through your code just to confirm what added it? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki

Re: [PHP] strlen ?

2013-07-06 Thread Lester Caine
that the next time. AH - I use that to flag the end of line when I pulled the data apart - so it gets stripped ;) Then I found fgetcsv() which replaced the manual code and gave just the data as an array. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/

[PHP] phpdocumentor with PHP5.4

2013-07-07 Thread Lester Caine
e_strict off anyway, so 5.4 should work 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 R

Re: [PHP] phpdocumentor with PHP5.4

2013-07-07 Thread Lester Caine
Sebastian Krebs wrote: I meant: PhpDocumentor 2 Problem solved ... Notes on https://github.com/phpDocumentor/phpDocumentor2 need a little update to correct the installation notes to use the beta builds rather than alpha ones. -- Lester Caine - G8HFL - Contact

Re: [PHP] Re: Fwd: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Lester Caine
ot;".$results['** >product_amt'].""; $total += $results['product_amt'] >} > echo "Total:".$total.""; >// finish the table html >echo " Yes that part is OK. I do have problem to add total weight and package at bottom of t

Re: [PHP] suhosin and 5.4 onwards

2013-08-03 Thread Lester Caine
stable platforms that we are comfortable with is just not practical :( -- 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 Worksh

Re: [PHP] What the hell is Begacom?

2013-08-04 Thread Lester Caine
address. This apparently is the right way of doing email lists ;) -- 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] 'buffer sizes' ?

2013-08-10 Thread Lester Caine
chines are giving different problems with this application which works correctly on Apache 2.2 DON'T answer suggesting continuing to use 2.2 ... at some point 2.4 has to be fixed! -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact

Re: [PHP] how old is this version of PHP?

2013-08-19 Thread Lester Caine
ht by that, so maintaining a LTS version of PHP5.2 is the lesser evil ... Windows 2000 is supposed to be dead, but *I* still have sites reliant on it because the code and hardware is unsupported in even XP. Saying something is dead only works if there is an affordable way of moving forward ;)

Re: [PHP] how old is this version of PHP?

2013-08-19 Thread Lester Caine
e number of sites and fire fighting when sites go down without prior warning all takes time ... I can't really complain, I've been picking up customers who's sites have been affected and earning money from them :) I have to say no to a lot though as there are only so many hou

Re: [PHP] Mysqli Extension

2013-08-19 Thread Lester Caine
installations. -- 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 Rainbow Digital Media - http

Re: [PHP] PHP vs JAVA

2013-08-20 Thread Lester Caine
+ than Java even on Android. But even though you would not use PHP for distributed applications, it still gets a good 4th in that chart as well. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http:/

Re: [PHP] PHP vs JAVA

2013-08-20 Thread Lester Caine
ot;. 'Python is arguably the most readable programming language' probably says it all? Personally I find it almost impossible to understand when coming in cold to someone elses code ... Java is not much better ... but I still have to persist with both since some key elements of a usable

Re: [PHP] PHP vs JAVA

2013-08-20 Thread Lester Caine
ng_language continues to show PHP rising at the expense of ASP and Java with Perl, Ruby and Python having trouble to stay above 1% combined over the last year. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http:/

Re: [PHP] Off the wall - sub-domain question

2013-08-22 Thread Lester Caine
fying folders you do not want them to use. I have fun with them indexing the page histories if I forget to block that particular functions .php file. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.

[PHP] Alternate list for eclipse ide support?

2013-08-24 Thread Lester Caine
e up? ... at the risk of proliferating even more lists ... -- 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

Re: [PHP] Alternate list for eclipse ide support?

2013-08-24 Thread Lester Caine
firebird which don't get any support from either so Eclipse is really my only option. -- 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 E

Re: [PHP] Alternate list for eclipse ide support?

2013-08-24 Thread Lester Caine
many diverse ways of doing 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/ Model Engineers Digital Workshop - http://medw

Re: [PHP] Re: PHP-5.5.2 +opcache segfaults with Piwik

2013-09-01 Thread Lester Caine
roduction with eaccelerator on 5.4 but I've made the decision not to move any of the machines to 5.5 until all of the legacy 5.2 machines have been brought up to 5.4. Not an answer, but explains perhaps why the problem is not being seen by others. -- Lester Caine - G8HFL

Re: [PHP] Re: PHP-5.5.2 +opcache segfaults with Piwik

2013-09-02 Thread Lester Caine
gether with upgrading to the latest OPcache from github solved my segfaults and fatal errors. Jan - could you post the solution on http://dev.piwik.org/trac/ticket/4093 - better that you get the credit than one of us pinch it ;) -- Lester Caine - G8HFL - Contact - h

Re: [PHP] Command line PHP

2011-01-07 Thread Lester Caine
nd all this other 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 Electron

Re: [PHP] Command line PHP

2011-01-08 Thread Lester Caine
sense 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=co

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Lester Caine
th it, and the other 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 Engine

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Lester Caine
ntrol 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/?pa

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

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] phpsadness

2011-05-28 Thread Lester Caine
ys trying to get a C++ program 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

Re: [PHP] insert to table in php scripts

2011-05-28 Thread Lester Caine
x27;ll show the code 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. --

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 -

Re: [PHP] iPhone sadness

2011-05-29 Thread Lester Caine
polite to follow the rules even 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 - ht

Re: [PHP] iPhone sadness

2011-05-29 Thread Lester Caine
ch needs looking at? OK on smart phones 'select' 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

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
aired users and in general the norm is for correctly ordered messaging - not reverse ordered ones -- 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 Eng

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
ost part just 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 --

Re: [PHP] PHP 5.3.3 operator & problem

2011-06-02 Thread Lester Caine
t 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 -

[PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
erences 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.

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
ine 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&

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

Re: [PHP] Memory limit Problem

2011-06-27 Thread Lester Caine
lesize, post_max_size and memory_limit 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 --

Re: [PHP] Re: Top Posting

2011-07-05 Thread Lester Caine
ox *I* can 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 :) -- Leste

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

2011-07-13 Thread Lester Caine
+ve's 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.

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Lester Caine
n the message 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.c

Re: [PHP] 3.1.9 build of APC win 64

2011-08-01 Thread Lester Caine
/ is still 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 --

Re: [PHP] PHP frameworks

2011-08-06 Thread Lester Caine
you build the extra bits you want. It provides in my case 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 work

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

2011-08-16 Thread Lester Caine
y ... Much 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://ls

[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] Re: Repetitive answers . . .

2011-09-09 Thread Lester Caine
n the others message. 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 Electr

Re: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
d to copy the recommended configurations from some 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 s

Re: RES: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
ule php5_module c:/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.

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

2011-09-22 Thread Lester Caine
n preferred database. 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 Engine

[PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
update the main database when back in range. 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

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
available 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 Enqu

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
don't need any of the parts 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 En

Re: [PHP] 'Mobile' PHP

2011-09-23 Thread Lester Caine
t 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://

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Lester Caine
meing, 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://enquir

Re: [PHP] Need help Wth PHP

2011-10-09 Thread Lester Caine
pplication, 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

Re: [PHP] Need help Wth PHP

2011-10-10 Thread Lester Caine
ing mysql 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 Enqu

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

2011-10-19 Thread Lester Caine
ch is trying to load '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 th

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

2011-10-26 Thread Lester Caine
you are down to a few thousand records, then a SELECT COUNT(*) may be appropriate ;) Where 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/?

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

2011-10-26 Thread Lester Caine
ne, 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 Cai

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

2011-10-26 Thread Lester Caine
' which is using the same search criteria 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 rea

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

2011-10-26 Thread Lester Caine
ar' and display='yes' " is another option for a different 'result', but personally I prefer to pass variables 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 quer

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

2011-10-27 Thread Lester Caine
s one 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/

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

2011-10-30 Thread Lester Caine
a number exists and pull the data from that record. Creating a new page just 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 infrastru

Re: [PHP] Sniping on the List

2011-11-19 Thread Lester Caine
cussions rather than 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 - htt

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

2011-12-09 Thread Lester Caine
ed 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://e

Re: [PHP] Unique items in an array

2011-12-13 Thread Lester Caine
sed $array[$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

Re: [PHP] Question about date calculations

2011-12-29 Thread Lester Caine
modify his query. 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 EnquirySo

[PHP] ASP to PHP

2012-02-17 Thread Lester Caine
playing with asp2php at the moment :) ) -- 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 - h

[PHP] '

2012-03-05 Thread Lester Caine
. At this stage I am only assuming that the 'that and I'm not sure you can change short_open_tag with set_ini ? It certainly has not worked adding that ... Help ( I'm in the process of moving these sites to one of my own machines, but that is a few weeks away ) -- Leste

Re: [PHP] '

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 'change ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=co

Re: [PHP] '

2012-03-05 Thread Lester Caine
x27;t been 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 Works

[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 Cai

Re: [PHP] Function mktime() documentation question

2012-03-09 Thread Lester Caine
an see where you're coming 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_dat

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

2012-03-10 Thread Lester Caine
track down 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/

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

2012-03-11 Thread Lester Caine
gmentation fault (11) 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?

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

2012-03-11 Thread Lester Caine
econdsGap[0]."to".$secondsGap[1]; } else { $gapName = $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 ---

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

2012-03-12 Thread Lester Caine
imply '(number1)' - something fairly standard in PHP? But the nanny message 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://lsc

<    1   2   3   4   5   6   >