[PHP] List of all installed fonts on a system??

2001-03-10 Thread Andre Bajew
Hi, anyone know of a way to get a list of all installed fonts on a system for use inside of a combo box? TIA! Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Anyone running their own Servers DNS versus renting space/services from an ISP or Hosting??

2001-03-14 Thread Andre Bajew
Hi all, I'm contemplating moving one of my larger sites off of a hosting company over to my own PIII 1 Gigahertz. Thoughts right now are to use IIS 5.0 and either SQL Server or MySQL. I can currently get a fixed IP address DSL connection at 1.5 meg download and 512 Upload for fairly cheap. The

RE: [PHP] Anyone running their own Servers DNS versus renting space/services from an ISP or Hosting??

2001-03-14 Thread Andre Bajew
well taken. Thanks! Andre -Original Message- From: Jason Murray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 6:59 PM To: 'Andre Bajew'; [EMAIL PROTECTED] Subject: RE: [PHP] Anyone running their own Servers DNS versus renting space/services from an ISP or Hosting?? I'm

RE: [PHP] Anyone running their own Servers DNS versus renting space/services from an ISP or Hosting??

2001-03-14 Thread Andre Bajew
-Original Message- From: Paul Warner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 8:07 PM To: Andre Bajew; [EMAIL PROTECTED] Subject: Re: [PHP] Anyone running their own Servers DNS versus renting space/services from an ISP or Hosting?? Why not lease a dedicated machine in your favourite

[PHP] APACHE .htaccess and PHP 403 errors

2002-02-10 Thread Andre Bajew
Hi, Anyone out there familiar with Apache's .htaccess running PHP scripts? I'm using Apaches's mod_rewrite to route some virtual hosts which runs great but is causing HTTP Error 403 - Access forbidden errors just for my .php scripts. I assume there is some sort of .htaccess statement that will

[PHP] need some help with EREGI please

2001-07-15 Thread Andre Bajew
Hi all, I know I'm doing something dumb but I keep missing it. What I am trying to do is parse through some text and pick up starting at each font and ending with each /a. Starting at a href and ending with /a works fine. I thought I read the eregi docu thoroughly but maybe not ?? Any help

[PHP] form variables showing blank but query shows non-blank ??

2001-02-15 Thread Andre Bajew
Hi, I have a form that has 4 variables, one, $pass_category, being a select list. The form posts a php script. Once inside the PHP script if I have not selected one of the select list variables the value should be blank. If I echo this out the value shows as blank. However, I later check the

[PHP] possible to get the fully qualified path name for file updloads?

2001-04-07 Thread Andre Bajew
Hi, I'm doing file uploads through PHP and now have a need to retrieve and store the original fully qualified directory path name used for the upload. For example if the user copied image file sample.jpg from c:\temp I need to retrieve and store the c:\temp\ in addition to the sample.jpg that I