Re: [PHP] PHP-arnings

2001-10-31 Thread Frewuill Rodriguez
in php.ini look for ;; ; Error handling and logging ; ;; specially for error_reporting= and set it properly. - Original Message - From: "Harald Witt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 1

[PHP]

2001-10-31 Thread Frewuill Rodriguez
Please stop that "·$"·%$"·$ sending advertising

Re: [PHP] Win98 + Apache + PHP4

2001-10-30 Thread Frewuill Rodriguez
check your php.ini and look for /tmp dir and change it for c:\php or c:\temp or c:\windows\temp or whatever you want - Original Message - From: "p.whiter" <[EMAIL PROTECTED]> To: "PHP - GENERAL" <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 11:20 AM Subject: [PHP] Win98 + Apache + P

Re: [PHP] String handling with special char?

2001-10-30 Thread Frewuill Rodriguez
all % were changed by %25. I tested it and it worked. Hope this helps - Original Message - From: "Andrew Cowles" <[EMAIL PROTECTED]> To: "Frewuill Rodriguez" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 9:23 AM Subjec

Re: [PHP] table troubles

2001-10-30 Thread Frewuill Rodriguez
just define a width for your table - Original Message - From: "Nikola Veber" <[EMAIL PROTECTED]> To: "php forum" <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 5:04 PM Subject: [PHP] table troubles > Hi ! > > I'm making a web site which allows user to add his own news, or other dat

Re: [PHP] String handling with special char?

2001-10-30 Thread Frewuill Rodriguez
just use url_encode() to encode your parameters and then pass them It's just like richard basket problem a few emails behind $parameters = url_encode("error=25"); index.htm?$parameters Hope this helps - Original Message - From: "Andrew Cowles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: [PHP] query string

2001-10-30 Thread Frewuill Rodriguez
hey take it easy men.. it's not you.. it's the encoding.. what's happening is that "=20" "=25" etc means a special caracther blank space etc.. try using url_encode() function to pass your parameters.. something like this would help $parameters = url_encode("error=25"); index.htm?$parameters hop

Re: [PHP] User Authentication against remote authentication server

2001-10-29 Thread Frewuill Rodriguez
may be you can write a script (perl/php/*) which try to check/log/whatever on the remote user sending a login/password, so if it returns ok yo can use it to deny/allow the access to your local webserver.. it's like a kind of authentication proxy - Original Message - From: "Zhu George-C

Re: [PHP] Mailing list

2001-10-29 Thread Frewuill Rodriguez
you mean like majordomo? it's not php but perl www.majordomo.com - Original Message - From: "Nikola Karović" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 29, 2001 12:34 PM Subject: [PHP] Mailing list > Hi, > Im looking for some mailing list script that would have o

Re: [PHP] fopen for ftp transfers

2001-10-29 Thread Frewuill Rodriguez
what about using ftp functions from PHP? http://www.php.net/manual/en/ref.ftp.php - Original Message - From: "Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 29, 2001 10:58 AM Subject: [PHP] fopen for ftp transfers > Hi- > > I am attempting to transfer files

Re: [PHP] how to recognize local or server execution?

2001-10-26 Thread Frewuill Rodriguez
may be $argv Array of arguments passed to the script. When the script is run on the command line, this gives C-style access to the command line parameters. When called via the GET method, this will contain the query string. $argc Contains the number of command line parameters passed to the scri

Re: [PHP] how to recognize local or server execution?

2001-10-26 Thread Frewuill Rodriguez
Try using apache var $SERVER_SOFTWARE in order to know where you are - Original Message - From: "John A. Grant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 5:18 PM Subject: [PHP] how to recognize local or server execution? > I have an xxx.php page that run

Re: [PHP] fsockopen and https

2001-10-26 Thread Frewuill Rodriguez
As far as i know PHP can't handle SSL yet.. at least that was the situation a few versions ago. =( - Original Message - From: "Brad Hubbard" <[EMAIL PROTECTED]> To: "John" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 5:54 AM Subject: Re: [PHP] fsockopen and http

Re: [PHP] free php web hosting

2001-10-26 Thread Frewuill Rodriguez
www.f2s.com sometimes it's a little slow but u have php+mysql - Original Message - From: "Kamran H. Hassan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 11:20 AM Subject: [PHP] free php web hosting Hi, can any body know about free php & mysql free web host

Re: [PHP] php/Oracle db connection

2001-10-25 Thread Frewuill Rodriguez
Check data1.tsl.state.tx.us it I can't even ping it.. try using IP adress instead or check that name. - Original Message - From: "toni baker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 4:56 PM Subject: [PHP] php/Oracle db connection > I have successfull