Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:27, richard gray r...@richgray.com 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 earlier resply to Louis

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:35, Richard Quadling rquadl...@gmail.com wrote: On 1 September 2011 13:27, richard gray r...@richgray.com 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

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:02, richard gray r...@richgray.com wrote: I am hoping there's a SOAP expert on the list as this is driving me mad and Google doesn't come up with much help ... I am trying to build a fairly simple web service in SOAP -- the client sends a string SKU to query a product

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:25, richard gray r...@richgray.com wrote: On 01/09/2011 14:07, Louis Huppenbauer wrote: I think it would be best if you could provide us with the .wsdl (and possibly with the server-code). Thanks for the quick response Louis.. We need the URL for the WSDL file

[PHP] Re: mysqli sql question

2011-08-31 Thread Richard Riley
Jen Rasmussen j...@cetaceasound.com writes: Peet, Could you do something like this instead? This is using named placeholders and a separate line for your statement but I was able to get it to echo the statement in this manner. $sql = UPDATE table SET field1=:field1, field2=:field2 WHERE

Re: [PHP] Code should be selv-maintaining!

2011-08-30 Thread Richard Quadling
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 @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Re: [PHP] Code should be selv-maintaining!

2011-08-30 Thread Richard Quadling
On 30 August 2011 20:09, Robert Cummings rob...@interjinn.com 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 : PHPDoc

[PHP] Re: Code should be selv-maintaining!

2011-08-29 Thread Richard Riley
Robert Cummings rob...@interjinn.com writes: On 11-08-29 03:42 PM, Rico Secada wrote: You go into your homemade library of code to re-use some piece that you already are using 12 other places in production. Now, last time you worked on the code you thought it was almost perfect. While working

[PHP] Re: Dreaded Premature end of script headers

2011-08-26 Thread Richard Riley
tamouse mailing lists tamouse.li...@gmail.com writes: I'm encountering this on a script, but I can't figure out where it's actually failing. How do I debug this problem??? Depends on what you mean by script. Do a binary search with a php line that says I got here. -- PHP General Mailing

Re: [PHP] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute

2011-08-19 Thread Richard Quadling
2011/8/19 Ignacio Marín Hernández nah...@gmail.com: $web_service=http://url_of_the_webservice.asmx?WSDLhttp://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. Richard. -- Richard Quadling

Re: [PHP] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute

2011-08-19 Thread Richard Quadling
part between ($web_service=http://url_of_the_webservice.asmx?WSDLhttp://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 answer! El 19 de agosto de 2011 12:18, Richard Quadling rquadl...@gmail.com escribió: 2011

[PHP] Re: [PHP-WEBMASTER] Sir i really need help immediatelly!

2011-08-18 Thread Richard Quadling
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

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

2011-08-16 Thread Richard Quadling
). -- 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

Re: [PHP] Newbie question. What is the best structure of a php-app?

2011-08-16 Thread Richard Quadling
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

Re: [PHP] Keeping session info in $_SESSION or in database?

2011-08-15 Thread Richard Quadling
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 always have the latest version of their cached data. -- Richard Quadling Twitter : EE

[PHP] Re: Login with Remember me Feature

2011-08-14 Thread Richard Riley
Tim Streater t...@clothears.org.uk writes: On 14 Aug 2011 at 14:23, Alekto Antarctica alekto.antarct...@gmail.com wrote: *function loggedin()* *{* * if (isset($_SESSIONS['username']) || isset($_COOKIE['username']))* * {* * $loggedin = true;* * return $loggedin;* * }* *}* Why not

Re: [PHP] form validation

2011-08-12 Thread Richard Quadling
for the variable - implies more than 1 market). -- 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

Re: Re: [PHP] pass text variables to next page

2011-08-09 Thread Richard Quadling
of SQL is what things start out as. But it is a language just like any other and as such, indenting has proven advantages. -- 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

Re: [PHP] PHP Security: Best Practices

2011-08-08 Thread Richard Quadling
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 stored procedures. -- Richard Quadling Twitter

[PHP] Re: Login with Remember me Feature

2011-08-07 Thread Richard Riley
Andre Polykanine an...@oire.org writes: Hello alekto, I've got several notes to point out: 1. You can't do neither a header(), nor a SetCookie() after any echo on the page. The out-of-php pieces of the page included. Not true. See ob_start and family. -- PHP General Mailing

Re: [PHP] Keyword Constructor

2011-08-02 Thread Richard Quadling
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 into the appropriate type as defined in the docblock of the class. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814

Re: [PHP] put code into a function then the code dead,very strange.

2011-08-02 Thread Richard Quadling
/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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] put code into a function then the code dead,very strange.

2011-08-02 Thread Richard Quadling
On 2 August 2011 13:45, Sharl.Jimh.Tsin amoiz.sh...@gmail.com 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 Thanks for your useful

Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Richard Quadling
someone enlighten me? Check out $_FILES for the file upload information. -- 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

Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Richard Quadling
On 2 August 2011 16:11, Richard Quadling rquadl...@gmail.com wrote: On 2 August 2011 16:04, Donovan Brooke li...@euca.us wrote: Hello!, I must not be understanding something as I would expect 'f_file' to show up in the print_r below.: ---form-- form action=index.php method=post enctype

[PHP] What is valid for a named parameter in a prepared query using PDO_SQLSRV.

2011-08-01 Thread Richard Quadling
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 @RQuadling : e

Re: [PHP] Path question.

2011-07-28 Thread Richard Quadling
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 need to realpath() or use \\ or DIRECTORY_SEPARATOR. -- Richard

[PHP] SimpleXMLElement, adding nodes that are SimpleXMLElement.

2011-07-25 Thread Richard Quadling
manipulation (and that's what I've done), but I'd like to use a more appropriate mechanism (part learning 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

[PHP] Re: SimpleXMLElement, adding nodes that are SimpleXMLElement.

2011-07-25 Thread Richard Quadling
On 25 July 2011 13:47, Richard Quadling rquadl...@gmail.com 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 different

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Richard Quadling
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://uk.php.net/manual/en/book.stream.php -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e

Re: [PHP] Re: PHP frameworks

2011-07-22 Thread Richard Quadling
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

Re: [PHP] PHP frameworks

2011-07-22 Thread Richard Quadling
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 : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Re: [PHP] Escaping '

2011-07-22 Thread Richard Quadling
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/lFnVea -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Re: Escaping '

2011-07-22 Thread Richard Quadling
. HTH, -- Geoff Geoff, more like the dim and distance past http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/NEWS?r1=313575r2=313574pathrev=313575 Welcome to the future! -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Re: [PHP] How to sum monetary variables

2011-07-18 Thread Richard Quadling
-- 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

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

2011-07-15 Thread Richard Quadling
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://www.php.net/) To unsubscribe

Re: [PHP] Serveside Printing w/ PHP

2011-07-14 Thread Richard Quadling
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/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Re: [PHP] PHP control structure

2011-07-14 Thread Richard Quadling
ON store_list.store_type = store_types.store_type WHERE id_markets=$_POST[id]; -- 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

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

2011-07-14 Thread Richard Quadling
:) 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

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

2011-07-14 Thread Richard Quadling
daughter (6 or 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

Re: Re: [PHP] What is a label?

2011-07-14 Thread Richard Quadling
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

Re: [PHP] using wget in shell for download(snort)

2011-07-11 Thread Richard Quadling
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_248814.html

Re: [PHP] Re: Re: Top Posting

2011-07-07 Thread Richard Quadling
On 6 July 2011 20:25, Jim Giner jim.gi...@albanyhandball.com 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

Re: [PHP] Re: Top Posting

2011-07-05 Thread Richard Quadling
. -- 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

Re: [PHP] Re: Top Posting

2011-07-05 Thread Richard Quadling
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

Re: [PHP] Re: Top Posting

2011-07-05 Thread Richard Quadling
and not the original poster. -- 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

Re: [PHP] Installing PHP

2011-07-04 Thread Richard Quadling
of these lines breaks Apache. Ideas welcome. Do you have to use Apache? I use Abyss (closed source) or LightTPD (open source) are both good options. Really tiny and I feel a lot easier to install. Especially Abyss. Both would use cgi-fastcgi and be NTS. -- Richard Quadling Twitter : EE

Re: [PHP] Re: [PHP-DB] Re: radio form submission

2011-06-29 Thread Richard Quadling
On 29 June 2011 08:37, Tamara Temple tamouse.li...@gmail.com 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 June 2011 18:23, Tamara Temple tamouse.li...@gmail.com

Re: [PHP] Time zones are spinning my brain

2011-06-29 Thread Richard Quadling
this a couple of years ago for php|Architect. I'm sure there's a video somewhere of it. All makes perfect sense in the end. -- 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

Re: [PHP] Re: [PHP-DB] Re: radio form submission

2011-06-27 Thread Richard Quadling
On 25 June 2011 22:11, Tamara Temple tamouse.li...@gmail.com wrote: On Jun 24, 2011, at 1:35 PM, Richard Quadling wrote: On 24 June 2011 18:23, Tamara Temple tamouse.li...@gmail.com wrote: On Jun 24, 2011, at 10:28 AM, Richard Quadling wrote: On 24 June 2011 15:44, Vitalii Demianets vi

Re: [PHP] asynchronous launch of a script

2011-06-27 Thread Richard Quadling
, 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. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html

Re: [PHP] Memory limit Problem

2011-06-27 Thread Richard Quadling
. -- 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

[PHP] Re: Php filter validate url

2011-06-26 Thread Richard Riley
In mailing lists and usenet you should never top post. You integrate your reply or follow up. This is well documented and makes sense in tech threads were context is everything. In adidition your content type in your post is incorrect. Your header contains Content-Type: multipart/alternative;

Re: [PHP] Re: [PHP-DB] Re: radio form submission

2011-06-24 Thread Richard Quadling
['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 must be destroyed. http://xkcd.com/327/ -- Richard

Re: [PHP] Upgrade or Die?

2011-06-24 Thread Richard S. Crawford
periodically displays. I will never understand this mindset. Full story : http://www.technewsworld.com/edpick/72739.html Richard L. Buskirk -- Sláinte, Richard S. Crawford (rich...@underpope.com) http://www.underpope.com Publisher and Editor in Chief, Daikaijuzine (http

Re: [PHP] Re: [PHP-DB] Re: radio form submission

2011-06-24 Thread Richard Quadling
On 24 June 2011 18:23, Tamara Temple tamouse.li...@gmail.com wrote: On Jun 24, 2011, at 10:28 AM, Richard Quadling wrote: On 24 June 2011 15:44, Vitalii Demianets vi...@nppfactor.kiev.ua wrote: And furthermore, I think Carthage must be destroyed. Let's haul out the PHP war wagons! http

Re: [PHP] Upgrade or Die?

2011-06-24 Thread Richard Quadling
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

Re: [PHP] newbie date time question

2011-06-22 Thread Richard Quadling
= 'd/m/Y g:i:s A'; $datetime = DateTime::createFromFormat($format, $data); echo date('r', $datetime-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

Re: [PHP] php 5.3.6

2011-06-21 Thread Richard Quadling
); 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? -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling

Re: [PHP] Doctrine madness!

2011-06-18 Thread Richard Quadling
. -- 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

Re: [PHP] Best way to create an image with flowing text?

2011-06-17 Thread Richard Quadling
/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 Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814

Re: [PHP] Convert a PDF to a PNG?

2011-06-15 Thread Richard Quadling
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 Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea -- PHP General Mailing List (http

Re: [PHP] Convert a PDF to a PNG?

2011-06-14 Thread Richard Quadling
. Works very 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

Re: [PHP] Convert a PDF to a PNG?

2011-06-14 Thread Richard Quadling
On 14 June 2011 22:30, Brian Dunning br...@briandunning.com 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 tools ARE installed

Re: [PHP] Ftp upload

2011-06-14 Thread Richard Quadling
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 Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html

Re: [PHP] Ftp upload

2011-06-14 Thread Richard Quadling
On 14 June 2011 23:20, Tamara Temple tamouse.li...@gmail.com 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

Re: [PHP] Re: [pmwiki-users] debugging using error_log stuff

2011-06-13 Thread Richard Quadling
of ... error_reporting(-1); ini_set('display_errors', 1); have helped during your development? -- 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

Re: [PHP] Class not used as an object (Scope Resolution Operator)

2011-06-09 Thread Richard Quadling
static methods could be just a library of unrelated functions and the class is really just a namespace for these functions. -- 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

Re: [PHP] Going crazy with include require not working

2011-06-08 Thread Richard Quadling
/language.oop5.autoload.php 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

Re: [PHP] Going crazy with include require not working

2011-06-08 Thread Richard Quadling
On 8 June 2011 10:21, Richard Quadling rquadl...@gmail.com wrote: On 7 June 2011 22:17, Brian Dunning br...@briandunning.com 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

Re: [PHP] ftell Issue or Feature

2011-06-08 Thread Richard Quadling
) $maxFileSize) { $this-rollOver(); } } would be my take. -- 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

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
= .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/lFnVea -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
On 8 June 2011 22:59, Richard Quadling rquadl...@gmail.com 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

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
On 9 June 2011 00:18, Lester Caine les...@lsces.co.uk wrote: Richard Quadling wrote: On 8 June 2011 22:59, Richard Quadlingrquadl...@gmail.com  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

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
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

Re: [PHP] Going crazy with include require not working

2011-06-07 Thread Richard Quadling
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

Re: [PHP] PHP download page blocking other HTTP requests

2011-06-07 Thread Richard Quadling
On 7 June 2011 09:24, Pete Ford p...@justcroft.com wrote: On 06/06/11 21:07, Richard Quadling wrote: On 6 June 2011 13:55, Pete Fordp...@justcroft.com  wrote: Is there something on the Apache/PHP end that might be causing this blocking? (Apache 2.2.10, PHP 5.2.14) The browser and / or OS

[PHP] What do you get for ...

2011-06-07 Thread Richard Quadling
equates to the current working directory for V5+. 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

Re: [PHP] What do you get for ...

2011-06-07 Thread Richard Quadling
-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 -- PHP General

Re: [PHP] What do you get for ...

2011-06-07 Thread Richard Quadling
On 7 June 2011 12:25, Stuart Dallas stu...@3ft9.com wrote: On Tue, Jun 7, 2011 at 12:10 PM, Richard Quadling rquadl...@gmail.com 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 Linux 2.6.35.4-rscloud

Re: [PHP] Re: What do you get for ...

2011-06-07 Thread Richard Quadling
On 7 June 2011 13:04, Geoff Lane ge...@gjctech.co.uk 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__ However, PHP 5.1.6 on CentOS 5.6

Re: [PHP] Re: phpsadness - P.C. shmee seee.

2011-06-06 Thread Richard Quadling
On 6 June 2011 01:44, Robert Cummings rob...@interjinn.com 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 compliant feature

Re: [PHP] PHP download page blocking other HTTP requests

2011-06-06 Thread Richard Quadling
/showthread.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 Mailing List

Re: [PHP] Best authentication system

2011-06-05 Thread Richard Quadling
On 4 June 2011 23:21, Sean Greenslade zootboys...@gmail.com 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

[PHP] Re: phpsadness - P.C. shmee seee.

2011-06-05 Thread Richard Riley
Geoff Shang ge...@quitelikely.com writes: On Sun, 5 Jun 2011, Tim Streater wrote: Anyone whose site says that sort of crap needs a good smack. Don't get me started on Facebook. If they don't like your browser, they redirect you to theirWe don't support your browser page. They don't even

[PHP] Re: phpsadness - P.C. shmee seee.

2011-06-05 Thread Richard Riley
Geoff Shang ge...@quitelikely.com writes: On Sun, 5 Jun 2011, Richard Riley wrote: Why do you feel FB should support some antiquated browser that doesnt support any of the newer technoogies which enable security and more advanced client side rendering? I don't. I just don't want them

Re: [PHP] Help needed with php.ini

2011-06-05 Thread Richard Quadling
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 @RQuadling : e-e.com

[PHP] Re: phpsadness - P.C. shmee seee.

2011-06-05 Thread Richard Riley
Geoff Shang ge...@quitelikely.com writes: On Sun, 5 Jun 2011, Richard Riley wrote: I don't. I just don't want them to lock out my browser just because they don't support it. Many pages which don't work optimally under Lynx can still be read, which is all I'm wanting to do anyway

[PHP] Re: phpsadness - P.C. shmee seee.

2011-06-05 Thread Richard Riley
Ashley Sheridan a...@ashleysheridan.co.uk writes: On Sun, 2011-06-05 at 19:23 +0200, Richard Riley wrote: Geoff Shang ge...@quitelikely.com writes: On Sun, 5 Jun 2011, Richard Riley wrote: I don't. I just don't want them to lock out my browser just because they don't support

Re: [PHP] Re: phpsadness - P.C. shmee seee.

2011-06-05 Thread Richard Quadling
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 General Mailing

[PHP] Found this and I thought of you.

2011-06-04 Thread Richard Quadling
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

Re: [PHP] phpsadness

2011-06-03 Thread Richard Quadling
On 3 June 2011 15:23, Peter Lind peter.e.l...@gmail.com 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_248814

Re: [PHP] phpsadness

2011-06-03 Thread Richard Quadling
! -- 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

[PHP] Re: [PHP-WEBMASTER] encoding issue

2011-06-02 Thread Richard Quadling
not a lawyer. Of course, there could be any other reason why you can't read the code, but without seeing at least 1 file, it would be hard to say why. Regards, Richard Quadling. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea -- PHP

Re: [PHP] displaying a pdf

2011-06-01 Thread Richard Quadling
if it was a link ... a href=download_pdf.phpGot your PDF here/a download.pdf.php would send the appropriate headers. -- 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

[PHP] iPhone sadness

2011-05-29 Thread Richard Quadling
On 29 May 2011 01:36, TR Shaw ts...@oitc.com wrote: (sorry for the top posting) Sent from my iPad Are you telling me that you can't scroll down the page on an iPad? I refer back to my comment that the Sent from my iPad/iPhone is inherently an apology. -- Richard Quadling Twitter : EE

Re: [PHP] phpsadness

2011-05-27 Thread Richard Quadling
/73982006681276416 -- 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

Re: [PHP] WHERE field = a range of values (value

2011-05-24 Thread Richard S. Crawford
query). Try in: where productx in (Prod1, Prod2, Prod3) -- Sláinte, Richard S. Crawford (rich...@underpope.com) http://www.underpope.com Publisher and Editor in Chief, Daikaijuzine (http://www.daikaijuzine.com)

Re: [PHP] strcmp()?

2011-05-23 Thread Richard Quadling
PHP_VERSION, ' ', strcmp('These are nearly equal', 'These are almost equal'), ' ', strcmp('different', 'unequal'), ' ', strcmp('b', 'a'); ? And for all of the V4 and V5 releases I've got, the result is the same... -1 1 -1 -- Richard Quadling Twitter : EE : Zend : PHPDoc

Re: [PHP] strcmp()?

2011-05-23 Thread Richard Quadling
4.4.1 1 -1 1 4.4.2 1 -1 1 4.4.3 1 -1 1 4.4.4 1 -1 1 4.4.5 1 -1 1 4.4.6 1 -1 1 4.4.7 1 -1 1 4.4.8 1 -1 1 4.4.9 1 -1 1 All the official versions of PHP 4 (and some RCs) for Windows. All give the same response. Must me a platform issue also. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling

<    1   2   3   4   5   6   7   8   9   10   >