Re: [PHP] Gd2 & Fonts

2004-07-23 Thread Jason Wong
On Friday 23 July 2004 14:37, Alexandru Boulescu wrote: > I'm a newbie to linux and I have a question related to gd2 and ttf fonts > under this operating system. > > I hava a php script that writes a text on a picture using functions like > and i don't know how and where to install ttf fonts for t

Re: [PHP] Getting PHP on Windows to talk to MS SQL?

2004-07-23 Thread Jason Wong
On Friday 23 July 2004 15:15, [EMAIL PROTECTED] wrote: Questions which are DB related should be posted to the php-db list. > I'm trying to get PHP (for Windows) to talk to MS SQL Server. This > is proving to be non-trivial... [snip] Have you gone through the suggestions in the user notes on the

Re: [PHP] Getting PHP on Windows to talk to MS SQL?

2004-07-23 Thread Paul Kain
Hi Weston, maybe this page can help you http://in.php.net/manual/en/function.odbc-connect.php On Fri, 23 Jul 2004 02:15:11 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm trying to get PHP (for Windows) to talk to MS SQL Server. This > is proving to be non-trivial... > > I downloade

[PHP] good PHP to PDF libary?

2004-07-23 Thread Louie Miranda
Im looking for some good and complete and advanced PHP to PDF libarary. So far, i have seen pdflib and r&os pdf class. But i really would like to hear from you guys what is best? my only main goal for this is to create a low - res pdf and a hi - res business card pdf template. thanks -- Louie

[PHP] Trouble with Apache, PHP, pear

2004-07-23 Thread Ron King
When I installed Mandrake 10.0 I thought I had Apache, PHP, and MySQL installed correctly. I could serve web pages, MySQL worked, and when I tried the phpinfo() function, I got a page that looked OK. I could create simple php pages and serve them up. Then I tried to install pear, and things sta

[PHP] log.

2004-07-23 Thread Ulitin S.S.
I am learning php. I need to log all actions on my page. (like ip, browser, time, pages etc). question is: how can i identify a user and when he is on my page(s) to log all his actions. p.s. sorry for my english. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] php and images

2004-07-23 Thread Roman Duriancik
I have problem with jpg pictures in php pages. Path and picture is correct but when i want see picture in php script picture don't show. I use PHP4.3.4 on apache server 2.0.44 on Windopws 2000 Server. Thanks for help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP] Re: good PHP to PDF libary?

2004-07-23 Thread Torsten Roehr
"Louie Miranda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Im looking for some good and complete and advanced PHP to PDF libarary. > > So far, i have seen pdflib and r&os pdf class. But i really would like > to hear from you guys what is best? > > my only main goal for this is to

[PHP] Re: php and images

2004-07-23 Thread Torsten Roehr
"Roman Duriancik" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have problem with jpg pictures in php pages. Path and picture is > correct but when i want see picture in php script picture don't show. > I use PHP4.3.4 on apache server 2.0.44 on Windopws 2000 Server. > > Thanks f

[PHP] PHP4 : Installing LDAP without recompiling ?

2004-07-23 Thread ange
Hi everyone, I have currently a production server running PHP 4 with MySQL and other extension support enaoubled. This server is working and used by number of users. Can I enable LDAP support without having to recompile PHP ? Very thanks for your help Regards, Ange. -- PHP General Mailing Lis

Re: [PHP] PHP4 : Installing LDAP without recompiling ?

2004-07-23 Thread Evan Nemerson
On Friday 23 Jul 2004 02:40, ange wrote: > Hi everyone, > > I have currently a production server running PHP 4 with MySQL and other > extension support enaoubled. This server is working and used by number of > users. > > Can I enable LDAP support without having to recompile PHP ? Try running phpiz

Re: [PHP] PHP4 : Installing LDAP without recompiling ?

2004-07-23 Thread ange
Very thanks, this seems a perfectly suitable solution I will try this way just after lunch :) I may need further help about loading the .so lib with dl, but since I have not yet installed openldap, this seems a bit prematurate. Thanks again for your help. ange. "Evan Nemerson" <[EMAIL PROTEC

Re: [PHP] Disk serial number

2004-07-23 Thread Rosen
I receive an error: "Warning: dl(): Not supported in multithreaded Web servers - use extension statements in your php.ini " "Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Friday, July 23, 2004, 8:26:56 AM, you wrote: > R> Hi, > R> Is there a way to get with

[PHP] Re: Trouble with Apache, PHP, pear

2004-07-23 Thread Aidan Lister
Hi Ron, Sounds like you've done everything correctly, just PHP wasn't installed as a CLI. Just to be sure, do a $ find / -name php Then, if it is found, $ lynx -source http://go-pear.org/ | /path/to/php If it's not found, just grap a PHP rpm (make sure it's a CLI version, or --with-cli) and inst

[PHP] Re: log.

2004-07-23 Thread Aidan Lister
Hi Ulitin, When a user visits your page, you can create a session. This session will identify the user throughout his visit. Most people tend to log all actions to an IP address, or a hostname, this is probably easier. To get the IP, browser, referer, etc, look at: http://aidan.dotgeek.org/lib/

[PHP] Re: log.

2004-07-23 Thread Ulitin S.S.
"Aidan Lister" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED] > Hi Ulitin, > > When a user visits your page, you can create a session. This session will > identify the user throughout his visit. > > Most people tend to log all actions to an IP address, or a hostn

Re: [PHP] Disk serial number

2004-07-23 Thread Burhan Khalid
Rosen wrote: Yes, on Linux there is a command to get this info, but on windows I think there'n no thath command. Is there a module for PHP to do this ? c:\>dir c:\test.txt Volume in drive C is Primary Volume Serial Number is 003E-6CEA Directory of c:\ 07/23/2004 01:43 PM11 test.

[PHP] strlen question

2004-07-23 Thread msa
I have successfully hidden some parts of a form based on items being blank with following code: 0) { ?> (with the help of this forum!!) the form is separated into 5 sections and if there are no items filled out in that section, then i need to hide the title too. I have been playing around

<    1   2