Re: [PHP] Invalid byte sequence for encoding UTF-8

2008-10-30 Thread Lester Caine
paragasu wrote: i am using php with postgresql. when i submit post query to the server. i have the pg_exec error Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0x93 HINT: This error can also happen if the byte sequence does not match the

[PHP] Invalid byte sequence for encoding UTF-8

2008-10-30 Thread paragasu
i am using php with postgresql. when i submit post query to the server. i have the pg_exec error Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0x93 HINT: This error can also happen if the byte sequence does not match the encoding expected

Re: [PHP] Mailing lists

2008-10-30 Thread Lupus Michaelis
Daniel Brown a écrit : On Thu, Oct 30, 2008 at 3:06 PM, Richard Heyes <[EMAIL PROTECTED]> wrote: Pink isn't my colour... And there's no 'U' in 'color' either, you limey! ;-P It depends on what english your are using, isn't it ? -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org

Re: [PHP] Sessions in object oriented code

2008-10-30 Thread Ashley Sheridan
On Fri, 2008-10-31 at 00:33 +, Ben Stones wrote: > Hi, > > I can't really understand that. Not sure if you understand my problem > properly (if I've not explained properly). Anyone can give me some solutions > please? > > Thanks. > > 2008/10/31 Yeti <[EMAIL PROTECTED]> > > > OK I guess it

Re: [PHP] Mailing lists

2008-10-30 Thread Ashley Sheridan
On Thu, 2008-10-30 at 21:36 -0400, Robert Cummings wrote: > On Thu, 2008-10-30 at 21:07 -0400, Daniel P. Brown wrote: > > On Thu, Oct 30, 2008 at 8:57 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > > > Says the guy who's ancenstors also threw a King's ransom in tea into a > > > harbour... m

Re: [PHP] Mailing lists

2008-10-30 Thread Robert Cummings
On Thu, 2008-10-30 at 21:07 -0400, Daniel P. Brown wrote: > On Thu, Oct 30, 2008 at 8:57 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > Says the guy who's ancenstors also threw a King's ransom in tea into a > > harbour... most people in the world call that idiocy... but then, didn't > > you

Re: [PHP] Mailing lists

2008-10-30 Thread Shawn McKenzie
Robert Cummings wrote: > On Thu, 2008-10-30 at 15:48 -0500, Daniel P. Brown wrote: >> On Thu, Oct 30, 2008 at 3:44 PM, Ashley Sheridan >> <[EMAIL PROTECTED]> wrote: >>> Called English for a reason you Yank ;) >> Hey, my forefathers, foremothers, fore-aunts and -uncles, et >> cetera, didn't spen

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 8:57 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Says the guy who's ancenstors also threw a King's ransom in tea into a > harbour... most people in the world call that idiocy... but then, didn't > your government just recently hand out a King's ransom to shoddy > busi

Re: [PHP] Mailing lists

2008-10-30 Thread Robert Cummings
On Thu, 2008-10-30 at 15:48 -0500, Daniel P. Brown wrote: > On Thu, Oct 30, 2008 at 3:44 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > > > > Called English for a reason you Yank ;) > > Hey, my forefathers, foremothers, fore-aunts and -uncles, et > cetera, didn't spend the last two-hundred

[PHP] Re: PreReq Index

2008-10-30 Thread Craige Leeder
I forgot to mention, the calls to setPreReq() would occur in each file in place of an include() to get prerequisite components. IE: html.php : Ember::setPrereq( array('iOutput' => Ember::mciInterface) ); class html implements iOutput { ... } iOutput.php: Ember::setPrereq( array('iIO' => Ember

Re: [PHP] Sessions in object oriented code

2008-10-30 Thread Ben Stones
Hi, I can't really understand that. Not sure if you understand my problem properly (if I've not explained properly). Anyone can give me some solutions please? Thanks. 2008/10/31 Yeti <[EMAIL PROTECTED]> > OK I guess it's somehow like this .. > > > if (isset($_POST['submit'])) { > include('ses

Re: [PHP] Sessions in object oriented code

2008-10-30 Thread Yeti
OK I guess it's somehow like this .. now this of course is something very bad to do and it wont work. One way to prevent markup from being outputted is using ob_buffer() [1] EXAMPLE: FORM; ob_start(); echo $form; $output_buffer = ob_get_contents(); ob_end_clean(); var_dump(nl2br(htmlentit

[PHP] Sessions in object oriented code

2008-10-30 Thread Ben Stones
Hi, Hope I can explain this as easily as possible, basically I am using both cookies and sessions for my script, whereby the user is allowed to choose which method they want to login with. Problem for me is removing the registration form, etc., from those that are logged in. The thing is the form

[PHP] PreReq Index

2008-10-30 Thread Craige Leeder
Hi Guys, So here's what I'm looking for as a result(ex): array ('html' => array('iOutput' => array('iIO' => array() )), 'xml'=> array('iInput' => array('iIO' => array() )), 'database' => array('iData', 'aMySQL',

Re: [PHP] PHP Auth

2008-10-30 Thread Dan Joseph
On Thu, Oct 30, 2008 at 4:41 PM, Steve Marquez <[EMAIL PROTECTED]>wrote: > I have a form that I use to authenticate users stored in a MySQL database. > I want to be able to ensure that no body will be able to bookmark a page and > be able to return to that page without authenticating. But I also w

Re: [PHP] PHP Auth

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 3:41 PM, Steve Marquez <[EMAIL PROTECTED]> wrote: > I have a form that I use to authenticate users stored in a MySQL database. I > want to be able to ensure that no body will be able to bookmark a page and > be able to return to that page without authenticating. But I also w

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 3:44 PM, Ashley Sheridan <[EMAIL PROTECTED]> wrote: > > Called English for a reason you Yank ;) Hey, my forefathers, foremothers, fore-aunts and -uncles, et cetera, didn't spend the last two-hundred-thirty-two years butchering the language just for you to correct us, Sh

Re: [PHP] Mailing lists

2008-10-30 Thread Ashley Sheridan
On Thu, 2008-10-30 at 15:40 -0500, Daniel P. Brown wrote: > On Thu, Oct 30, 2008 at 3:39 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > > >Yeah stupid pink dictionaries. > > Sorry, I meant "dictiounaries." > > -- > > http://www.parasane.net/ > [EMAIL PROTECTED] || [EMAIL PROTECTED

Re: [PHP] PHP Auth

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 3:38 PM, Jay Blanchard <[EMAIL PROTECTED]> wrote: > > Welcome to the list Steve, it is always nice to see new faces. I fear > that your question is just a little too vague though, can you be more > specific about what you're trying to do? You'll find a group of very > helpfu

Re: [PHP] PHP Auth

2008-10-30 Thread Steve Marquez
I have a form that I use to authenticate users stored in a MySQL database. I want to be able to ensure that no body will be able to bookmark a page and be able to return to that page without authenticating. But I also want the authenticated user to be able to use all the subsequent pages wi

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 3:39 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > >Yeah stupid pink dictionaries. Sorry, I meant "dictiounaries." -- http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/dedicated server deals! -- PHP General Mai

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel Brown
On Thu, Oct 30, 2008 at 3:29 PM, Richard Heyes <[EMAIL PROTECTED]> wrote: >> And there's no 'U' in 'color' either, you limey! ;-P > > My dictionary says there is... :-) Yeah stupid pink dictionaries. -- http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our cu

RE: [PHP] PHP Auth

2008-10-30 Thread Jay Blanchard
[snip] What is the best way to create authentication for MySQL info displayed on PHP pages. [/snip] I personally like the Magic MySQL Authentication thingie, but I digress. Welcome to the list Steve, it is always nice to see new faces. I fear that your question is just a little too vague though

Re: [PHP] PHP Auth

2008-10-30 Thread Micah Gersten
Steve Marquez wrote: > Greetings, > > What is the best way to create authentication for MySQL info displayed > on PHP pages. > > Thanks, > Best is relative. How many users do you expect? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com -- PHP General Mail

[PHP] PHP Auth

2008-10-30 Thread Steve Marquez
Greetings, What is the best way to create authentication for MySQL info displayed on PHP pages. Thanks, -- Steve Marquez Marquez Design e-mail: [EMAIL PROTECTED] web: http://www.marquez-design.com phone: 479-648-0325

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> And there's no 'U' in 'color' either, you limey! ;-P My dictionary says there is... :-) -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] CREATE question

2008-10-30 Thread Dan Shirah
On 10/30/08, Daniel Brown <[EMAIL PROTECTED]> wrote: > > On Thu, Oct 30, 2008 at 2:19 PM, Dan Shirah <[EMAIL PROTECTED]> wrote: > > > > Is it possible for us to use PHP to create temp tables in our database? > [snip!] > > > > But all that does is give me an "ifx_prepare fails" message. > >(Forw

Re: [PHP] Mailing lists

2008-10-30 Thread Yeti
My 5-year-old had pretty much the same discussion with his sister -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel Brown
On Thu, Oct 30, 2008 at 3:06 PM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > Pink isn't my colour... And there's no 'U' in 'color' either, you limey! ;-P -- http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/dedicated server deals! -- PHP Ge

Re: [PHP] CREATE question

2008-10-30 Thread Daniel Brown
On Thu, Oct 30, 2008 at 2:19 PM, Dan Shirah <[EMAIL PROTECTED]> wrote: > > Is it possible for us to use PHP to create temp tables in our database? [snip!] > > But all that does is give me an "ifx_prepare fails" message. (Forwarded to PHP-DB as well.) Dan, make sure Informix is set to allo

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
>> I wouldn't wear a pink dress... > >You're a pink liar. Pink isn't my colour... -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel Brown
On Thu, Oct 30, 2008 at 2:59 PM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > I wouldn't wear a pink dress... You're a pink liar. -- http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/dedicated server deals! -- PHP General Mailing List (http:/

Re: [PHP] CREATE question

2008-10-30 Thread Micah Gersten
AFAIK, the query commands just pass the query to the DB engine. The DB decides whether or not to execute. You need special permissions in mssql and mysql to create things. I don't know about informix. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Dan Shi

Re: [PHP] Recursive Directory Listing

2008-10-30 Thread Jochem Maas
Joe Schaeffer schreef: > Well, that makes things much easier (and that should teach me to rely > on a 5-year-old O'Reilly book...)! Thanks for the help! > > I'm able to display all the contents of the correct dirs and subdirs, > but I'm struggling with my implementation. Since I'm trying to nest >

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> What's wrong with pink? I wouldn't wear a pink dress... -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Recursive Directory Listing

2008-10-30 Thread Ashley Sheridan
On Thu, 2008-10-30 at 15:28 -0400, Joe Schaeffer wrote: > Well, that makes things much easier (and that should teach me to rely > on a 5-year-old O'Reilly book...)! Thanks for the help! > > I'm able to display all the contents of the correct dirs and subdirs, > but I'm struggling with my implement

Re: [PHP] Mailing lists

2008-10-30 Thread Yeti
>Even a four year old girl would think that's too pink, Rich. What's wrong with pink? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Recursive Directory Listing

2008-10-30 Thread Eric Butera
On Thu, Oct 30, 2008 at 3:28 PM, Joe Schaeffer <[EMAIL PROTECTED]> wrote: > Well, that makes things much easier (and that should teach me to rely > on a 5-year-old O'Reilly book...)! Thanks for the help! > > I'm able to display all the contents of the correct dirs and subdirs, > but I'm struggling

Re: [PHP] Recursive Directory Listing

2008-10-30 Thread Joe Schaeffer
Well, that makes things much easier (and that should teach me to rely on a 5-year-old O'Reilly book...)! Thanks for the help! I'm able to display all the contents of the correct dirs and subdirs, but I'm struggling with my implementation. Since I'm trying to nest unordered lists, I can't seem to '

[PHP] CREATE question

2008-10-30 Thread Dan Shirah
All, Is it possible for us to use PHP to create temp tables in our database? Ironically, up until this point I have only needed to use SELECT statements. But now, to speed up the processing time of a large query I would like to create a temp table and then reference the temp table in another que

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
>> Heh! I take the colour scheme isn't to your taste? > >Even a four year old girl would think that's too pink, Rich. It's the closest theme they had to my phpguru site. It even uses the Georgia font I think. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgrap

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 1:33 PM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > Heh! I take the colour scheme isn't to your taste? Even a four year old girl would think that's too pink, Rich. -- http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/d

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> OH GOD MY EYES ARE BLEEDING! Is that a breast cancer awareness group? Heh! I take the colour scheme isn't to your taste? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th) -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] Mailing lists

2008-10-30 Thread Shawn McKenzie
Richard Heyes wrote: >> It's >> exceedingly easy to configure and use. > > Not as easy as setting up a Google group, which I've just done... :-) > For anyone whose interested: http://groups.google.com/group/rgraph > OH GOD MY EYES ARE BLEEDING! Is that a breast cancer awareness group? -- Than

RE: [PHP] How to launch a background task from a web page

2008-10-30 Thread bruce
hey tony... in linux, using the "&" causes the process to run in the background. do a quick search/test from google, and test using php, from the cmdline. ie php the above isn't correct, but you should get the idea... once you've got the idea/process of running in the background down, you ca

Re: [PHP] Recursive Directory Listing

2008-10-30 Thread Jochem Maas
Joe Schaeffer schreef: > New to PHP development, new to the list; searched the archives but > didn't find an answer (or at least nothing i could successfully > adapt). > > I have a (readable) directory structure like so: > > ../navigation > /cats > /dogs > /beagles > /coll

Re: [PHP] Regex validation

2008-10-30 Thread Yeti
ceo wrote: >var_dump(imap_rfc822_parse_adrlist('"! # $ % & * + - / = ? ^ _ ` { | } ~"', >'')); >This looks like a valid localhost email address to me... It surely is a valid localhost email address, but what most people (and the OP) usually need is to validate a full email string with a local an

Re: [PHP] How to launch a background task from a web page

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 11:38 AM, Tony Marston <[EMAIL PROTECTED]> wrote: > I have some long running scripts which I need to launch from a web page and > have them run in the background, but which should not cause the web page to > wait until the script finishes. Reading the manual on the backtick

Re: [PHP] How to launch a background task from a web page

2008-10-30 Thread Richard Heyes
> I have some long running scripts which I need to launch from a web page and > have them run in the background, but which should not cause the web page to > wait until the script finishes. Reading the manual on the backtick and > exec() operators seems to imply that the PHP function will be suspen

[PHP] How to launch a background task from a web page

2008-10-30 Thread Tony Marston
I have some long running scripts which I need to launch from a web page and have them run in the background, but which should not cause the web page to wait until the script finishes. Reading the manual on the backtick and exec() operators seems to imply that the PHP function will be suspended

Re: [PHP] Regex validation

2008-10-30 Thread ceo
var_dump(imap_rfc822_parse_adrlist('"! # $ % & * + - / = ? ^ _ ` { | } ~"', '')); This looks like a valid localhost email address to me... What's wrong with it? :-v You may want to check that "host" is non-empty, if you do not expect any localhost users, and fail on that condition, h

Re: [PHP] Regex validation

2008-10-30 Thread Yeti
After "ceo" posted about the imap function I was eager to try it out and got rather disappointed pretty soon. imap_rfc822_parse_adrlist() should not be used for email validation! EXAMPLE: The above code will output: array(1) { [0]=> object(stdClass)(2) { ["mailbox"]=> string(36) "!

[PHP] Recursive Directory Listing

2008-10-30 Thread Joe Schaeffer
New to PHP development, new to the list; searched the archives but didn't find an answer (or at least nothing i could successfully adapt). I have a (readable) directory structure like so: ../navigation /cats /dogs /beagles /collies /some/other/dirs/ /horses

RE: [PHP] DOCTYPE, javascript and Firefox

2008-10-30 Thread Boyd, Todd M.
> -Original Message- > From: Arno Kuhl [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2008 9:24 AM > To: 'PHP - General' > Subject: RE: [PHP] DOCTYPE, javascript and Firefox > > > > -Original Message- > From: tedd [mailto:[EMAIL PROTECTED] > Sent: 30 October 2008 03:58 P

Re: [PHP] DOCTYPE, javascript and Firefox

2008-10-30 Thread Andrew Ballard
On Thu, Oct 30, 2008 at 9:45 AM, Arno Kuhl <[EMAIL PROTECTED]> wrote: > I came across an odd thing with DOCTYPE, javascript and Firefox 3 that has > me stumped. Not exactly a php issue but hoping someone else on the list has > seen this before. (At least the script is php, hope that counts) > > I h

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> It's > exceedingly easy to configure and use. Not as easy as setting up a Google group, which I've just done... :-) For anyone whose interested: http://groups.google.com/group/rgraph -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th)

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> I don't see the problem. Go to http://groups.google.com/ - "Create a group" > in the top-right corner. Why is this not acceptable? Didn't realise you could create them, thought it was just an interface for reading Usenet. But since you can - it's perfect. -- Richard Heyes HTML5 Graphing for F

RE: [PHP] DOCTYPE, javascript and Firefox

2008-10-30 Thread Arno Kuhl
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: 30 October 2008 03:58 PM To: [EMAIL PROTECTED]; 'PHP - General' Cc: Arno Kuhl Subject: Re: [PHP] DOCTYPE, javascript and Firefox At 3:45 PM +0200 10/30/08, Arno Kuhl wrote: >I came across an odd thing with DOCTYPE, javascrip

Re: [PHP] Mailing lists

2008-10-30 Thread Stut
On 30 Oct 2008, at 13:32, Richard Heyes wrote: I take it that Google Groups is out as well? Yup, I want a discussion list for supporting my RGraph software, like this one. I don't see the problem. Go to http://groups.google.com/ - "Create a group" in the top-right corner. Why is this not

Re: [PHP] Mailing lists

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 9:32 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: [snip!] > > I want a discussion list for supporting my RGraph software, like this one. which uses mailman. There's more than enough bandwidth and space on the server you have with me, Richard. I'd recommend ju

Re: [PHP] DOCTYPE, javascript and Firefox

2008-10-30 Thread tedd
At 3:45 PM +0200 10/30/08, Arno Kuhl wrote: I came across an odd thing with DOCTYPE, javascript and Firefox 3 that has me stumped. Not exactly a php issue but hoping someone else on the list has seen this before. (At least the script is php, hope that counts) I have the following code in my head

[PHP] [released] themeable canvas loader icon, with semi-transparency support

2008-10-30 Thread Rene Veerman
http://mediabeez.ws/mediaBeez/permalink.php?tag=visCanvasLoaderGraphic This the second opensource plugin that I release; a loader icon capable of displaying colorfull yet semi-transparent animated graphics. It's simple to use and design for.. I'll admit right now that there are still some iss

Re: [PHP] Mailing lists

2008-10-30 Thread Wolf
> Ok, other then mailman, anyone know of a free (other than > freelists.org) hosted discussion list management service? > I take it that Google Groups is out as well? Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] DOCTYPE, javascript and Firefox

2008-10-30 Thread Arno Kuhl
I came across an odd thing with DOCTYPE, javascript and Firefox 3 that has me stumped. Not exactly a php issue but hoping someone else on the list has seen this before. (At least the script is php, hope that counts) I have the following code in my header script: echo "http://www.w3.org/TR/html4/l

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> I take it that Google Groups is out as well? Yup, I want a discussion list for supporting my RGraph software, like this one. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th) -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Re: Printing JPEG

2008-10-30 Thread Yeti
If you are on a linux box with lpr [1] running you could try a shell_exec() in combination with imagemagick [1] http://tldp.org/HOWTO/Printing-Usage-HOWTO-2.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mailing lists

2008-10-30 Thread Richard Heyes
> ... Ok, other then mailman, anyone know of a free (other than freelists.org) hosted discussion list management service? Thanks. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated October 25th) -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] create/write to psd file

2008-10-30 Thread David Lidstone
Ashley Sheridan wrote: On Wed, 2008-10-29 at 15:22 +, David Lidstone wrote: Ashley Sheridan wrote: On Mon, 2008-10-27 at 07:55 +0100, Martin Zvarík wrote: What I know is that you can control GIMP over the command line = you can use PHP to do this. Though I guess GIMP do

[PHP] Re: Printing JPEG

2008-10-30 Thread ANR Daemon
Greetings, "Kyle Terry". In reply to Your message dated Thursday, October 23, 2008, 15:32:07, > I'm stuck... What is the best way to send a jpg to a printer with PHP? Looks > like it is only working with png and bmp... Example? -- Sincerely Yours, ANR Daemon <[EMAIL PROTECTED]> -- PHP Gener

RE: [PHP] General Mysql Connect

2008-10-30 Thread Jay Blanchard
[snip] > a new connection, but in terms of op codes, a new connection is created. no idea why your going on about op codes, and no a new connection is not made - there is merely switching between DBs on a single connection. it's the same as connecting with the mysql cmdline util and being able to

Re: [PHP] General Mysql Connect

2008-10-30 Thread Jochem Maas
Ashley Sheridan schreef: > On Wed, 2008-10-29 at 20:28 -0500, Micah Gersten wrote: >> Ashley Sheridan wrote: >>> On Wed, 2008-10-29 at 20:12 -0500, Micah Gersten wrote: >>> Waynn Lue wrote: >> With MySQL, you can change the DB from query to query with >> mysql_select_db.

Re: [PHP] Bitwise operation giving wrong results

2008-10-30 Thread Yeti
Usually in PHP one does not take much care about the data types, but in this case you absoloodle have to. If you use bit operators on a character then its ascii number will be taken instead (how should a number based operation work with a string?) also if you pass on $_GET params directly into ay

Re: [PHP] General Mysql Connect

2008-10-30 Thread Ashley Sheridan
On Wed, 2008-10-29 at 20:28 -0500, Micah Gersten wrote: > Ashley Sheridan wrote: > > On Wed, 2008-10-29 at 20:12 -0500, Micah Gersten wrote: > > > >> Waynn Lue wrote: > >> > With MySQL, you can change the DB from query to query with > mysql_select_db. The alternative as I stated