[PHP] php.ini

2002-12-10 Thread Gregory Hernandez
hello. quick question. can someone give a small example of what a php.ini file would look like? i had no php.ini file so i created blank one. if i wanted to set register_globals on (for example), how would i put this in the php.ini file? or if i wanted to enable support for curl (for example)

[PHP] PHP, Apache, and MySQL on MacOS X (Jaguar)

2002-11-11 Thread Gregory Hernandez
hello everyone. would anyone point me to a site or online article with details regarding the installation of PHP, Apache, and MySQL on MacOS X (Jaguar). any assistance would be greatly appreciated. gregory hernandez [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] Automatically (or dynamically ) displaying parts of web forms

2002-10-03 Thread Gregory Hernandez
eed to see the questions to be skipped. Rather, the user's choice should automatically (or dynamically) display the question he/she needs to continue filling out the form. Does anyone know of PHP scripts (or cross- platform/browser) solutions for this? Any help is greatly appreciated in adv

Re: RE: [PHP] PHP and PDF

2002-07-01 Thread Gregory Hernandez
ur forms and include any info you wish from a database i.e. the ID and so on... > -Original Message- > From: Gregory Hernandez [mailto:[EMAIL PROTECTED]] > Sent: 01 July 2002 4:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP and PDF > > > hello everyone-- > &g

[PHP] PHP and PDF

2002-07-01 Thread Gregory Hernandez
hello everyone-- i'd like to know if this can be solved with php. i'll be creating a pdf form that'll be downloaded, filled and turned in. the form must have a unique NUMBER printed on it each time it is downloaded. i'd like to use php to update this NUMBER (ie. counter + 1) each time the form

Re: [PHP] php, text file, and mysql

2002-03-07 Thread gregory hernandez
3/7/02 12:44 PM, Erik Price at [EMAIL PROTECTED] wrote: > > On Thursday, March 7, 2002, at 04:30 PM, gregory hernandez wrote: > >> i'm wondering if i can do the following: >> >> FIRST, >> using php, can i create/generate a text file on-the-fly (not saved

[PHP] php, text file, and mysql

2002-03-07 Thread gregory hernandez
hello everyone. i'm wondering if i can do the following: FIRST, using php, can i create/generate a text file on-the-fly (not saved to a server) THEN, insert the actual text file (and not its contents) into a mysql database. many thanks in advance, gregory hernandez [EMAIL PROT

[PHP] redirect / soft links

2002-02-26 Thread gregory hernandez
hello everyone. which would be a better practice?: 1) using php/javascript to redirect pages or 2) creating a soft (symbolic) link in UNIX and why (if possible)? thanks in advance. gregory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] php, apache, mysql

2001-05-21 Thread Gregory Hernandez
hello everyone. ok, here's a question. i'm running MacOS X. i had previously installed php and apache with no problem. this past weekend, i installed the "unofficial" latest version of mysql, MySQL 3.23.38, the version packaged for of course MacOS X. I noticed that mysql was installed on

Re: [PHP] Recursively create directories

2001-05-15 Thread Gregory Hernandez
Hello. I just registered to the listserv about two weeks (my 1st time typing here). I'm just curious, if you don't mind me asking. I'm just trying to learn more. But, would someone list any scenarios in which one would want to create directories recursively by using php? Thanks in advance.