Hi,
I'm writing a small image stock application that stores EPS files (that's
what the client is using for their work).
Since GD doesn't support EPS, the only alternative I've found to create
thumbnails is to use the 'convert' utility from ImageMagick.
When testing it on the command line and fro
/
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ /Indrek Siitan <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, The Web Guru
/_/ /_/\_, /___/\___\_\___/ Tallinn, Estonia
<___/ www.mysql.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
com/
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ / Indrek Siitan <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, The Web Guru
/_/ /_/\_, /___/\___\_\___/ Tallinn, Estonia
<___/ www.mysql.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
xx > UTF-8 encoding.
Rgds,
Indrek
--
For technical support contracts, goto https://order.mysql.com/
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ / Indrek Siitan <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, The Web Guru
/_/ /_/\_, /___/\___\_\___/ Tallinn
OBALS["PHP_SELF"]. if that works, then you must
have a scope problem.
Rgds,
Indrek
--
For technical support contracts, goto https://order.mysql.com/
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ /Indrek Siitan <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/
the general development of MySQL.
Rgds,
Indrek
--
For technical support contracts, goto https://order.mysql.com/
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ /Indrek Siitan <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, The Web Guru
/_/ /_/\
Hi,
> 1. Is it simple to connect to a database like that by using php
> (or perl), compared to a mysql connection ?
PHP, as far as I know, doesn't support Domino directly. but you
should be able to connect to Domino via ODBC (ODBC support on
Windows PHP binaries is built in, for Unix it might be
Hi,
I'm trying to write a PHP app that accesses a Progress database.
version info:
- Windows 2000 Pro + Apache 1.3.14
- PHP 4.0.4pl1 (4.0.5 just wouldn't work on my machine)
- Progress 8.3.B
- Merant Progress ODBC drivers v 3.50
the ODBC drivers seem to be fine - I made a MS Access database
Hi,
is there a PHP class/library available anywhere, that supports
dynamic creation of different graphs? I need 2D bar graph and
pie graph support.
i found the VH Graph (http://www.vhconsultants.com/graph/graph.htm),
but they want $100 for their 2.x version. i'd prefer a free one
(i'm sure there
Hi,
> Also, it's not a good idea to use the .inc extension unless you've
> associated it with PHP. The reason is if I type the URL directly to
> /includes/header.inc I will get the source code for that file in text
> format.
you don't have to keep your .inc files in the web server document
root
Hi,
> you can globally disable function with:
>
> | disable_functions =
ok, got to that point, too.
but is there an enable_functions keyword to explicitly enable
those functions in httpd.conf (this should be possible with
the php_value keyword, as far as I understood from the manual).
Hi,
I'm running a small web hosting server on my machine and offering
PHP+MySQL to virtual hosting clients.
I've coded an additional PHP module, which I want to be a paid
add-on feature to the clients. Is there a way to disable the
module or functions (it contains 2 functions) globally and then
Hi,
output: Value is NULL!
is it a bug or expected behaviour? tested it on 4.0.4pl1.
i got around it by using strcasecmp(), but just wondering. :)
Rgds,
Tfr
--==< [EMAIL PROTECTED] >==< http://tfr.cafe.ee/ >==< +372-50-17621 >==--
--
PHP General Mailing List (http://www.php.net/)
To
Hi,
I'm storing files in DB. basically (what's important in this case),
I have two columns:
file_name - contains the original filename
file_src - blob which contains the actual file
now the user clicks on a link something like download.php?file_id=123
and the php script will spit out
Hi,
is there a way to find out what configure command-line was used to
compile the PHP module, if the apache is not running? if it was
running, phpinfo() would show that.
but currently the case is to try to re-compile the PHP with same
settings and see if it would start working. :)
Rgds,
Tfr
Hi,
> I want to evaluate the code in $php_code to *another* string...
you have to do it through output buffering:
ob_start();
eval($php_code);
$another_string=ob_get_contents();
ob_end_clean();
Rgds,
Tfr
--==< [EMAIL PROTECTED] >==< http://tfr.cafe.ee/ >==< +372-50-17621 >==--
Hi,
> i've got a $var1 that's referencing to a $var2 ($var1=&$var2;) ..
>
> now, when i do unset($var1) it just unlinks the reference, instead
> of "clearing" both variables (arrays) like i would want it to do..
>
> any ideas how to get around that? as a bonus, the actual name of
> $var2 is no
Hi,
i've got a $var1 that's referencing to a $var2 ($var1=&$var2;) ..
now, when i do unset($var1) it just unlinks the reference, instead
of "clearing" both variables (arrays) like i would want it to do..
any ideas how to get around that? as a bonus, the actual name of
$var2 is not known at the
18 matches
Mail list logo