[PHP-WIN] Re: generate img with fonts...

2003-09-19 Thread Sek-Mun Wong
Yes yes, you guys are hilarious but at least try to answer his question! :) Bobo, I assume you're using Win32 and true type fonts, try this chunk of code: You *will* need to install freetype (www.freetype.org) and enable gd/gd2 (depending on your version of php) extensions on your php install.

Re: [PHP-WIN] generate img with fonts...

2003-09-19 Thread Comex
> ofcourse u can Yes, but it would take less time to not use PHP. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Connection to MS SQL Server

2003-09-19 Thread Gerardo Rojas
I put the file php_mssql.dll in the c:/winnt dir and everything is fine. Thank you. I read my fix on the PHP site. This is great that so many different people come together and share ideas and help each other out. -Original Message- From: Sascha Kaufmann [mailto:[EMAIL PROTECTED] Se

[PHP-WIN] Connection to MS SQL Server

2003-09-19 Thread Gerardo Rojas
Maybe somebody could shed some light on this subject. I am getting this error, after I uncommented the line in the php.ini extensions=php_mssql.dll Unkown(): Unable to load dynamic library './php_mssql.dll' - the specified module could not be found Are there any other modifications that I n

Re: [PHP-WIN] Re: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Frank Tudor
Also, On the phpinfo.php MYSQL_SOCKET /var/lib/mysql/mysql.sock MYSQL_INCLUDE -I/usr/include/mysql MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient ARE MISSING. When I run a phpinfo.php page I get all my config info with my php.ini file put in the etc dir i get no mention of the above mysql info

[PHP-WIN] Re: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Frank Tudor
Thanks for the response. Ok with php.ini in the ect directory I get a Call to undefined function: mysql_connect() Without the php.ini file all my functions fail, because Mandrake linux has all the latest and greatest apache php and mysql stuff. so during that build (which doesn't use the php.

[PHP-WIN] Newbie with a unique problem: PWS and Win98SE

2003-09-19 Thread Shadowyng
Hello! I am new to the world of PHP and I have attempted to set up PWS on my computer. I have Windows 98SE. According to my Windows Components list, PWS is already installed. However... http://www.php.net/manual/en/install.iis.php HKEY_LOCAL_MACHINE /System /CurrentControlSet /Services /W3Svc /Pa

[PHP-WIN] RE: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Jay Blanchard
[snip] ...please snip replies [/snip] Your php.ini should be in /etc/apache/ Once you have it there restart your Apache server. Now, let's creat a MySQL connection string in a seperate file (not in the php.ini, which acording to some of the stuff I have read you have done. Also there should n

[PHP-WIN] Re: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Frank Tudor
I did set my php.ini file in the etc dir and it worked fine. But there was no mysql listed when I did a phpinfo.php page. So more specifically, when I ude my php.ini file i have globals on but mysql_connect failures When I don't use php.ini files I get globals set to off and mysql access in ref

[PHP-WIN] Re: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Frank Tudor
When I remane my php.ini file I get /var/lib/mysql/mysql.sock When I take the .old of the the end of my php.ini.old and put in my etc directory i don't see any mysql stuff listed. Frank --- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > check your mysql.default_socket setting in php.ini > > Fra

[PHP-WIN] RE: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Frank Tudor
I can run mysql from a command line. What I create a connection string using my php.ini file I get failure. mysql_connect() errors My connection string code is very simple: "; $result2 = mysql_list_tables($db_data[0]); $num_rows2 = mysql_num_rows($result2);

[PHP-WIN] RE: [PHP] PHP Apache (GLOBALS) question

2003-09-19 Thread Jay Blanchard
[snip] I have installed Mandrake Linux and it comes standard with Apache PHP and MySQL. You can install all these rpms through the server selectionAnyway. In my test environment it is function city and of course register globals were on. Now I have Taked my PHP.INI-DIST set the globals to o

[PHP-WIN] PHP Apache (GLOBALS) question

2003-09-19 Thread Frank Tudor
I have installed Mandrake Linux and it comes standard with Apache PHP and MySQL. You can install all these rpms through the server selectionAnyway. In my test environment it is function city and of course register globals were on. Now I have Taked my PHP.INI-DIST set the globals to on and c

php-windows Digest 19 Sep 2003 14:13:18 -0000 Issue 1917

2003-09-19 Thread php-windows-digest-help
php-windows Digest 19 Sep 2003 14:13:18 - Issue 1917 Topics (messages 21442 through 21447): Re: Problem with $PHP_SELF and possibly some others 21442 by: Luís Sousa Warning messages 21443 by: ascll 21444 by: ascll set_time_limit 21445 by: Disko_kex 2

[PHP-WIN] MAPI and PHP

2003-09-19 Thread Herhuth, Ron
I was wondering if anyone knew of any resource information or scripts on how to access personal contacts and personal calendering using MAPI. Any information or code snippets would be greatly appreciated, Ron -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP-WIN] Re: set_time_limit

2003-09-19 Thread Paulo Nunes
Set it to 0 (ZERO). Have a nice programming day "Disko_kex" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] Is there a way to set the timelimit to infinte? I tried to set_time_limit(3600) but after 300sec its terminates. Med vänliga hälsningar Joakim Ling

[PHP-WIN] set_time_limit

2003-09-19 Thread Disko_kex
Is there a way to set the timelimit to infinte? I tried to set_time_limit(3600) but after 300sec its terminates.       Med vänliga hälsningar Joakim Ling Masking 5, 417 64 Göteborg. Växel 031-23 71 00, Fax 031-23 71 15 E-post   [EMAIL PROTECTED] www.lokalguiden.se  

[PHP-WIN] Re: Warning messages

2003-09-19 Thread ascll
Problem solved. Thanks. "Ascll" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Greetings, > > I just installed the PHP Version 4.3.3 on my Windows 2000 Server (SP4) > machine. As the starting point, I have tried to run the index.php > (configured using IIS 4) without error and I ge