Hello, i've got this in the comments:
emilus at galeria-m dot art dot pl (30-Sep-2004 10:02)
To resize or copy image (gif [with gd>=2.0.28] or png) with transparency.
-Take current transparency color
-create a new image with palette like old one and fill new image with
transparent color
-set t
On Tuesday 21 June 2005 10:35 pm, Dan Fulbright wrote:
> > I have no problem creating a table, using a query from my dbase table
> > "news":
> >
> > SELECT * FROM table where column = VALUE.
> >
> > However, now that most of our articles have more than one column type
> > (i.e. instead of just
> I read in the php.net manual that the connection closes automatically
> when the script exits. Does this mean I can't open a db connection in
> one file and pass the link around from function to function?
No, the script you include becomes part of the main script calling the
inclusion, therefor
I'm new to PHP, due to having been all hard-nosed and obtuse about
using Perl/CGI.
I've been looking for a good way to pick up php tricks and what-nots,
so I joined the list.
That said, I have an immediate question.
I have a multi-file script:
main.php requires_once config.php, and so on. I'd l
I can't help but wonder why you're using the line_order field at all.
Can't you nix it and count the number of records with each order# as a
stored procedure or some such? It would make your entire order system
easier.
Also, you may think about capturing that first row in its own list:
$fp = fope
On 6/22/05, Doug Hernandez <[EMAIL PROTECTED]> wrote:
> I can't help but wonder why you're using the line_order field at all.
> Can't you nix it and count the number of records with each order# as a
> stored procedure or some such? It would make your entire order system
> easier.
>
> Also, you may
Hi -
Suggestions :
1) Turn on error_reporting in your PHP script :
2) Load page, and go to browser's View->Source menu, to see if you actually
got malformed HTML or anything at all.
Cheers - Neil
From: Cosman CUSCHIERI <[EMAIL PROTECTED]>
To:
Date: Wed, 22 Jun 2005 15:29:47 +0200
Messag
nikos wrote:
Thank you Martin
I install new gd, reconfigure php and now is running OK.
But, it was a mass to realize that shortening gifs results to loss
transparency(!).
[snip]
imagecolortransparent()
That function will set the transparent color in an image (only one per
image). If you rea
once solution might be to fork a process and send that to run the sql with
some big time out limit on it...then create the report save it as a file and
email to the user when complete
see http://ca.php.net/manual/en/function.pcntl-fork.php
Bastien
From: Cosman CUSCHIERI <[EMAIL PROTECTED]>
T
Cosman CUSCHIERI wrote:
I make part of a team where we have created a system which produces reports.
The reports are produced based on selection criteria which the user sets
from an oracle database.
The problem we are facing is that when the users selects a big time frame
the report just freez
I make part of a team where we have created a system which produces reports.
The reports are produced based on selection criteria which the user sets
from an oracle database.
The problem we are facing is that when the users selects a big time frame
the report just freezes, the status bar displays
"nikos" a écrit dans le message
> But, it was a mass to realize that shortening gifs results to loss
> transparency(!).
Yea TRUE ! The background is black ! You will get the same result when
creating PNG thumbnails !
In fact "imagecreate" and "imagecreatetruecolor" both [quoted from the
manual]
I have no problem creating a table, using a query from my dbase table "news":
SELECT * FROM table where column = VALUE.
However, now that most of our articles have more than one column type (i.e.
instead of just technology, the column can now contain "technology, politics,
local".
You n
I wanted to clarify my question from yesterday, as re-reading it, it
sounds quite confusing.
I have a CVS file that has order header *and* line item info on each line,
like:
1110,6/20/2005,Jan Doe,123 Main St,,1,Book
1116,6/22/2005,Jim Smith,44 Here St,19191980,1,CD
1116,6/22/2005,Jim S
14 matches
Mail list logo