On 3 June 2011 15:23, Peter Lind wrote:
>> echo('Alaho Akbar');
> Nice ... any idea how many people you just insulted there?
Not me! You can quote any religious clap-trap. I won't be offended!
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248
On 3 June 2011 16:14, Peter Lind wrote:
> Admiring people that insult an entire religion? Really, it does not take
> chutzpah, it just takes ignorance or stupidity to do something like that.
> Nothing admirable about it.
So says the man with muppet for an avatar!
--
Richard Quadlin
http://www.exxcire.com/login.php
If nothing more than a good "bad example".
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 4 June 2011 23:21, Sean Greenslade wrote:
> IIRC, there is a google code project for a php login system. You might want
> to check it out.
http://code.google.com/p/loginsystem-rd/
"Login system to prevent XSS, SQL Injection and CSRF"
May be of interest.
--
Richard Quadl
>
>
> And here is the output of phpinfo():
> -
In the same phpinfo() output, what is the path/location of the php.ini
file you are using?
Loaded Configuration File D:\PHP\INI\php-cgi-fcgi.ini
for example.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadli
e of supporting that, use emulation techniques.
Sitepoint have a blog about this technique :
http://blogs.sitepoint.com/regressive-enhancement-with-modernizr-and-yepnope/
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP G
On 6 June 2011 01:44, Robert Cummings wrote:
> On 11-06-05 07:28 PM, Richard Quadling wrote:
>> There is another approach. Regressive Enhancement.
>>
>> Essentially, create your site with all the bells and whistles enabled.
>> Make full use of all / any standards c
ead.php?6192-Max-Concurrent-Connections-Per-Host,
mod_throttle and/or mod_bandwidth may be capable of restricting the
number and/or speed of connections.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Ma
r_reporting(0) or
something like that.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 7 June 2011 09:24, Pete Ford wrote:
> On 06/06/11 21:07, Richard Quadling wrote:
>>
>> On 6 June 2011 13:55, Pete Ford wrote:
>>>
>>> Is there something on the Apache/PHP end that might be causing this
>>> blocking? (Apache 2.2.10, PHP 5.2.14)
>&g
t;
V4.3.8 : string(3) "z:\"
V4.3.9 : string(3) "z:\"
V4.3.9RC1 : string(3) "z:\"
V4.4.0 : string(3) "z:\"
V4.4.1 : string(3) "z:\"
V4.4.2 : string(3) "z:\"
V4.4.3 : string(3) "z:\"
V4.4.4 : string(3) "z:\"
V4.4.5 : string(3)
> -Original Message-
> What output do you get on non Windows setups?
Hmmm. I really should have asked what the non windows users get.
Oh. Look. I did.
;-)
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
-
On 7 June 2011 12:25, Stuart Dallas wrote:
> On Tue, Jun 7, 2011 at 12:10 PM, Richard Quadling
> wrote:
>>
>> > -Original Message-
>> > What output do you get on non Windows setups?
>
> OSX 10.6.7
> PHP 5.3.4
> OSX Server 10.6
> PHP 5.3.0
>
On 7 June 2011 13:04, Geoff Lane wrote:
> On Tuesday, June 7, 2011, Richard Quadling wrote:
>
>> What do you get for ...
>
>> php -r "var_dump(realpath(null));"
>
> PHP 5.3.5-1ubuntu7.2 on Ubuntu 11.04 kernel 2.6.18 returns the same
> value as __DIR__
>
hp and
http://uk.php.net/manual/en/ref.spl.php).
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 8 June 2011 10:21, Richard Quadling wrote:
> On 7 June 2011 22:17, Brian Dunning wrote:
>> Thanks, this helped me solve it. FPDI extends a class in FPDF, so I simply
>> had to reverse the order in which I call them and all is hunky dory.
>
> I would take a look at using
gt; ($maxFileSize = $this->getMaxFileSize())) &&
flock($this->fp, LOCK_EX)) {
clearstatcache();
if(ftell($this->fp) > $maxFileSize) {
$this->rollOver();
}
}
would be my take.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQ
\ExtraInis
Additional .ini files parsed => C:\ExtraInis\extra.ini
user_ini.filename => .user.ini => .user.ini
The php --ini output doesn't reflect the PHP_INI_SCAN_DIR setting.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFn
On 8 June 2011 22:59, Richard Quadling wrote:
> But there is a tiny bug in php.
> The php --ini output doesn't reflect the PHP_INI_SCAN_DIR setting.
http://bugs.php.net/bug.php?id=48831
Reported but only partially fixed. As I was using my own builds, I
didn't realise the full p
On 9 June 2011 00:18, Lester Caine wrote:
> Richard Quadling wrote:
>>
>> On 8 June 2011 22:59, Richard Quadling wrote:
>>>
>>> But there is a tiny bug in php.
>>> The php --ini output doesn't reflect the PHP_INI_SCAN_DIR setting.
>>
>&
ngered salute is often a good idea.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oop5.static.php
Static methods are quite useful.
An instance is not created and destroyed. Just the static method is
called without any instance being used.
In the most basic sense, a class with only static methods could be
just a library of unrelated functions and the class is really just a
namespa
/var/log/pmwiki/error.log");
>>>
>>> }
>>
>> Missing arguments #2 and #3 -- try as modified above.
>>
>> -Peter
>
> D'oh. Sometimes you stare and stare and stare at something and you still
> don't see it. Thanks a bunch.
>
Would the use
well for me. Also splits the PDF into single page per PNG.
I can then process the PNG files in other ways.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
On 14 June 2011 22:30, Brian Dunning wrote:
> The server does not have that software installed either. :-(
>
> On Jun 14, 2011, at 1:53 PM, Richard Quadling wrote:
>
>> I do that using an external tool pdf2png. For me, I use Cygwin.
>>
>
>
Can you see what pdf
there are better, faster, and more reliable ways of
> getting the data to the server? Overnight courier of a huge harddrive maybe
> faster if there's a lot to get to the server. Just a thought.
A USB drive or DVD or DAT or whatever they have and can/will support.
--
Richard Quadling
On 14 June 2011 23:20, Tamara Temple wrote:
> Did I just give away my age?
Yes.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
e
top and the bottom of the fax (the bottom tag is rotated 180 degrees).
The tag can then be read regardless of the orientation of the fax when
the user scanned it. Processing several thousand faxes a day. For 6
years or so. A LOT of paper saved at our end.
--
Richard Quadling
Twit
://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21113446.html#a11972605)
The code is awful by my current standards. But it worked. So there
must be something in that.
I'll send you the code directly as, frankly, it is embarrassing to see today.
--
Richard Quadling
T
s a web
server", then all of a sudden, I don't need IIS or Apache or LightTPD
for simple PHP development.
And so scripts can run fro a VERY VERY long time.
And I do use OOP.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"); this problems is there
> especially when i post strings starting with capital letters containing
> !@#$%&^&*
>
> nothing logged that i can see as exception.
>
> any ideas ?
>
> Fatih
>
Can you give a more concrete example? Some code we can test ourselves?
lly
> with better behaved date and time strings).
>
> Advice appreciated.
>
> DN
getTimestamp());
?>
outputs ...
Wed, 22 Jun 2011 21:47:20 +0100
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
; $_POST['post_tptest'] = "'; DROP DATABASE; --"
> But you can use prepared statements to be safe ) ...and they don't need all
> those fancy quoting/escaping/sanitizing ...and they have advantages for
> repetitive operations.
> And furthermore, I think Carthage
On 24 June 2011 18:23, Tamara Temple wrote:
>
> On Jun 24, 2011, at 10:28 AM, Richard Quadling wrote:
>
>> On 24 June 2011 15:44, Vitalii Demianets wrote:
>>>
>>> And furthermore, I think Carthage must be destroyed.
>>
>
> Let's haul out the
er' versions are barely that old
> at all.
That pattern of behaviour sounds exactly like Netscape all those years ago.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 25 June 2011 22:11, Tamara Temple wrote:
> On Jun 24, 2011, at 1:35 PM, Richard Quadling wrote:
>>
>> On 24 June 2011 18:23, Tamara Temple wrote:
>>>
>>> On Jun 24, 2011, at 10:28 AM, Richard Quadling wrote:
>>>>
>>>> On 24 June 2
x27;t care about when/how it ends, then
$WshShell = new COM("WScript.Shell");
$WshShell->Run("C:\\PHP5\\php-win.exe -f C:\\Scripts\\script.php", 0, false);
This will create an invisible non-blocking "thread" and return
immediately upon creating the "thread&quo
ny9
I'd check for other differences in the phpinfo() output.
Anything that is different should be examined and verified as being appropriate.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 29 June 2011 08:37, Tamara Temple wrote:
>
> On Jun 27, 2011, at 7:18 AM, Steve Staples wrote:
>
>> On Sat, 2011-06-25 at 16:11 -0500, Tamara Temple wrote:
>>>
>>> On Jun 24, 2011, at 1:35 PM, Richard Quadling wrote:
>>>>
>>>> On 24 Jun
ffset that have been recorded, so you can use current local
time (shifted with DST just like you would read off your watch of PC)
with that timezone and PHP can work out what the timestamp is.
It sounds a little messy, but the TLA timezones aren't always sufficient.
Derick did a reall
as the last of those lines
> 4 - added "PHPIniDir "c:/php" as the last line of the conf file.
>
> Upon adding these lines apache will no longer restart. In fact adding any
> ONE of these lines breaks Apache.
>
> Ideas welcome.
Do you have to use Apache? I use A
On 5 July 2011 16:48, Jim Giner wrote:
> Let the new mantra be - "Snip Your Posts!"
Consider your post snipped.
OOI. If you use Google Mail, highlighting the part of the message you
want to use and then clicking reply-all will embed only that part in
the reply.
--
Richard Qua
-spam measures are spamming me.
So, I've blocked your anti-spam as spam.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
u're replying to the list!
But that is what "reply-all" is about.
Person A sends an message to List B.
I reply-all and Person A and List B get replies.
Hmm.
GMail sucks at this. Reply should be first Reply-To-List.
Having said that, the PHP lists should proxy the sender so a "
On 6 July 2011 20:25, Jim Giner wrote:
> Forgive me for not being a know-it-all. I don't even know what FFS means.
LMGTFY
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.
.
Make sure the URL is correct by using it in a browser.
I tried
http://www.snort.org/reg-rules/snortrules-snapshot-2900.tar.gz/c0e9480af637e53c7aae823a40a131edc1343db5%20-Osnortrules-snapshot-2900.tar.gz
and it failed.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_2488
nt which is controllable via COM.
By using templates, you could create appropriate files manually in
WordPad and then just do a search/replace in PHP, load into RichEdit
and print. Theoretically, a simple process.
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/
=$_POST[id];
Though for the text, I'd probably have a store_types table so I can
label them there and hold additional data about the store types if
needed.
SELECT DISTINCT
store_type,
COALESCE(store_type_desc, 'Unknown store_type ' + CAST(store_type AS
VARCHAR())) AS store
upside the head with a dictionary :)
> Thanks,
> Ash
Its all a matter of perspective isnt it? ;-) (here fishy fishy)
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r 7 at the time) came up with T, M and E. I was
abso-bloody-lutely amazed she managed to find a word starting with T,
M and E.
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.ne
It starts with an undercore and is, therefore, just fine!
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
eat word. My wife and I really didn't think
anything started with "tme". I have yet to be in a position to use it
in normal conversation.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http
http://www.postgresql.org/docs/9.0/interactive/datatype-money.html
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
of Zend that I don't want. Same with PEAR.
Having said that, none of these frameworks will write your app for
you. Others may, based upon various rules or file structures.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ient side. If you'd be interested in check it out,
> just let me know and I'll give you a link to the source code.
>
> Take care,
> Floyd
http://www.brandonsavage.net/why-every-developer-should-write-their-own-framework/
--
Richard Quadling
Twitter : EE : Zend : PHPD
ub.php
>
>
Unless you are using a self-built V5.4.0 from today onwards.
Magic Quotes was finally removed completely and will give you an
E_CORE_ERROR if you attempt to enable it.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFn
ns I've seen it will be removed in the not too
> distant future.
>
> HTH,
>
> --
> Geoff
Geoff, more like the dim and distance past
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/NEWS?r1=313575&r2=313574&pathrev=313575
Welcome to the future!
--
Richard Quadling
T
and part keeping the code tidy).
I suspect SimpleXMLElement may not be the right tool.
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 25 July 2011 13:47, Richard Quadling wrote:
> Hello all.
>
> I've got 2 XML documents (one from a URL and another via MS SQL Server).
>
> The structure of these documents is the same, with just a difference
> in attribute to identify things (the 'data' is di
ible?
>>
>> Thanks for the help.
Depending upon your complexity, you could possible use the builtin
streams mechanisms.
I've used them to force all PHP requests through a NTLM authentication
proxy server (network required NTLM authentication which was not
handled by PHP).
http:/
a about it, but I generally use realpath() to avoid any
> such problems. Windows may have, because it uses backward slashes
> instead of forward which are used in *nix (incl mac)
For PHP on Windows, the / is fine. Obviously, if you are going to be
calling OS based tools from PHP, you'll
I'm also going to be converting an old style coding mysql to mysqli
prepared statements (I know very little mysql, so 2 lots of learning
going on here).
Would mysqli have the same behaviour?
Is it driver specific?
Regards,
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQu
', 'age' => 36]);
>
> Right now this requires the trunk version of PHP to work. I just
> wanted to share this in case anyone finds it interesting and/or
> useful.
I use a similar technique when I need to populate a SOAP class on the
server to coerce data from the DB in
function in one page?
It is to do with variable scope.
http://uk.php.net/manual/en/language.variables.scope.php /
http://uk.php.net/manual/zh/language.variables.scope.php
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
On 2 August 2011 13:45, Sharl.Jimh.Tsin wrote:
> 在 2011-08-02二的 13:33 +0100,Richard Quadling写道:
>
>> It is to do with variable scope.
>>
>> http://uk.php.net/manual/en/language.variables.scope.php /
>> http://uk.php.net/manual/zh/language.variables.scope.php
php--
>
> --/index.php--
>
>
>
>
> The result I get is:
>
> Array
> (
> [f_ap] => upload
> [f_action] => doit
> )
> ---
>
> Can someone enlighten me?
Check out $_FILES for the file upload information.
--
Richard Quadling
Twitter :
On 2 August 2011 16:11, Richard Quadling wrote:
> On 2 August 2011 16:04, Donovan Brooke wrote:
>> Hello!,
>>
>> I must not be understanding something as I would expect 'f_file'
>> to show up in the print_r below.:
>>
>> ---form--
>>
&g
to the DB is different to
other user details and it is forced to a specific machine.
All this sort of thing is setup once and done. It makes it very
difficult for anyone to be able to fake the credentials, gain access
to the DB tables or inject data outside of the constraints provided by
the stor
(1) and (2) will make it a damn sight easier to see what you are
> *actually* creating.
>
> --
> Cheers -- Tim
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
A single line of SQL is what things
>
> Chris
$_POST['market'] won't exist if you haven't chosen one.
Turn on your error reporting and you should see something appropriate.
At a bare minimum, adding ...
isset($_POST['market'])
as the first thing to test (before seeing if the value is in
$mark
-sql is an excellent fit for long-term,
user-specific, cached session data.
And if you have replication based upon geography (I assume that this
is the most likely way to use replication beyond simply
scaling/processing power), then as long as you tune your users to the
right server, they will alway
de.google.com/p/loginsystem-rd/
Whilst it is just a login system, the techniques here could be adapted
and probably learned from (if you are new to security).
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
B, I compare dev to test and
upgrade test. I log the changeset into my version control system
allowing me to reuse the changeset on the live dbs.
If I need to make more changes to the DB. I issue a new changeset for
those changes. No need to amend the previous changeset.
Does this mean that sometimes I'm rolling back changes? Yes, but I'm
doing so in a controlled and reportable/repeatable manner. No
different to any other VCS.
I hope these points help.
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
pting to bypass a captcha sort of defeats the object of
a captcha.
Whatever data you supply having examined the form, it will be highly
unlikely to be the value that the server has generated for the image.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2011/8/19 Ignacio Marín Hernández :
> $web_service="http://url_of_the_webservice.asmx?WSDL<http://url_of_the_webservice.asmx/?WSDL>
> ";
Surely, that should be ...
$web_service="http://url_of_the_webservice.asmx?WSDL";;
And sorry for calling you Surely.
Richa
WSDL";;
>
> The second part between "< >"
> ($web_service="http://url_of_the_webservice.asmx?WSDL<http://url_of_the_webservice.asmx/?WSDL>")
> was Gmail who wrote it (not me) when I forward the email.
>
> LoL
>
> By the way, Thanx fro the
ess it's a team effort or the clients demand).
>
> Cheers,
>
> tedd
At last Someone's code I could read without having to reformat it
every bloody time!!!
http://en.wikipedia.org/wiki/Indent_style#Whitesmiths_style
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadlin
On 30 August 2011 20:09, Robert Cummings wrote:
> You're just saying that so Tedd will be your friend!! Come now, let's be
> honest with everyone... Whitesmith's is -GLEE! ;)
Beauty is in the eye of the beholder.
--
Richard Quadling
Twitter : EE : Zend :
On 30 August 2011 23:25, Richard Quadling wrote:
> On 30 August 2011 20:09, Robert Cummings wrote:
>> You're just saying that so Tedd will be your friend!! Come now, let's be
>> honest with everyone... Whitesmith's is -GLEE! ;)
>
> Beauty is in
On 1 September 2011 13:27, richard gray wrote:
> On 01/09/2011 14:16, Richard Quadling wrote:
>>
>> Can you give me the URL for the WSDL file? Either online or by direct
>> email.
>>
> Thanks for the quick response Richard -- I have just posted the WSDL in my
>
On 1 September 2011 13:35, Richard Quadling wrote:
> On 1 September 2011 13:27, richard gray wrote:
>> On 01/09/2011 14:16, Richard Quadling wrote:
>>>
>>> Can you give me the URL for the WSDL file? Either online or by direct
>>> email.
>>>
>> T
right direction!
> TIA
> Rich
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Can you give me the URL for the WSDL file? Either online or by direct email.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuad
r the WSDL file.
Without that, we don't know what is happening.
The WSDL content you've supplied is not tied to a real server. It just
uses the example.com domain as a way of showing you a placeholder
where your real URLs would exist.
--
Richard Quadling
Twitter : EE : Zend : P
but not me.
>
> Thanks in advance.
>
> Paul
How do you handle multiple logins?
If I login using my laptop and get Session A for my account and then I
login using my desktop and get Session B for my account, does Session
A get killed?
Do you allow multiple, simultaneous logins per account?
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is the potential for cached pages to be returned for a user NOT logged in?
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tor.
EDLIN is the way to go.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 14 September 2011 13:18, Tim Streater wrote:
> On 14 Sep 2011 at 12:40, Richard Quadling wrote:
>
>> On 14 September 2011 01:23, tamouse mailing lists
>> wrote:
>>> On Tue, Sep 13, 2011 at 3:35 PM, Robert Cummings
>>> wrote:
>>>> I&
records[] = $boundParams;
$records[] = array_combine($columns,
array_map(function($m_Value){return $m_Value;}, $boundParams));
print_r($records);
?>
Is there a more efficient way?
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
tclass::getChild 34childA
Object( [a:childA:private] => 1)parentclass::getArray
24parentclass::getChild 42parentclass::getChild 44Z:\ppp.php
110Z:\ppp.php 112
Using PHP 5.3.9-dev on Win32.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY :
On 15 September 2011 21:20, Matthew Pounsett wrote:
> Anyone have any thoughts on what to look at?
php -m
look for XML
php --rf xml_parser_create
look for
Function [ function xml_parser_create ] {
- Parameters [1] {
Parameter #0 [ $encoding ]
}
}
--
Richard Quadling
Twit
define its own rules regarding the number of digits to
show, but I can't see anything that covers the rounding.
OOI.
What do you get for 12.66999?
I'm on windows and there's no money_format function (due to a lack of
strfmon() function),
--
Richard Quadling
Twitter : EE
On 16 September 2011 23:18, Matthew Pounsett wrote:
>
> On 2011/09/16, at 10:27, Richard Quadling wrote:
>
>> On 15 September 2011 21:20, Matthew Pounsett wrote:
>>> Anyone have any thoughts on what to look at?
>>
>> php -m
>> php --rf xml_parser_create
75
> rounds to 8. Your example seems to follow that rule.
I've been looking to see if I can find the locale's rounding rules - I can't.
Would be useful if anyone knows where they are defined.
As far as I can find (pages similar to
http://www.cl.cam.ac.uk/cgi-bin/manpage?7+loca
nd.
The whole nature of PHP is that it can fit anywhere. Web, Console, GUI
(with appropriate bindings). Multii-platform, architecture, OS, etc. -
probably preaching to the converted here.
I would also recommend the inclusion of a nosql module and MAYBE some
Windows specific elements (I use IIS
de
(http://www.phparch.com/books/phparchitects-zend-php-5-certification-study-guide-2nd-edition/)
I have the first edition, so a little out of date now but I do get a
free PDF of the 2nd edition.
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bi
terator is only holding onto 1 array/fragment at a time and not
caching the massive number of products per file.
Thanks.
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net
}
> $text = '';
> break;
>
> case XMLReader::TEXT:
> case XMLReader::CDATA:
> // record value (or part value) of text or cdata node
> $text .= $xml->value;
> break;
>
>
r as the echo statement will not need to first build
the concatenated string before echoing it. It will just push the
values out the to the web server. I think. I've not done any metric
testing on that.
As for copying a file TO a http URL, you need to obey the rules of
http. CURL or FTP will
ms = $xml->count();
foreach($xml as $s_Tag => $o_Item) {
...
}
will the XML file be cached somewhere? Or will that depend upon the
originating server supporting some sort of rewind/chunk mechanism?
Any suggestions/ideas?
Richard.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@R
On 29 September 2011 23:34, Tommy Pham wrote:
> On Thu, Sep 29, 2011 at 3:27 PM, Tommy Pham wrote:
>>
>> On Thu, Sep 29, 2011 at 9:09 AM, Richard Quadling
>> wrote:
>>>
>>> Hi.
>>>
>>> I'm looking to process very large XML files w
601 - 700 of 725 matches
Mail list logo