[PHP] Problem with mkdir() under windows.

2004-03-15 Thread Brian J. Celenza
I'm having a problem using the mkdir() function under windows when the directory containts a special character. For instance, the directory "Someone's Files", a forward slash is added before the 's and the directory returns an error. Is there a way around this? Thank you Brian -- PHP General Mai

[PHP] An extension to CREATE zips??

2004-03-12 Thread Brian J. Celenza
Is there function library capable of creating zip files and adding files to a zip archive under the windows/apache platform? After some extensive browsing I can only turn up read-only access functions. Thank you, Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Cookie Problems (Different than the post by David Jackson)

2004-03-02 Thread Brian J. Celenza
Here's a snippet of the code. I'm sending the setcookie header out long before any of the other headers, but I'm still getting: Warning: Cannot modify header information - headers already sent by (output started at C:\wwwroot\index.php:4) in C:\wwwroot\index.php on line 7 -Code-- Web

Re: [PHP] Parsing URL's with Apache and PHP

2004-03-01 Thread Brian J. Celenza
using PHP for that would > be very inefficient look at the apache documentation for a better solution. > > with php splitting by the dot (.) and getting the first part ought to do > the trick. or you can do a preg_match . > > > > Brian J. Celenza wrote: > > >I'm try

Re: [PHP] Parsing URL's with Apache and PHP

2004-03-01 Thread Brian J. Celenza
That'll work! Didnt' even occur to me to combine two variables from $_SERVER, and at first I didn't thinkg HTTP_HOST would deliver what i was looking for. Thanks! "Richard Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Brian, > > Monday, March 1, 2004, 3:49:09 PM, you

[PHP] Parsing URL's with Apache and PHP

2004-03-01 Thread Brian J. Celenza
I'm trying to setup a system where I can parse the entire URL that is given in the address bar of the broswer. My intentions are to make use of the parse_url() function supplied in PHP, but I cannot find a way to get the full address requested. Example: http://bcelenza.somedomain.com/index.php?p

[PHP] A simpler question involving http_user_agent

2003-06-29 Thread Brian J. Celenza
Would anyone happen to know what http_user_agent would be if the user is visitng from an internet enabled cell phone (e.g. sprint pcs phone or similar)? Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Just need a link ;)

2002-12-27 Thread Brian J. Celenza
Hello! I'm looking for a link that contains a list/description of all the built in $PHP_ variables (the ones that show browser type, etc.). Can't seem to locate them, if the page exists. Thanks! -- ------- Brian J. Celenza [EMAIL

[PHP] Re: mysql_connect problem under RedHat 8.0 ?

2002-12-08 Thread Brian J. Celenza
Found the problem... Somehow my version of mysql had become uninstalled, and I have no idea why that is. Thanks for all the help :) "Brian J. Celenza" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello! > > When trying to

Re: [PHP] mysql_connect problem under RedHat 8.0 ?

2002-12-08 Thread Brian J. Celenza
p.general To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 11:53 AM Subject: Re: [PHP] mysql_connect problem under RedHat 8.0 ? > On Monday 09 December 2002 00:29, Brian J. Celenza wrote: > > Hello! > > > > When trying to connect to a mysql database under my linux system

[PHP] mysql_connect problem under RedHat 8.0 ?

2002-12-08 Thread Brian J. Celenza
rrently running Apache with Mysql and PHP version 4 on Redhat 8. Any suggestions? Thank you. -- ------- Brian J. Celenza [EMAIL PROTECTED] ICQ: 100942424 AIM: BJCKnight -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: UPDATE Query

2002-09-01 Thread Brian J. Celenza
Try changing your query to this: UPDATE news_db, newsreferenz_db SET news_db.head = 'DFB Pokalasfasf', news_db.text = 'alkfhaslk fl akshf lakshf lkahs lfk aslf yxvyxvyxvyxv', newsreferenz_db.kat_id = '3' WHERE (news_db.id = '6' AND newsreferenz_db.news_id = '6') Adding the ()'s around the WHERE d

[PHP] Setting HTACCESS user/pass with php?

2002-09-01 Thread Brian J. Celenza
vance. -- --- Brian J. Celenza Chief Design Architect - Millennium Dreamworks [EMAIL PROTECTED] ICQ: 100942424 AIM: BJCKnight -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php