RE: [PHP] Apache

2001-08-03 Thread Angerer, Chad
add yourself to the apache group in the groups file. This will allow you to do a chmod for the group on the apaceh dir so you are able to write to it. chmod +775 I think you would want to do on the directory. C -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP] Re: FAQ

2001-08-01 Thread Angerer, Chad
Isn't it Personal Home Pages? Chad -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 10:55 AM To: php Subject: RE: [PHP] Re: FAQ > Does anyone know what PHP stands for? PHP => People Hate Perl. No, that's just a joke, no flames please

RE: [PHP] HELP!! What wrong with this code...

2001-07-31 Thread Angerer, Chad
escape the double quotes around the href... with \" PHP thinks youe are ending the echo string prematurely. -Original Message- From: Steve Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:13 AM To: PHP List Subject: [PHP] HELP!! What wrong with this code... Hey, i am g

[PHP] GD help

2001-07-13 Thread Angerer, Chad
I am having some problems generating images with GD. I am using GD 1.6.2 and trying to create a .png image. I know it works. I have created just a generic graphic without trying to put variables into it and am hoping someone can help me on this one. Here is some code snippet // here is my gd.

[PHP] compile with apxs

2001-05-17 Thread Angerer, Chad
I am trying to configure php using --with-apxs .. here is my configure file ./configure --with-apxs=/usr/local/www/bin --with-mysql=/usr/local/ mysql --enable-discard-path --enable-safe-mode --enable-calendar --with-dom-dir =ext/domxml --enable-ftp --with-gd=shared --with-jpeg-dir=/usr --with-ja

[PHP] Compiling .. or Re-Compiling.

2001-05-17 Thread Angerer, Chad
Hello, I have a question about recompiling PHP to add some options. I am a newbie to linux and compiling. Let give a background on my processes. I compiled MySQL -- got it working. I compiled isntalled Openssl Configured PHP 4.0.5 Installed Apache with SSL and PHP. Everything was up and and r

RE: [PHP] PHP Book?

2001-04-27 Thread Angerer, Chad
Professional PHP by WROX. Great book. It provides you with some real world examples. Chad Angerer HTML Programmer Internet Broadcasting Systems 651.365.4006 -Original Message- From: Hamed Nik [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 8:10 AM To: [EMAIL PROTECTED] Subject

RE: [PHP]PHP script and new window.

2001-04-24 Thread Angerer, Chad
d is being submitted? Lastly, view source on your HTML page and ensure all the fields are getting filled out like you expect them to. It happens all the time that by using View Source I find what my problem was. -- Plutarck Should be working on something... ...but f

[PHP]PHP script and new window.

2001-04-23 Thread Angerer, Chad
I have searched high and low for thos but with no luck. Hopefully someone will give me some good pointers. I have a poll on a page that I am building which uses php. I would like to have a new window open when the submit and view results links are selected. I am using an onClick and the view re

RE: [PHP] print and echo

2001-04-23 Thread Angerer, Chad
This has been answered several times I think check here http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40 CAA -Original Message- From: Wade [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:43 AM To: [EMAIL PROTECTED] Subject: [PHP] print and echo What's the diffe

RE: [PHP] off the topic but relevant with us

2001-03-20 Thread Angerer, Chad
Probably wherever you registered your domain name. Unless you have had it transferred somewhere. chad angerer html programmer .. :one man with a club is a hooligan. a thousand men with clubs are a regiment: .. -Original Message- From: Jacky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, M

[PHP] PHP Webhosting

2001-03-19 Thread Angerer, Chad
Hello, I ran across a web hosting service phpwebhosting.com and it seemed like a good deal, perhaps too good to be true. I searched the newsgroup archive to find any posts of user experiences. I didn't see anything good or bad really. I am just wondering if someone else has heard or had any ex

RE: [PHP] tutorials on good database design

2001-03-14 Thread Angerer, Chad
Try a book called - Database Design For Mere Mortals by Michael J. Hernandez. This book does a wonderful job of explaining concepts and theory on good RDB design. It also goes through the SQL syntax. Chad -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: [PHP] update two frames at once?

2001-03-12 Thread Angerer, Chad
ch 12, 2001 3:21 PM To: Angerer, Chad Cc: 'Michael George'; [EMAIL PROTECTED] Subject: RE: [PHP] update two frames at once? Well in straight/plain html frames.. I dont believe you can. -Tanya On Mon, 12 Mar 2001, Angerer, Chad wrote: > Yes you can.. use Javascript >

RE: [PHP] update two frames at once?

2001-03-12 Thread Angerer, Chad
Yes you can.. use Javascript Look here.. http://www.virtualgeoff.com/junkyard/frames/multiple/ Chad -Original Message- From: Michael George [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: [PHP] update two frames at once? Hello al! Is it

RE: [PHP] Good Free PHP Editor?

2001-03-12 Thread Angerer, Chad
Yes I use it with NT and run into occasional memory management problems as well. It is a great editor but has small issues that really can annoy a person. Also the FTP engine blows. It can be most unpredictable. Chad -Original Message- From: Simon Garner [mailto:[EMAIL PROTECTED]] Sen

RE: [PHP] parsing html / xml

2001-03-07 Thread Angerer, Chad
Try here to take care of problems.. http://www.w3.org/People/Raggett/tidy/ Chad -Original Message- From: Nathaniel Hekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 10:57 AM To: '[EMAIL PROTECTED]' Subject: [PHP] parsing html / xml I'd like to parse a html file in much

RE: [PHP] Interbase

2001-03-07 Thread Angerer, Chad
Both the binary and source distros are available on the website. I beleive Interbase has gone open source. http://www.borland.com/interbase/ Chad -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:23 PM To: php Subject: [PHP] Interbase Hi, Has

RE: [PHP] Making .phtml an extension

2001-02-21 Thread Angerer, Chad
assuming you are using Apache... add AddType application/x-httpd-php .phtml to your httpd.conf file -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 11:14 AM To: PHP User Group Subject: [PHP] Making .phtml an extension Hello, I a

[PHP] hidden form field.

2001-02-13 Thread Angerer, Chad
Hello list, Can someone please explain to me in simple terms. What the exact reason is for putting hidden form fields into an html document that uses PHP to connect to a mySQL db .. or any db for that matter. I have looked around and have not gotten a good clear answer? Thanks. Chad Angerer

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Angerer, Chad
Try closing your table here... or putting the new table in a . Netscape is very picky with tables. complete the login process and begin using the site.

[PHP]Spider script in PHP.

2001-02-09 Thread Angerer, Chad
I am not sure if this is the correct wording. But I am wondering about a good tutorial about writing a PHP script that will spider a directory structure and extract the file names and insert them into a database. Also this spidering would be done on a directory and its child with mp3 files and I

RE: [PHP] newbie mail() function

2001-02-07 Thread Angerer, Chad
d'oh! I knew it was something simple. Thanks -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:42 AM To: 'Angerer, Chad'; '[EMAIL PROTECTED]' Subject: RE: [PHP] newbie mail() function You're missing a

[PHP] newbie mail() function

2001-02-07 Thread Angerer, Chad
Hello! I am very new to php programming. I have been experimenting around with php's mail function and html forms. I have a generic HTML form with user_name, email_address, comments, and like_site as inputs on the HTML form. I have the following code in a seperate php file which the form calls: