[PHP] Re: "Please wait" page while processing - SOLVED

2004-12-04 Thread Geoff Caplan
e -> processor -> result_page GC> I've seen this done but I can't figure out how. -- Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] "Please wait" page while processing

2004-12-03 Thread Geoff Caplan
ddle. Any suggestions would be welcome! -- Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Geoff Caplan
e.ne.jp/~webtest/testcasetool/index.html Is there anything I have overlooked? The problem I am facing is that it will take a few days to do a full evaluation of the options and I am pressed for time. Any advice that you could offer that would help accelerate the process would be most welcome... -

Re: [PHP] Odd behaviour of non-existent keys?

2004-08-26 Thread Geoff Caplan
Thanks for your help, everyone, especially Michael Sims. I've reported the bug: http://bugs.php.net/bug.php?id=29848 ------ Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web functional testing tools?

2004-08-26 Thread Geoff Caplan
#x27;s very much a unit testing framework. As I say, my interest in this thread is with functional testing: the testing of the application as a whole... -- Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Web functional testing tools?

2004-08-26 Thread Geoff Caplan
c, or at least require Java to write the tests. What do people recommend for the functional testing of PHP data-driven apps? (By functional testing I mean testing the application as a whole, as opposed to unit testing.) ------ Geoff Caplan Vario Software Ltd (+44) 121-515 1154 --

Re: [PHP] Odd behaviour of non-existent keys?

2004-08-26 Thread Geoff Caplan
hree']['four'] ) ) { print( "Unexpected isset(): evaluated to TRUE" ) ; } else { print( "Expected isset(): evaluated to FALSE" ) ; } print( 'var_dump() output (expecting NULL):' ) ; var_dump( $foo['one']['two']['three']['four'] ) ; -- Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re [PHP] Odd behaviour of non-existent keys?

2004-08-25 Thread Geoff Caplan
by now. I don't suppose it would do any harm for me to report it, though, now there are at least 2 of us that think it looks odd. ------ Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Odd behaviour of non-existent keys?

2004-08-25 Thread Geoff Caplan
st-string" ; // Evaluates to TRUE (not what's wanted!) isset( $foo['one']['two']['three'] ) ; I need a reliable way to test for the non-existence of a multi-dimensional key. Any ideas? I guess I could convert the keys into a string via a loop and compare that, but there must be a more elegant way, surely? -- Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Odd behaviour of non-existent keys?

2004-08-25 Thread Geoff Caplan
o['one']['two']['three'] ) ; // Evaluates to NULL, as expected var_dump($foo['one']['two']['three']['four'] ) ; Can anyone enlighten me? I spotted this because I was getting unexpected results with isset() used on multi-dimensi

[PHP] Poor error handling in Postgres API?

2004-02-10 Thread Geoff Caplan
or am I missing something? -- Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Reliable remote IPs in SSL?

2004-02-02 Thread Geoff Caplan
to be true. I don't have access to any big logs right now to check this out. Does anyone have experience with this? -- Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multiple RDBMS in one request

2004-01-14 Thread Geoff Caplan
WH> any "joins" between them or sharing data in any way Sure: that would be a bit too much to expect! Cheers Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Multiple RDBMS in one request

2004-01-14 Thread Geoff Caplan
stalled on my current server. Any info most welcome -- Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to do this? 6 lines of code...Parse error

2004-01-05 Thread Geoff Caplan
or elseif(!isset($product$i) { echo "Product" .$i. " is NOT set!"; } In this case, as it seems to be a boolean test, the first is superior, I think. The second test adds nothing... Geoff Caplan Advantae -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Accelerator Support?

2004-01-05 Thread Geoff Caplan
anned to m> be in the thousands, so any kind of help would be much appreciated. I have used PHP Accelerator for medium-traffic implementations with no problems. It should scale OK: as I understand it it used by Yahoo on some of their properties. Why not drop the author a line? Geoff Caplan

Re: [PHP] Need Some Basic Help with Arrays

2003-07-11 Thread Geoff Caplan
e more the language will reward you... Geoff Caplan Advantae -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] touch( ) behaving oddly

2003-07-04 Thread Geoff Caplan
m the shell. Can anyone explain what is happening here?? -- Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re:[PHP] excel 2 csv 2 mysql

2003-04-01 Thread Geoff Caplan
> examples out there ? fopen gave me binary code :| -- Geoff Caplan Advantae Ltd http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re:[PHP] Capitalising Personal Names

2003-03-11 Thread Geoff Caplan
e rules to internationalise it. Once I have had some feedback, I will post the code somewhere, as there doesn't seem to be anything like this in PHP, for some reason. Cheers Geoff Caplan Advantae Ltd http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re[2]: [PHP] Capitalising Personal Names

2003-02-28 Thread Geoff Caplan
ake it as hassle free as possible. I suspect he is right. So we will do the best we can automagically... The customer's staff can always correct the odd snafu manually when they review the order. Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re[2]: [PHP] Capitalising Personal Names

2003-02-28 Thread Geoff Caplan
nd post it. Any farther ideas welcome, though. Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Capitalising Personal Names

2003-02-28 Thread Geoff Caplan
son. It would be good to have a native PHP solution. I can't be the only one who needs to clean up names... Geoff Caplan -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re[2]: Capitalising Personal Names

2003-02-28 Thread Geoff Caplan
t be too hard to port to PHP, I guess, if no-one has done it already. Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Capitalising Personal Names

2003-02-28 Thread Geoff Caplan
Danny, DS> Well it's hardly rocket science - I'm afraid it's a bit more complicated than that. There are hypenated names, names with lower-case words like de and von, Irish style names (O'Connell), Scots style names (MacDonald, McCalman) etc etc. And there are exceptions in most of these cases to

[PHP] Capitalising Personal Names

2003-02-28 Thread Geoff Caplan
which handle this quite well. Does anyone have anything similar in PHP? Thanks -- Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image processing: tolerance of damaged files

2003-02-11 Thread Geoff Caplan
the customer has to load the images into PhotoShop and re-save, which seems to fix them most of the time. Do any of the other Linux libraries, such as Netpbm, handle damaged images more robustly? I would very much value any feedback - I don't have a lot of time for testing... Thanks -- Geo

Re[2]: [PHP] Delimited file values behaving strangely... SOLVED

2003-02-10 Thread Geoff Caplan
uggestions Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Delimited file values behaving strangely...

2003-02-10 Thread Geoff Caplan
rk as expected. One clue: if I try and cast the values that are failing to int, the cast produces the value 0 (zero). On the other hand, the values that are working as expected cast from, say, the string 22 to the int 22 as expected. Never seen anything like this before - can anyone give me a p

[PHP] Adding to Apache access log from PHP

2002-12-21 Thread Geoff Caplan
ure I am on the right track b -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Decrypting mcrypted strings on Windows desktop

2002-12-02 Thread Geoff Caplan
tion than this - the client is too far away to visit and not very technical... -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Decrypting mcrypted strings on Windows desktop

2002-12-02 Thread Geoff Caplan
- none can decrypt the string output by mcrypt. Can anyone help me out here - I am running out of time. Either an open source or a commercial solution would be fine. -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net

[PHP] Re: Unserialize stopped working after php & db upgrade

2002-09-20 Thread Geoff Caplan
th the guts of the serialized string. Thanks again for helping out... -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Unserialize stopped working after php & db upgrade

2002-09-18 Thread Geoff Caplan
ain, -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Unserialize stopped working after php & db upgrade

2002-09-18 Thread Geoff Caplan
t;;s:3:"555";s:13:"attribute_232";s:3:"460";s:13:"attribute_233";s:1:"C";s:13:"attribute_234";s:1:"B";s:13:"attribute_235";s:1:"C";}s:5:"lists";a:20:{s:14:"list_2_1_label";s:0:"";

[PHP] Unserialize stopped working after php & db upgrade

2002-09-18 Thread Geoff Caplan
affected, nor are the strings urlencoded. I have no idea how to go about fixing this and I am under serious pressure to get the server back up ASAP - so I am very much hoping that to get a response from the list. -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com

[PHP] Debugging with the Viim editor?

2002-08-29 Thread Geoff Caplan
Hi folks Has anyone got a PHP symbolic debugger working with the Vim editor? I would appreciate any tips about how this might be set up. -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re[2]: [PHP] Credit Card suggestions

2002-08-13 Thread Geoff Caplan
age of credit cards on computer networks, so what you are planning may even be illegal! -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shelling out to Aspell: Linux gurus please

2002-08-10 Thread Geoff Caplan
e of a Unix question that a PHP question, but I am under time pressure and any tips would be much appreciated. -- Geoff Caplan Advantae Ltd mailto:[EMAIL PROTECTED] http://www.advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fast CGI ok with mod_php

2002-05-24 Thread Geoff Caplan
any feedback on the accuracy of this claim, as well). I am using Apache 1.3 on Linux. Thanks Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using phpMyAdmin in the SSL

2002-03-12 Thread Geoff Caplan
e and insecure info. If I click on OK, I just get empty frames from phpMyAdmin. Any idea what is causing this, and how it might be fixed? Or failing that, any suggestions about a secure GUI from Windows to a remote MySQL server? Thanks Geoff Caplan -- PHP General Mailing List (http://www.ph

[PHP] MM Dependency Problem

2002-02-25 Thread Geoff Caplan
.7.1 This occurs even when Apache is halted. But if I try to install his mod_php package, I get: >> error: failed dependencies: libmm.so.1 is needed by mod_php-4.0.6-10.arvin.rh7.1 Can anyone explain what this is, and how to solve it? Thanks Geoff Caplan Advantae Ltd -- PHP Gen

Re: [PHP] Re: PHP vs Java reliability

2002-01-22 Thread Geoff Caplan
t majority of organisations and projects are small, and for them PHP is ideal. If I were Zend, I would be focusing on products and pricing that appeals to this market, but they rather give the impression that they are aiming for the enterprise... Geoff Caplan -- PHP General Mailing List (http://

Re: [PHP] Re: Programming a state controller for page transitions

2002-01-21 Thread Geoff Caplan
r why they don't get much response... Personally, I would have thought that it is worth taking to trouble to make any non-trivial code readable before open sourcing - after all, you never know what might grow from it. Even PHP itself started as a modest personal project Geoff Caplan A

[PHP] PHP vs Java reliability

2002-01-21 Thread Geoff Caplan
Java because even after extensive tuning they had never got their Java servelet/bean platform as reliable as their PHP and Perl setups on both shared and dedicated servers. Has anyone else on the list got experience of this? Is PHP notably more reliable than Java in production situations? Geoff

Re: [PHP] Re: Programming a state controller for page transitions

2002-01-19 Thread Geoff Caplan
for all your contibutions to the php community. Geoff Caplan Advantae Ltd. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Programming a state controller for page transitions

2002-01-18 Thread Geoff Caplan
g the rule processor should be fairly straightforward. Can anyone point me at any sources about this, or perhaps share their own approaches? Thanks Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Setting up an XML platform/website

2002-01-14 Thread Geoff Caplan
t more sites. The material will get a bigger audience on an existing site, I suspect. Anyway, I hope you get this off the ground one way or another Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] Creating rich interfaces for web applications??

2002-01-14 Thread Geoff Caplan
Hi > > What exactly is too slow with flash? dynamical genberation with action > script? > You could generate your content and data with PHP and display it with > flash. > > I have just been talking to the engineers at Carrels, who have produced a Flash based system for rich forms, but I said I

Re: [PHP] Creating rich interfaces for web applications??

2002-01-14 Thread Geoff Caplan
of commercial plugin that does this and will work with PHP. You can do forms in Flash, and they seem to be stable, but they are much too slow. Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP] Creating rich interfaces for web applications??

2002-01-14 Thread Geoff Caplan
Oops - forgot to send this to the list... Henning > aehm, above you are talking client-side, now here Java/Tomcat /PHP, > it's all server side... what is your _real_ problem? > Creating Lists and all that sort of things which are easily to program > and maintain for developers - either client or

Re: [PHP] CSS Editors

2002-01-14 Thread Geoff Caplan
Hi > TopStyle - http://www.bradsoft.com > I endorse that - it is an excellent product. And for casual use, they have a free version with nags. Geoff Caplan Advantae.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP] Creating rich interfaces for web applications??

2002-01-14 Thread Geoff Caplan
library I can find is dynapi, which looks promising but is still a bit limited so far as functionality goes and the documentation is kinda thin. Do any of you folks know of a workable way to do this - either commercial or open source?? Any pointers would be much appreciated Geoff Caplan. -- PHP

Re: [PHP] Redeclaring functions

2002-01-13 Thread Geoff Caplan
stick any values you need inside that. I find that PHP is great for very late binding - there is usually a way if you look for it... Geoff Caplan Advantae Ltd > As a small, personal, "enjoy-myself"-project I'd like to run a > perpetual-running socket server. Problem is; I als

Re: [PHP] Re: run a script for any HTTP request (was: run a script on access to a directory)

2001-09-08 Thread Geoff Caplan
ng like this in your Apache configuration - RewriteEngine on RewriteRule !^/my_conventional_directory(.*) /my_main_file.php [nocase] This means: "if request is not for my conventional directory, run my main script" Cheers Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Re: Function call introspection: possible or not?

2001-09-07 Thread Geoff Caplan
think, if anyone with the skills was inspired to do it... Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] The future of PHP - PHP Pattern Repository

2001-09-06 Thread Geoff Caplan
tory would come in - to allow the community to begin to flesh out and document these non-OOP approaches. But as there has been a thunderous silence, I have to assume that no one else agrees... Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP] The future of PHP - PHP Pattern Repository

2001-09-06 Thread Geoff Caplan
approaches to increase flexibility and reduce maintenance. Good stuff, IMHO Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] The future of PHP - PHP Pattern Repository

2001-09-06 Thread Geoff Caplan
am suggesting: http://www/geocities.com/SiliconValley/Lab/6888/prpats.htm Hope this is useful Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM

Re: [PHP] The future of PHP - PHP Pattern Repository

2001-09-06 Thread Geoff Caplan
ge, and understanding how to unleash its full power. A repository of quality PHP Patterns would help bridge this gap. What do people think? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: [PHP] Passing array names - a better way please

2001-09-05 Thread Geoff Caplan
is a simple example of the mechanism, which uses variable-length argument lists. array( $args[2] => array( 'value' => $value ) ) ) ; // Check what we have in the array $result = $data['key']['key2']['value'] ; echo( "Resul

Re: [PHP] Passing array names into a function

2001-09-05 Thread Geoff Caplan
uot; ; As I say, I have been mucking about with eval( ) and variable variables with no success. Guess I am having a bad brain day. Any help much appreciated - its getting late here and I am running out inspiration Thanks again Geoff Caplan -- PHP General Mailing List (http://www.ph

[PHP] Passing array names into a function

2001-09-05 Thread Geoff Caplan
get it to work. Can some kind person point out what I am missing?? Thanks Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Re: The future of PHP -- accessory libraries

2001-09-04 Thread Geoff Caplan
up could take a look at this? Nice to know it's a documentation issue and not a basic problem with the architecture - much easier to put right! Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Function call introspection: possible or not?

2001-09-02 Thread Geoff Caplan
request every time. Any suggestions? Thanks Geoff Caplan Advantae Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Re: The future of PHP -- accessory libraries

2001-08-29 Thread Geoff Caplan
m and, eventually, a CPAN-a-like? >>>>>>>>>>> I'm not so sure why they prefer to compile from source - why wouldn't they trust a professional distro? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP] Re: The future of PHP - accessory libraries

2001-08-29 Thread Geoff Caplan
you a line to get > you to go away? > I will pass on your post to them and ask them precisely that. I know they are using SuSE, but that has the reputation of being the best distro for integrating other applications, so I will try to get a better handle on what the problem is. Thanks again

[PHP] Re: The future of PHP - object model

2001-08-29 Thread Geoff Caplan
ions make use of its object functionality - you just have to look at the script download sites to see that this is true. Both Perl and C/C++ are examples of successful hybrid languages. With just a little extra work, PHP could join this list... Geoff Caplan -- PHP General Mailing List (

[PHP] Re: The future of PHP - accessory libraries

2001-08-29 Thread Geoff Caplan
ate the PHP team on what they have achieved. It would be great if you could make similar progress with installation/configuration. What do you think? Does any of this suggest a practical way forward? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP] Re: The future of PHP - accessory libraries

2001-08-28 Thread Geoff Caplan
ommunity makes a strong case for it. What do people think? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Re: The future of PHP

2001-08-27 Thread Geoff Caplan
a mature platform for building mission critical systems. I do hope that the development team, and those such as Zend who are committed to the future of PHP give this some attention. Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

[PHP] Why do constants behave like this??

2001-06-20 Thread Geoff Caplan
ARIABLE_CLASS ; >>>>>>>>>>>>>> While this works: >>>>>>>>>>>>>> $class = VARIABLE_CLASS ; new $class ; >>>>>>>>>>>>>> Must be something about constants which I don't understand... Thanks Geoff Caplan

[PHP] advice on 'Nusphere Mysql Package' appreciated

2001-05-24 Thread Geoff Caplan
have time to play around with this at present. Thought I would mention this, in case you wonder why Apache can't find your files! Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] Input buffer overflow with Apache

2001-05-14 Thread Geoff Caplan
tting the same error as before, with Apache refusing to start. Can't find anything to help on the web, so I would very much appreciate some advice Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP] PHP's OO is bad?

2001-05-14 Thread Geoff Caplan
well designed OOP can offer significant gains in maintainability and reusability with complex applications... Geoff Caplan Insight Professional -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] How good is the Interbase/Firebird API?

2001-05-11 Thread Geoff Caplan
under load? Also, I see from the archive that someone was having problems getting the API to function under Windows. Does anyone have this working ok? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] How good is the Interbase/Firebird API?

2001-05-11 Thread Geoff Caplan
under load? Also, I see from the archive that someone was having problems getting the API to function under Windows. Does anyone have this working ok? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] How good is the Interbase/Firebird API?

2001-05-11 Thread Geoff Caplan
under load? Also, I see from the archive that someone was having problems getting the API to function under Windows. Does anyone have this working ok? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] How good is the Interbase/Firebird API?

2001-05-11 Thread Geoff Caplan
under load? Also, I see from the archive that someone was having problems getting the API to function under Windows. Does anyone have this working ok? Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] PostgreSQL vs. Interbase

2001-05-11 Thread Geoff Caplan
er binary builds for a number of platforms. Looks like the Firebird fork is the one with the future. Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Newbie struggling to set $PGDATA

2001-04-25 Thread Geoff Caplan
ll. But none of the postgres utilities such as "initdb" seem to be able to find it. What don't I understand? I have already checked the docs/GreatBridge manual/faqs/archive, so I would very much appreciate some help. Geoff Caplan PS sorry for the garbled duplicate posting - new mai

[PHP] Anyone got the new Postgres 7.1 .rpms working?

2001-04-24 Thread Geoff Caplan
rpm or am I doing something dumb? My linux skills are basic so any help would be much appreciated Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP] Problems compiling DBG debugger

2001-04-23 Thread Geoff Caplan
n the ./buildconf script I get "permission denied" from every script called. I can only run each script by manually adding "x" to its permissions - but this surely can't be the right way... I am new to compiling on *nix so I am probably making an elementary error. Can any

[PHP] UltraEdit regexes - the right version!!

2001-04-03 Thread Geoff Caplan
ot;%[ ^t;]++function[ ]+^(*^)(*" /Function String 1 = "%[ ^t;]++var[ ]+^([$][a-zA-Z0-9_]+^)+[ ^t]+=*" /Function String 2 = "%[ ^t;]++define[ ]++[(][ ]++^([A-Z0-9_"']+^)*" Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] UltraEdit - some useful function regexes

2001-04-03 Thread Geoff Caplan
for me. Hope someone finds them useful. Sebastian - if you like them, you might want to add them to your "Open Source" wordfile... Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Search Engines

2001-04-02 Thread Geoff Caplan
er a search bot would see this and decide not to index as the page was about to expire. Any advice much appreciated Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] PHP Wordfile for UltraEdit

2001-03-29 Thread Geoff Caplan
th making the change... Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Dynamic constant names -SOLVED

2001-03-27 Thread Geoff Caplan
does, of course, behave as a constant. I don't think the ${...} notation is doing anything - it is just being ignored by the parser so far as I can see ... AW> $test_name="ta_dah"; AW> define("constant_name","test_name"); AW> $constant_value=${constant_nam

[PHP] Dynamic constant names - SOLVED

2001-03-27 Thread Geoff Caplan
g it just gives an "Undefined Variable" error. 2) eval("\$constant_value = $constant_name;") ; This does work. Thanks Paul and CC! Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP] Re[PHP] Dynamic constant names -SOLVED

2001-03-27 Thread Geoff Caplan
") ; This does work. Thanks Paul! Geoff Caplan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Dynamic constant names

2001-03-27 Thread Geoff Caplan
We try to assign the constant value to a variable... $constant_value = $constant_name ; But we find that $constant value still contains the NAME of the constant, and not the VALUE. Am I misunderstanding something? Is there any way that this can be done? Thanks Geoff Caplan Caplan Associate

[PHP] Unusual issue - saving state in an error class

2001-03-26 Thread Geoff Caplan
but it feels like a bit of a hack. Is there a better way to get this done? I am very new to this game, so apologies in advance if any of this doesn't make sense. Thanks Geoff Caplan Caplan Associates -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

Re[2]: [PHP] Automatic documentation: call for help with C++

2001-03-19 Thread Geoff Caplan
Hi folks Harshdeep Jawands wrote, HSJ> I'll try and have a look at ROOT and evaluate its suitability. That would be a helpful first step. I just don't have the background to understand the documentation well enough to get a handle on its capabilities. -- Best regards, Geoff

Re: [PHP] Checking if a web, a url really exists ?

2001-03-19 Thread Geoff Caplan
Steve wrote: SH> Anybody got an idea on how to check if a url really exists ? Look at the function url_responds() in class.Validator.php3 from http://www.thewebmasters.net. This is a useful general validation class open sourced on the Gnu licence. Cheers Geoff Caplan mailto:[EMAIL PROTEC

[PHP] Automatic documentation: call for help with C++

2001-03-19 Thread Geoff Caplan
be employed. Ideally, the interface would allow the user to select from a range of markup styles, rather than impose a style on all users... Any takers? Geoff Caplan Caplan Associates 33 Pytchley House Brown's Green Birmingham B20 1DN United Kingdom Voice: (+44) 0121-515 1154 mailto:[