Re: [PHP] phpdocumentor with PHP5.4

2013-07-07 Thread lester
It's a clean install via PEAR a couple of hours ago! Sent from my android device. -Original Message- From: Sebastian Krebs To: Lester Caine Cc: PHP General List Sent: Sun, 07 Jul 2013 16:41 Subject: Re: [PHP] phpdocumentor with PHP5.4 You can simply update phpdocumentor Am 07.07

Re: [PHP] What the hell is Begacom?

2013-08-04 Thread lester
Maybe someone can take them off of the list? ;) (hint, hint) No one moderates the list so there is little chance :(

[PHP] RE: new browser window in php

2003-07-18 Thread Jeffry Lester
How do I start a new browser window when using print in php? Jeffry Lester [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: include_path ???

2004-07-25 Thread Lester Caine
ssing in the install notes - this is the second time I've had to mention where the php.ini is located ;) ) -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: select * on all current?

2004-07-27 Thread Lester Caine
Louie Miranda wrote: now its working, i was wondering if we can do max(dateposted) on update? mysql> update datafiles set status = '1' where max(dateposted); ERROR : Invalid use of group function WHERE dateposted = max(dateposted); Perhaps ( works in Firebird :

[PHP] Browsers on terminal server

2004-08-05 Thread Lester Caine
ome help to restore operation in this situation. -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Browsers on terminal server

2004-08-05 Thread Lester Caine
Lester Caine wrote: I am using $_SERVER["REMOTE_ADDR"] to get address of the browser accessing the system and then using gethostbyaddr() to get the machine name. This worked great until I came to a site using M$ Terminal Server to provide the terminals. We still need to know what mach

[PHP] Further on Terminal Server

2004-08-05 Thread Lester Caine
bill for M$ so ... ;) -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Problem with class and tree-like struct

2004-08-07 Thread Lester Caine
Martin Schneider wrote: Ah, i forgott to pass the paramter as a reference... Many mistakes only become visible at the moment you hit ;) -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] ImageColorTransparent Problem

2004-08-09 Thread Lester Caine
in IE as far as I have established. PSP kept insisting on switching to palette mode when I select transparent, and on asking elsewhere I was told IE can't handle anything more. Since I can't create the picture - I haven't had a chance to check in Mozilla/Firefox :)

[PHP] Access CLIENTNAME

2004-08-09 Thread Lester Caine
mation. Can anybody kick me in the right direction, or do I have to stick with a drop down list in the logon box and expect everybody to know where they are? Surely VOIP is going to run into this problem soon isn't it? (Not that I can see how TS can actually handle the microphone and came

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread Lester Caine
alip = getenv( 'HTTP_CLIENT_IP' ); } else { $realip = getenv( 'REMOTE_ADDR' ); } } return $realip; } No - neither HTTP_X_FORWARDED_FOR or HTTP_CLIENT_IP are returned for any browser running on Terminal Server. Just REMOTE_ADDR which is the address of

[PHP] Re: php tools

2004-08-10 Thread Lester Caine
lp you. Eclipse + phpeclipse http://www.eclipse.org/ http://sourceforge.net/projects/phpeclipse -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL & PHP Examples & Training Providers Required

2004-08-11 Thread Lester Caine
Robby Russell wrote: Not to start a SQL war, but have you consider PostgreSQL as well in your decisions? And how about Firebird, Oracle has roots from the same original development in the 1980's. -- Lester Caine - L.S.Caine Electronic Services -- PHP General Ma

Re: [PHP] RE: MySQL & PHP Examples & Training Providers Required

2004-08-11 Thread Lester Caine
r C++ based applications. -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cannot Load DLLs (WinXP, Apache 2, PHP 5)

2004-08-20 Thread Lester Caine
re in the PATH. -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Popup with recent IE updates

2004-08-26 Thread Lester Caine
ee it, and more important, anybody got a fix ( other than our usual suggestion to switch to Mozilla ;) ) As far as I can see the html generated by PHP for the pages is the same, but I'm just cross checking that. -- Lester Caine - L.S.Caine Electronic Services

Re: [PHP] Popup with recent IE updates

2004-08-26 Thread Lester Caine
Raditha Dissanayake wrote: and what has this got to do with PHP? Lester Caine wrote: A couple of sites are reporting problems with pages which include .css style pop-ups. The information is being displayed at the top of the page rather than in a pop-up. This seems to be happening on sites where

Re: [PHP] Popup with recent IE updates

2004-08-26 Thread Lester Caine
Jason Wong wrote: Lester Caine wrote: The PHP application is working fine everywhere else. If you are bothered about me asking for help getting it working with crappy browsers just don't bother to post at all OK here are the 'facts': - "This seems to be happening on s

Re: [PHP] Popup with recent IE updates

2004-08-27 Thread Lester Caine
Jason Wong wrote: On Friday 27 August 2004 01:28, Lester Caine wrote: [yada yada] Loading Mozilla on the problem machines gives a clean page with the correct pop-up's so I simply don't know what to try next. When this sort of thing was happening during development it was usually tracked

Re: [PHP] Popup with recent IE updates

2004-08-27 Thread Lester Caine
pdates are from a local copy. So I have permission to wipe a problem machine and rebuild from scratch to see what happens. I could do without this waste of time ;( -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] Popup with recent IE updates

2004-08-27 Thread Lester Caine
Lester Caine wrote: Miles Thompson wrote: Most likely this is a consequence of Windows XP SP2, one of its side effects is blocking of popups in IE. Strange, like smokers becoming non-smokers. No SP2 stuff added - and unlikely to be added This problem is affecting a couple of W2k machines as well

[PHP] Re: Download installer not found [***SPAM***] **SPAM USA 64.246.30.37 BODY**

2004-08-29 Thread Lester Caine
re you using? http://th.php.net/mirrors is working for me and gives the same list I get from the UK mirrors, but it may be that you have an old cookie that needs clearing? -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: List of cities

2004-08-29 Thread Lester Caine
Postcode table - 400Mb in Firebird. This gives me nearly 1500 postal towns. Do you really want that in a single drop down list? I can supply it as a list if you want really want it, but I think you need a rethink. (eMail direct if you do want it) -- Lester Caine

[PHP] Re: List of cities

2004-08-29 Thread Lester Caine
(or whatever it is called). They should have such a list/directory containing all cities with zip codes in digital form (probably on CD-ROM). It's a chargeable item - with annual subscription - depending on the number of users. -- Lester Caine - L.S.Caine Elect

Re: [PHP] PHP site ?

2004-09-04 Thread Lester Caine
ce proxies are in the way, you will see a proxy address rather than the real machine. My own connection gives You are host81-138-11-136.in-addr.btopenworld.com for the osCommerce site. Probably good enough, but not really me ;) -- Lester Caine - L.S.Caine Electronic Servic

Re: [PHP] Users of RDBMS

2004-09-09 Thread Lester Caine
an Excel spreadsheet. ;) Well RDBMS things like Foreign Key's and constraints used to be documented but did not actually work, so what else was not provided ;) -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To

[PHP] php_printer

2004-09-09 Thread Lester Caine
Anybody got php_printer running? If I give printer_open an invalid printer name, error. Give it a valid (shared) printer name, not error, but using the $handle in printer_set_option gives an 'invalid printer handle error' What do I need to do next to check this out? -- Le

[PHP] Re: php_printer

2004-09-10 Thread Lester Caine
Lester Caine wrote: Anybody got php_printer running? If I give printer_open an invalid printer name, error. Give it a valid (shared) printer name, not error, but using the $handle in printer_set_option gives an 'invalid printer handle error' What do I need to do next to check th

Re: [PHP] List Etiquette

2004-09-22 Thread Lester Caine
ce of opinion ;) So even legal requirements can't enforce some preferred activities, so I shall continue to bottom post, or just not quote which ever is appropriate :) I have all the messages archived, so I don't need every extra copy anyway. -- Lester Caine

[PHP] Re: PHP websites (www/uk/us2)

2004-10-15 Thread Lester Caine
long distance traffic ;) -- Lester Caine - L.S.Caine Electronic Services -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: anchor name on URL

2008-11-19 Thread Lester Caine
which was supposed to be KDE4 only, but it works fine under xfce, so I'm slowly culling anything else I don't need -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySol

Re: [PHP] Re: Open Project

2008-11-23 Thread Lester Caine
ing any further here.. Thoughts? (open to all obviously) Modular framework that you can add your own modules to, but provides the base authentication ( also modular ), smarty, ADOdb, mime handling and selectable editors for content? www.bitweaver.org -- Lester Caine - G8HFL --

[PHP] Using DateTimeZone

2008-12-04 Thread Lester Caine
different from 2008 So how is one supposed to handle epoch values? I little aside while sorting the lookup table for timezones, DateTimeZone::listIdentifiers() apparently should accept a country code, but again I can't seem to find out how to make it work. Would I expect it to return just value

Re: [PHP] Using DateTimeZone

2008-12-04 Thread Lester Caine
Lester Caine wrote: I'm looking to tidy up things a bit by clearing out a lot of old code and switching to using the internal DateTime functions. Information is stored in the databases UTC normalized, and we get around the problem of getting a real tz offset by getting the users to reg

Re: [PHP] Using DateTimeZone

2008-12-04 Thread Lester Caine
Lester Caine wrote: Lester Caine wrote: I'm looking to tidy up things a bit by clearing out a lot of old code and switching to using the internal DateTime functions. Information is stored in the databases UTC normalized, and we get around the problem of getting a real tz offset by ge

Re: [PHP] Using DateTimeZone

2008-12-04 Thread Lester Caine
Jochem Maas wrote: Lester Caine schreef: Lester Caine wrote: Lester Caine wrote: I'm looking to tidy up things a bit by clearing out a lot of old code and switching to using the internal DateTime functions. Information is stored in the databases UTC normalized, and we get around the pr

Re: [PHP] Using DateTimeZone

2008-12-04 Thread Lester Caine
Lester Caine wrote: format(DATE_ATOM))), "\n"; ?> Does not work! Have to do date_default_timezone_set( $user_timezone ) ); if ( is_numeric( $user_time )) { $dateTimeUser = new DateTime( '@'.$user_time ); } else { $dateTimeUser = new DateTime( $u

Re: [PHP] Firebird Backup

2009-01-07 Thread Lester Caine
is the ability to backup while still working with the database, and so it's more normal to have backup happening as a background task, or via one of the management tools. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/lsces/wiki/?page=contact

Re: [PHP] Firebird Backup

2009-01-07 Thread Lester Caine
split? Not using Interbase, I don't know how different this area of facilities are nowadays. One of the reasons for discussion on the php-firebird list so we can bounce questions to the firebird development team. -- Lester Caine - G8HFL - Contact - http://lsces.c

Re: [PHP] sorry

2009-01-08 Thread Lester Caine
s. You WILL have to keep doing it to reply easily to these lists until a 'reply list' button appears for those lists that don't like a simply 'reply'. Personally I'm in the 'this is a list - so should be the reply address', but currently the 'I ma

Re: [PHP] PHP Content Management

2009-01-30 Thread Lester Caine
eaver.org 'One stop shop' for cms with commerce ;) (commerce is an add-on not included in the basic downloads) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolv

Re: [PHP] Simple open source CMS as a starting point

2009-02-12 Thread Lester Caine
add other facilities latter as you need them ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/lsces/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] RE: non-auto increment question

2009-02-26 Thread Lester Caine
populate the detail tables, and while writing the master and getting the 'last_id' can work, a simple call to get the next value of the sequence is tidier. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electro

Re: [PHP] Database Abstraction Class

2009-03-07 Thread Lester Caine
b.php PDO. :) Anything else is a waste of cpu cycles. But it only does data abstraction - not database abstraction ;) ADOdb allows transparent SQL -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.

Re: [PHP] htmlentities is incomplete: does not cover rsquo etc

2009-03-14 Thread Lester Caine
black art goes 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://www.

Re: [PHP] MySQL -- finding whether there's a transaction started

2009-04-26 Thread Lester Caine
TUALLY support real transactions? ( This discussion may be better on the PHPDatabase list ) -- 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] shell_exec problem with bsdtar

2009-05-13 Thread Lester Caine
un at a command prompt, and similar commands for unzip and unrar work fine, later in the check list, but using the 'tar' and also 'bsdtar' command simply returns NULL, and the extracted file is not created. Any ideas what I've got wrong? -- Lester Caine - G8HFL

Re: [PHP] shell_exec problem with bsdtar

2009-05-14 Thread Lester Caine
Lester Caine wrote: I'm trying to emulate Linux facilities on the windows servers, and have found bsdtar can be renamed tar.exe so that it will work the same as a shell_exec( "tar" ) call in Linux. The full paths are used to the files and the command line returns the extracted

Re: [PHP] WHY ARE lists.php.ne USER EMAIL BEING PUBLISH ON THE INTERNET

2009-05-22 Thread Lester Caine
a lot we can do about it as the information is quite open. When you have been around a few more years you will reach a decent figure on your own email name search ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic

Re: [PHP] General Web Development Editor/IDE

2009-05-24 Thread Lester Caine
you can handle all of the extra things such as html, css, phpdoc, xml ... without moving outside the IDE. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirys

Re: [PHP] php dev environment

2009-05-24 Thread Lester Caine
urtesy of Dan Brown @ Parasane - thanks mate. http://parasane.net/ Hope it helps somebody! That's no development environment! There's no Vim! ;-} http://www.viplugin.com/viplugin/ But the above list does need PHPElipse rather than PDT ;) -- Lester Caine - G8HFL --

Re: [PHP] php dev environment

2009-05-25 Thread Lester Caine
Lester Caine wrote: Paul M Foster wrote: On Sun, May 24, 2009 at 10:32:23AM +0100, Nathan Rixham wrote: Hi All, A recent post just reminded me of something I did a while ago that may be of use to many of you (and its sitting doing nothing), it's a kind of how to for getting a

Re: [PHP] change server time

2009-05-25 Thread Lester Caine
light saving as well, something that TZ and the earlier browser based time zone information simply ignores ... -- 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] PHP vs ASP.NET

2009-05-28 Thread Lester Caine
rvers and onto Linux than the other way. -- 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// Fir

Re: [PHP] [php] unable to use rar_open ()

2009-06-23 Thread Lester Caine
; $entries_list = rar_list($rar_file); print_r($entries_list); } extractZip( ); *Fatal error*: Call to undefined function rar_open() in on line *4* Have you catually enabled it in php.ini? And restarted Apache/IIS ? -- Lester Caine - G8HFL - Contact - http://lsce

Re: [PHP] mysql_query blocking

2009-06-28 Thread Lester Caine
s not provide the function properly. Such as setting an 'edit' flag on a record showing who is changing it, which can then be used to advise that fact to other users. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Elect

Re: [PHP] exasperated again - shot in the foot

2009-07-01 Thread Lester Caine
Stuart wrote: 3) Google/Bing it (yeah, Bing's never gonna catch on like that!) Of cause it would be nice to see the Bing clockwork toys that run it ... I couldn't help giggle when they announced they were naming it after a toy manuafacturer :) -- Lester Cai

Re: [PHP] Apache module PHP 5.3 on Windows

2009-07-02 Thread Lester Caine
Jonathan Tapicer wrote: What version, VC6 or VC9, TS or NTS? I use VC6 TS and the dll is there... Of cause no one has asked yet which version you use if you have to test BOTH Apache and IIS ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page

Re: [PHP] Obeying the rules (was Simple login form with cookies)

2009-07-09 Thread Lester Caine
should be - if you top post then CHECK that the the rest of the message NEEDS to be included - please . -- 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] "PHP 6 and MySQL 5 for Dynamic Web Sites" Book

2009-08-07 Thread Lester Caine
7;is this Unicode' and use a different set of functions should not be a factor nowadays? -- 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 Enginee

Re: [PHP] Where is interbase.dll?

2009-08-13 Thread Lester Caine
r VC9 versions of everything. -- 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] Another date exercise

2009-08-16 Thread Lester Caine
uot; for August and "Mar" for March and so on. But the real problem here is 05/08/09 is still August 5 2009 . So teaching customers to use 2009.08.05 removes the hassle of needing to know where your target site is based! But as has been said, the real solution is a date picker.

Re: [PHP] page works on public web site, but not on my computer

2009-08-25 Thread Lester Caine
ors off in php.ini will be the only way of hiding them. This does not help of cause if you ARE trying to do additional development and these additional error messages get in the way :( Certainly some major projects are simply not yet compatible with PHP5.3 -- Le

Re: [PHP] which CMS are you using and why?

2007-04-08 Thread Lester Caine
oject has to be mature (That why I like mambo). The cms has to be flexible, with a very large community. bitweaver www.bitweaver.org -- Lester Caine - G8HFL - Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://home.lsces.

Re: [PHP] keeping credit card info in session

2007-04-08 Thread Lester Caine
oint - what does it say in the agreement that your client currently has with her credit card account? -- Lester Caine - G8HFL - Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://home.lsces.co.uk MEDW - http://home.ls

Re: [PHP] Design Dilemma - Database Data Abstraction

2007-04-09 Thread Lester Caine
omething suitable to point you at, but it's difficult http://www.appelsiini.net/~tuupola/php/DB_DataContainer/ Is probably in line with your current outline? -- Lester Caine - G8HFL - Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Serv

Re: [PHP] Dates and different time zones

2007-04-10 Thread Lester Caine
e/daylight settings in their profile, and then you can provide the correct offset for all days on a calendar. Remember that for users WITH a daylight saving offset, one day each year has 23 hours and one 25 hours ;) -- Lester Caine - G8HFL - Contact - http://home.lsces.co.uk/

Re: [PHP] Dates and different time zones

2007-04-10 Thread Lester Caine
t you can display tomorrows calendar correctly? -- Lester Caine - G8HFL - Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://home.lsces.co.uk MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/ Treasurer - Firebird

Re: [PHP] User Account Management

2009-09-11 Thread Lester Caine
various wiki or html formats, mime handling and all the other generic bits. You just add the bits you want, or pinch a module and adjust it to your own purposes - without needing to worry about the core functions :) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/

[PHP] PDO with text in BLOB's

2009-09-13 Thread Lester Caine
o ADOdb simply loading them with text strings what ever the database is using behind them. On PDO it would seem that these fields can only be connected to streams? How does one load a simple long string into one of these fields? -- Lester Caine - G8HFL -

Re: [PHP] שנה טובה!

2009-09-20 Thread Lester Caine
akes me glad that at least the linux desktop is unicode agnostic and can handle these messages! So isn't it about time we had a version of PHP that does not require 'jiggery pokery' to cope with any text? -- Lester Caine - G8HFL - Contact - http://

Re: [PHP] Newbie: Array of objects iteration

2009-10-08 Thread Lester Caine
record, not in the global recorset. print_r($record); often helps - you can see what is actually returned and check that you have names rather than numbers for the fields ;) print_r($records); becomes a little large if you have a lot of results so use with care :) -- Le

Re: [PHP] $_SESSION variables

2009-10-24 Thread Lester Caine
Ron Piggott wrote: Instead of doing: $_SESSION['order'][$reference]['quantity'] = 0; Is there a way to get remove that part of the array altogether? unset? unset($_SESSION['order'][$reference]['quantity']); Can't seem to reach php.net to con

Re: [PHP] Re: What PHP version are you using?

2009-11-02 Thread Lester Caine
code base. So it IS good that a stable and understood build of PHP is used as no one would gaurantee that later builds will not introduce problems - especially following a change of minor versions. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=con

Re: [PHP] Wiki recommendation?

2009-11-26 Thread Lester Caine
really suitable for live data? My own live sites just mirror to a backup machine including a backup of the database automatically. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk

Re: [PHP] PHP APACHE SAVE AS

2009-11-27 Thread Lester Caine
://uk3.php.net/manual/en/install.windows.apache2.php should point you in the right direction ... -- 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] Can I get the IP address from a visitor?

2009-12-01 Thread Lester Caine
But don't rely on it to be the same each time for a customer. If they are on a shared connection then the ISP may give them a different IP each time they access the internet. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.C

Re: [PHP] logic operands problem

2009-12-07 Thread Lester Caine
#x27; individually. If this was room booking, then one would have to check there are no other bookings for a day in the period for that particular room. Or putting it another way, there are no days in the period when all rooms are booked, but in this case you still need to know that a particular r

Re: [PHP] PHP 5.3 Code Documentor

2009-12-10 Thread Lester Caine
Well it is on the todo list for phpdoc's but I don't think anybody has time to implement it :( That and the fact that many of us are still on 5.2 for various reasons and can't test it ... -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wik

Re: [PHP] MySQL Appeal from Monty

2009-12-13 Thread Lester Caine
arge sites :) -- 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.p

Re: [PHP] Problem with XPath query

2009-12-14 Thread Lester Caine
e solution yourself that much quicker. ;) I often find that it's quicker to ask - because invariably the answer presents itself the second you hit send ;) -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - htt

Re: [PHP] MySQL Appeal from Monty

2009-12-14 Thread Lester Caine
Philip Thompson wrote: On Dec 14, 2009, at 12:51 AM, Lester Caine wrote: Lenin wrote: You might also like this: Come on Monty - Lukas Smith http://bit.ly/5lmwwD I've been watching some of this debate with interest, but I'll stay with a database that has none of the baggage that

Re: [PHP] What is the difference between the two streams 5.3 and 5.2 versions and What is the need for maintaining two streams?

2010-01-04 Thread Lester Caine
maintained! -- 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.p

Re: [PHP] parse date field

2010-01-14 Thread Lester Caine
e.php http://ca.php.net/manual/en/function.mktime.php http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html -- 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] Open Source CMS

2010-01-21 Thread Lester Caine
ou want to use, wiki, articles, forum, blog, galleries etc. OR take a package and tailor it for your own needs bitweaver.org If you must - it will work with MySQL, but it handles all the good databases as well :) -- Lester Caine - G8HFL - Contact - http://lsces.co.u

Re: [PHP] How to change a filename for download (e.g. jpeg, pdf etc.)

2010-01-25 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 -- PHP

Re: [PHP] Do you use a public framework or roll your own?

2010-01-26 Thread Lester Caine
7;ve been using bitweaver for some time now, but I'm not sure that I would classify it as a 'public framework' since I also roll my own packages to go with it. It think I need a 'Tailor your own from open source project' ? -- Lester Caine - G8HFL ---

Re: [PHP] database abstraction layer

2010-02-02 Thread Lester Caine
://adodb.sourceforge.net/ -- 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] database abstraction layer

2010-02-03 Thread Lester Caine
gets around the problem. Then one can use a secure generic GetID ;) -- 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 - ht

Re: [PHP] PHP Manual problems

2010-02-09 Thread Lester Caine
lable. -- 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] PHP Manual problems

2010-02-10 Thread Lester Caine
Shawn McKenzie wrote: Lester Caine wrote: Since a large section of our USER base is still tied to W2k and does not have access to install other software, the call for IE6 to die is STILL somewhat premature! What is needed is someone to kick M$ to sort the mess out by at least allowing IE8 to

Re: [PHP] SQL insert () values (),(),(); how to get auto_increments properly?

2010-02-13 Thread Lester Caine
em' is in situations were an insert is rolled back, a number is lost, but that is ACTUALLY the correct result, since there is no way of knowing that a previous insert WILL commit when several people are adding records in parallel. -- Lester Caine - G8HFL - Contact

Re: [PHP] SQL insert () values (),(),(); how to get auto_increments properly?

2010-02-13 Thread Lester Caine
failures, they need to be done one at a time. -- 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] Uninstalling PHP?

2010-02-26 Thread Lester Caine
is simply a matter of 'deslecting' it. If you loaded this from a 'command line' script then I would think that perhaps this is a book that needs a health warning :( -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Cain

Re: [PHP] Want to learn to work with Zend Framework?

2010-03-05 Thread Lester Caine
is particular case, while I may not like it, Zend are one of the major supporters of PHP and actually need to make money to continue that support. Now if someone wants to advertise alternative courses using Eclipse and PHPEclipse ... 1000EUR does seem somewhat steep ;) -- Lester

Re: [PHP] PEAR clases don't work with PHP 5.3

2010-03-05 Thread Lester Caine
option, and will take a lot longer before it is a practical one for many users. -- 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] Event Handling

2010-03-15 Thread Lester Caine
set on its way, the start time, travel duration and end time are all known and stored in a MySQL database, The question HAS to be asked ... how do you know the actual travel time ;) I think I would be expecting to have to enter something on arrival -- Lester Caine - G8HFL --

Re: [PHP] any reason *not* to use PEAR DB module when accessing mysql?

2010-03-19 Thread Lester Caine
e PDO for those databases that are currently available in it, and the generic drivers for those which are not currently supported by PDO ;) One can also check performance by switching between PDO driver and generic if you want to ... -- Lester Caine - G8HFL - Contact - htt

Re: [PHP] Will PHP ever "grow up" and have threading?

2010-03-24 Thread Lester Caine
anyway I don't see any need for threading any time soon. -- 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://

  1   2   3   4   5   6   >