[PHP] php not reading php.ini

2001-10-03 Thread Caleb Carvalho
Hi all, I have enable sybase magic quotes=on in php.ini, and with the test file in my phpinfo(); says configuration path /www/conf i have placed the file there, but the sybase magic quote=off!! am i suppose to change all files ie php.ini -dist & php.ini -optimized aswell? pls help Caleb Car

[PHP] Creating POP3 account

2001-10-03 Thread Rosen
Hi, Can I create POP3 account with PHP on Linux mail server ? Thanks, Rosen -- 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 administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] php not reading php.ini

2001-10-03 Thread David Robley
On Wed, 3 Oct 2001 17:16, Caleb Carvalho wrote: > Hi all, > > I have enable sybase magic quotes=on in php.ini, and with the test file > in my phpinfo(); says configuration path /www/conf i have placed the > file there, but the sybase magic quote=off!! > > am i suppose to change all files ie php.i

Re: [PHP] Mirroring Website

2001-10-03 Thread Phil Driscoll
On Wednesday 03 October 2001 5:21 am, Jon Shoberg wrote: > Nope, teh pages are actually hosted on a (gasp ...) NT machine. I need > something that will suck down and write out a pure static .html mirror of > an ASP/PHP driven website. WGET will surely mirror everything but not > re-structure the

RE: [PHP] Simple Question, I think

2001-10-03 Thread Ralph Guzman
I would suggest you implement this at the web server level. If using Apache, use virtual hosting or perhaps a rewrite condition if needed. If you must do this in PHP, and you want to do is redirect the user to a particular directory depending on the URL they type, then something like this should

RE: [PHP] php not reading php.ini

2001-10-03 Thread Ralph Guzman
Unless you modified the default path to the configuration file when compiling, your Configuration Path setting should be set to something like this: /usr/local/lib/php.ini in this case, you say it is set to /www/conf. I'm assuming by this that it looking for a configuration file called 'conf' in

[PHP] REPLACE problem

2001-10-03 Thread Daniel Alsén
Hi, i need help with a, seemingly, simple problem... I have a form that is supposed to update a MySql table with only two fields (id and show_id). I use show_id to determine what is showing on my first page and never store more than one value in the table. Now - i cant seem to get the REPLACE t

RE: [PHP] Creating POP3 account

2001-10-03 Thread Ralph Guzman
This is related to the email I responded to a few minutes ago. See below: -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 12:25 AM To: Bjornie; [EMAIL PROTECTED] Subject: RE: [PHP] Creating mailaccounts This is somewhat dependant on the

Re: [PHP] Re: image upload problems (diff. file size after upload)

2001-10-03 Thread AJDIN BRANDIC
I posted the same question and I have found an answer in the archive. I guess you are using php on RedHat. The problem is (as Richard sugested) extra lines that need to be triped off. NOTE: I am not sure if this is the problem with image files only or this applies to .txt, .doc, etc. this work

Re: [PHP] REPLACE problem

2001-10-03 Thread David Robley
On Wed, 3 Oct 2001 17:35, Daniel Alsén wrote: > Hi, > > i need help with a, seemingly, simple problem... > > I have a form that is supposed to update a MySql table with only two > fields (id and show_id). I use show_id to determine what is showing on > my first page and never store more than one

[PHP] RE: PHP attempting to parse non-existent files

2001-10-03 Thread Tim Ward
these are all the php and error related lines in the httpd.conf ScriptAlias /php/ "E:/PHP40/" AddType application/x-httpd-php .php AddType application/x-httpd-php .html Action application/x-httpd-php "/php/php.exe" ... ErrorDocument 404 http://www.stivesdirect.com/error.html Tim Ward

[PHP] Calling Function Identity

2001-10-03 Thread Ray Hilton
Is it possible to discover any sort of details about the function/script that is calling a piece of code? Ie, Passively If not, does anyone have a good design pattern of how a debugger for php should work? At the moment I am using a class which formats the data and dumps it to a log file, then

RE: [PHP] REPLACE problem

2001-10-03 Thread Daniel Alsén
> A quick look at the REPLACE syntax tells me that > > "REPLACE works exactly like INSERT, except that if an old record in the > table has the same value as a new record on a unique index, the old > record is deleted before the new record is inserted." > > So if id isn't a unique index, you could

RE: [PHP] php not reading php.ini

2001-10-03 Thread Caleb Carvalho
Hi, you're right, i did without knowledge enable --with -conf /www/conf when running the ./configure :(.. ok, thanks for point that out, do i need to go to square 0 i mean by running configure then make make install? thanks Caleb Carvalho Application Engineer LoadRunner/APM --

Re: [PHP] php not reading php.ini

2001-10-03 Thread Caleb Carvalho
Hi, yeah i did httpd restart, and i also tried to place the file in /etc/httpd/conf /usr/local/lib /www/conf but not luck... I am using php-4.0.6, Caleb Carvalho Application Engineer LoadRunner/APM - Enter

Re: [PHP] Sessions Variables and refresh pages

2001-10-03 Thread Derek Mailer
I'm not sure I fully understand the problem, but I think I can have a guess at it based on my past experiences... if you have a php page that starts a session with session_start() and, say for example, you then try and echo the session id with session_id() it will not be displayed on screen until

[PHP] Re: images no appearing

2001-10-03 Thread Adrian D'Costa
My local gd version is 1.6.2 or higher, online check the link vvmm.net/phpinfo.php Adrian On Tue, 2 Oct 2001, Richard Lynch wrote: > Older versions of GD will do GIF, but not JPEG, and vice versa... > > What versions of GD are on the two servers? > > -- > WARNING [EMAIL PROTECTED] address is

RE: [PHP] Mirroring Website

2001-10-03 Thread Lawrence . Sheed
Webzip is ok too for downloading an entire site onto a local machine, restructuring links, although the non registered version inserts javascript & html code into every page header. Its nothing that a quick regex replaces can't fix though ;) www.webzip.com -Original Message- From: Phil

[PHP] php & javascript

2001-10-03 Thread nate
Hey all! I'm including some javascript that enables a button in a form to check all the check boxes at once. (I have an array of check boxes from a mysql db) I use: