nihilism machine schreef:
I am trying to render an 8 pixel pixel font without anti aliasing to
look crisp (silkscreen) in 8pt with gd. the font is huge and ugly:
-- any ideas?
don't post twice.
use '8' instead of '20' for the fontsize.
--
PHP General Mailing List (http://www.php.net/
2008. 03. 14, péntek keltezéssel 10.03-kor It Maq ezt írta:
> Here is the error message captured by my error
> handling function:
>
> mysql_connect() [function.mysql-connect]: Access
> denied for user 'admin'@'localhost' (using password:
> YES)
>
> i put a wrong password and username
the manual
Hi,
I have been trying to get a little templating thing going and I want
everything to pass through a single index.php file which then decides what
page is wanted and includes them.
The scheme is to go to a url like [http://localhost/~donn/blah/] which
serves index.php in that dir. That includes
On Monday 17 March 2008 09:25:36 Jochem Maas wrote:
> nihilism machine schreef:
> > I am trying to render an 8 pixel pixel font without anti aliasing to
> > look crisp (silkscreen) in 8pt with gd. the font is huge and ugly:
> >
> > > // Set the content-type
> > header("Content-type: image/png");
>
Hi!
I was wondering if anyone here had experienced a simliar problem to mine.
I am updating an Oracle XMLType column with XML built using DOM that is
populated with values from an Excel spreadsheet saved out as a CSV.
My problem is that for certain (apparently) random rows the xml updated
wi
Børge Holen schreef:
On Monday 17 March 2008 09:25:36 Jochem Maas wrote:
nihilism machine schreef:
I am trying to render an 8 pixel pixel font without anti aliasing to
look crisp (silkscreen) in 8pt with gd. the font is huge and ugly:
-- any ideas?
don't post twice.
I recon he didn't.
On Monday 17 March 2008 13:10:20 Jochem Maas wrote:
> Børge Holen schreef:
> > On Monday 17 March 2008 09:25:36 Jochem Maas wrote:
> >> nihilism machine schreef:
> >>> I am trying to render an 8 pixel pixel font without anti aliasing to
> >>> look crisp (silkscreen) in 8pt with gd. the font is huge
Casey wrote:
> Hi list!
>
> __halt_compiler(). Does anyone use it?
>
> I've used it obsessively in my past two "projects" to store data
> (specifically CSV) in the PHP files. These two "projects" consisted of
> only one file, and I didn't want to clutter everything and involve
> databases and/or X
On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote:
> Hi list!
>
> __halt_compiler(). Does anyone use it?
>
> I've used it obsessively in my past two "projects" to store data
> (specifically CSV) in the PHP files. These two "projects" consisted of
> only one file, and I didn't wan
UsDonn Ingle wrote:
> Hi,
> I have been trying to get a little templating thing going and I want
> everything to pass through a single index.php file which then decides what
> page is wanted and includes them.
>
> The scheme is to go to a url like [http://localhost/~donn/blah/] which
> serves ind
Daniel Brown wrote:
> On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote:
>> Hi list!
>>
>> __halt_compiler(). Does anyone use it?
>>
>> I've used it obsessively in my past two "projects" to store data
>> (specifically CSV) in the PHP files. These two "projects" consisted of
>> on
On Mar 14, 2008, at 7:44 PM, Jim Lucas wrote:
Jason Pruim wrote:
On Mar 14, 2008, at 5:03 PM, TG wrote:
- Original Message -
From: Jason Pruim <[EMAIL PROTECTED]>
To: TG <[EMAIL PROTECTED]>
Cc: "PHP General List"
Date: Fri, 14 Mar 2008 14:56:32 -0400
Subject: Re: [PHP] Is this the
Shawn McKenzie wrote:
Daniel Brown wrote:
On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote:
Hi list!
__halt_compiler(). Does anyone use it?
I've used it obsessively in my past two "projects" to store data
(specifically CSV) in the PHP files. These two "projects" consisted o
As some of you are aware, my hosting company, PilotPig, has been
struggling a lot with phishers and fraud. Stolen PayPal accounts used
to pay for hosting accounts on my servers. As a result - and in
celebration of the only holiday that I actually give a damn about -
I'm doing a 50% off coupon
On Mon, Mar 17, 2008 at 11:45 AM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> As some of you are aware, my hosting company, PilotPig, has been
> struggling a lot with phishers and fraud. Stolen PayPal accounts used
> to pay for hosting accounts on my servers. As a result - and in
> celebrati
At 11:45 AM -0400 3/17/08, Daniel Brown wrote:
Anyway, it's 50% off, comes with SSH/unlimited
databases/blah/blah/blah. Ask for references here on the list and I
don't think it'll be a problem to get some honest feedback from our
peers here. Check it out (and don't mind the layout I'm a
Shawn McKenzie wrote:
> Use /index.php instead of index.php maybe...
I assume you meant in the tag. I tried that and the URL (when you
mouse-over the link) becomes [http://localhost/index.php] which is not
anywhere near where the files live.
I must say I am rather confused by this situation, but
Hi all,
The largest obstacle for the uptake of the Semantic Web is still the
lack of semantically represented data, information and knowledge. On the
other hand the majority of Web pages already now is generated by
database driven Web applications containing structured data (many of
them writ
Donn Ingle wrote:
> Shawn McKenzie wrote:
>> Use /index.php instead of index.php maybe...
> I assume you meant in the tag. I tried that and the URL (when you
> mouse-over the link) becomes [http://localhost/index.php] which is not
> anywhere near where the files live.
>
> I must say I am rather c
I need help for this function to verify a p7m file . The funcion return
always error value ( -1 ) this is the sintax that I use to verify the sign
on the file
openssl_pkcs7_verify("prova.p7m", PKCS7_BINARY ,"prova.pdf",
array("c:\cert.pem") );
I 'm a winXP user and the path of PHP is place in th
On 17 Mar 2008, at 21:34, Carlo Carbone wrote:
I need help for this function to verify a p7m file . The funcion
return
always error value ( -1 ) this is the sintax that I use to verify
the sign
on the file
openssl_pkcs7_verify("prova.p7m", PKCS7_BINARY ,"prova.pdf",
array("c:\cert.pem") );
On Mon, Mar 17, 2008 at 3:56 AM, Mikey <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I was wondering if anyone here had experienced a simliar problem to mine.
>
> I am updating an Oracle XMLType column with XML built using DOM that is
> populated with values from an Excel spreadsheet saved out as a CSV.
22 matches
Mail list logo