On Jan 9, 2009, at 4:29 PM, Daniel Brown wrote:
On Fri, Jan 9, 2009 at 13:38, Jason Pruim wrote:
Okay... So I know this is a stupid question...
It sure is.
I'm going to rewrite the whole thing anyway... I think I can do it
better/more efficient given the time to look at it.
I reall
c...@l-i-e.com wrote:
> Rule #1.
> Never, ever, ever, alter the user's input, EXCEPT for sanitizing/filtering.
> Specifically, do NOT add tags in place of newlines.
> Store the newlines.
>
> Upon OUTPUT, you can use nl2br() to get tags.
> Or str_replace if you want instead.
I would agree with
On 10/01/2009, at 10:21 AM, Daniel Brown wrote:
On Fri, Jan 9, 2009 at 16:16, Robert Cummings
wrote:
We're at -13C right now without windchill and this is in Ottawa
which is
a lot further south than I've lived in the past (Timmins, Sudbury).
Yeah, no offense, my friend, but you can
On Fri, Jan 9, 2009 at 4:45 PM, wrote:
>
> With all due respect, Eric, you're not testing what we're discussing.
>
> A "real" CLI test would be more like:
>
> time cat foo.html
> time php -q foo.html
>
> I.E., how long does PHP take to read/write foo.html without breaking into PHP
> "mode" for s
I'm talking about having PHP rip through .html files without any
inside of them.
You added
Don't do that. :-)
ln -s foo.html foo.php
Surf to both and time it.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anyone know how to convert CMYK values to RGB values? I'm just trying
to translate the numbers from one to the other, not actually do any
graphic stuff. Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Short Answer:
You can't.
:-)
http://en.wikipedia.org/wiki/CMYK
Long Answer:
You probably can, but not in some way that makes sense to discuss here on
PHP-general.
The external links in the above article should get you started.
--
PHP General Mailing List (http://www.php.net/)
To
-12C in Toronto
Greets from sunny Ontario
Bastien
Sent from my iPod
On Jan 9, 2009, at 5:19 PM, Simon J Welsh wrote:
On 10/01/2009, at 10:21 AM, Daniel Brown wrote:
On Fri, Jan 9, 2009 at 16:16, Robert Cummings
wrote:
We're at -13C right now without windchill and this is in Ottawa
I think your short answer is the right one. This explains why I didn't
find that cmyk_to_rgb() function on php.net. Thanks... :-(
On Jan 9, 2009, at 3:14 PM, c...@l-i-e.com wrote:
Short Answer:
You can't.
:-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
On Fri, Jan 9, 2009 at 5:53 PM, wrote:
>
> I'm talking about having PHP rip through .html files without any
>
> inside of them.
>
> You added
>
> Don't do that. :-)
>
> ln -s foo.html foo.php
>
> Surf to both and time it.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscrib
I'm still experiencing problems making use of my imported MDB2 classes.
General querying appears to work fine, but performing something like
$mdb2->quote($variable) causes the application to come to a halt, without
any error messages (at least, without any displayed while debugging through
Netbean
On Thu, 2009-01-08 at 17:33 -0600, Skip Evans wrote:
> Ross McKay wrote:
> > You should also check out editors and IDEs - STFW for previous posts
> > made to this and other groups. Then pick Geany ;)
> >
>
> Hey Ross & all,
>
> I used Kate on Ubuntu for a code editor. I just read through a bit a
On Fri, 2009-01-09 at 09:25 -0800, Brian Dunning wrote:
> Same thing, no output at all. I can access the image directly in my
> browser and it's fine.
>
> On Jan 9, 2009, at 7:52 AM, Zechim wrote:
>
> > try,
> >
> > header('Content-type: image/jpeg');
> > $image = imagecreatefromjpeg($you
I found a function on phpbuilder.com but can't copy it on the iPod
keyboard. I did a google on php rbg to cmyk value
Bastien
Sent from my iPod
On Jan 9, 2009, at 6:43 PM, Brian Dunning
wrote:
I think your short answer is the right one. This explains why I
didn't find that cmyk_to_rgb(
c...@l-i-e.com wrote:
> Short Answer:
>
> You can't.
> :-)
>
> http://en.wikipedia.org/wiki/CMYK
>
> Long Answer:
> You probably can, but not in some way that makes sense to discuss here on
> PHP-general.
>
> The external links in the above article should get you started.
>
May not always co
Have you looked here?
http://www.google.com/custom?domains=www.phpclasses.org&q=cmyk+to+rgb&sa=Search&sitesearch=www.phpclasses.org&client=pub-2951707118576741&forid=1&channel=5742870948&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23663399%3BGL%3A1%3BDIV%3A%2322%3BVLC%3A663399%3BAH%3Acenter%3BBGC%
Not sure how to word this, but I have just installed the XAMMP package with
Apache, PHP for the purpose of having a testing server.
My confusion is the location of the files. I am using Dreamweaver CS3, and
all of my sites were in My Douments\Sites. When I was trying to set up the
testing ser
Check the httpd.conf file for the location of the web dir. It's the
documentroot directive
Bastien
Sent from my iPod
On Jan 9, 2009, at 9:13 PM, "Gary" wrote:
Not sure how to word this, but I have just installed the XAMMP
package with
Apache, PHP for the purpose of having a testing serv
On Fri, 2009-01-09 at 18:15 -0500, Phpster wrote:
> -12C in Toronto
>
Meh! 30C - 35C in Cape Town, South Africa almost every day for the last
month. It has been a scorcher this year!
-- Paul
All Email originating from UWC is covered by disclaimer
http://www.uwc.ac.za/portal/public/portal_serv
In general, as Phpster points out, your development will take place in
directories underneath your htdocs directory, which, if you installed XAMPP
into the root directory on C:, would be something like
C:\xampp\htdocs\yourdevdirectory.
Depending on how XAMPP is configured (you can make many change
On Sat, 2009-01-10 at 05:20 +0200, Paul Scott wrote:
> On Fri, 2009-01-09 at 18:15 -0500, Phpster wrote:
> > -12C in Toronto
> >
>
> Meh! 30C - 35C in Cape Town, South Africa almost every day for the last
> month. It has been a scorcher this year!
Grumble, grumble... did I mention freshwater fal
101 - 121 of 121 matches
Mail list logo