Re: [PHP] Fwd: 403 Forbiden

2007-09-10 Thread Jesús de Diego Alarcón
. The problem seems to arise if i use a call from the same domain , so the call is done against the php/provincias.php file. And... i think there is no rate-limiting ... The problem began as soon as i uploaded the application... Thank you anyway Jesús de Diego 2007/9/10, Chris [EMAIL PROTECTED]: Jesús

[PHP] Fwd: 403 Forbiden

2007-09-09 Thread Jesús de Diego Alarcón
Hello Brian Thank you, but permisions are ok (777). Any other idea? Thank you in advance Jesús de Diego Hello all and thank you in advance. I'm totally beginer in PHP . I'm developing: http://www.my3dgis.es/visor/visor.htm# At Options Herramientas Búsqueda en Catastro the application

Re: [PHP] Fwd: 403 Forbiden

2007-09-09 Thread Jesús de Diego Alarcón
Forbidden/TITLE /HEAD BODY H1Forbidden/H1 You do not have permission to access this document. P HR ADDRESS Web Server at my3dgis.es /ADDRESS /BODY /HTML . . About permisions, visor directory has 755 also like php. provincias.php has 777 permisions. Thank you Jesús de Diego On 9/10/07

[PHP] Fwd: 403 Forbiden

2007-09-06 Thread Jesús de Diego Alarcón
using: http://www.my3dgis.es/visor/php/provincias.php However, using Firebug i can see that call to php/provincias.php always shows 403 (403 Forbidden). I don't know where the problem can be... this application is working ok for me at localhost Thank you in advance. Jesús de Diego

[PHP] 403 Forbiden

2007-09-06 Thread Jesús de Diego Alarcón
Hello all and thank you in advance. I'm totally beginer in PHP . I'm developing: http://www.my3dgis.es/visor/visor.htm# At Options Herramientas Búsq

[PHP] List of units

2006-02-17 Thread diego
I'm trying to list the hdd units from a server PHP machine running on windows, and can´t find a right function to do that. (Don't like to do a map A-Z function code) ¿Anyone know how to do that in a good way? Thanks, Diego. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Too Advanced? Re: Cookies Hidden Image

2003-09-03 Thread Diego Fulgueira
, $pth, $exp); $mycky = (isset($mycky) ? $mycky\n : ).Set-Cookie: $cookiestr; header($mycky); } Cheers, Diego - Original Message - From: Nicole [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 3:57 PM Subject: [PHP] Too Advanced? Re: Cookies Hidden Image

Re: [PHP] controlling winamp with COM

2003-07-21 Thread Diego Fulgueira
think noone has ever done anything like it, and is always good to know that we people on this mailing list, are each day more powerful. CHEERS. Diego. - Original Message - From: John Herren [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 21, 2003 9:25 PM Subject: [PHP

Re: [PHP] Sessions on win32, PHP and IIS

2003-03-19 Thread Diego Fulgueira
For session variables to work: Use the $_SESSION array instead of $HTTP_SESSION_VARS. Also, check your session_path (defined in php.ini, which should be under /WINNT). session_path should point to a directory where user IUSR_MYHOST has writing permissions. There, you should see a file created

[PHP] - IIS - More info

2003-03-19 Thread Diego Fulgueira
Did you checked my last message? Was it helpful? PHP under Apache exposes diferent global variables than PHP under IIS. It will be impossible for you to correct your errors without changing your code. Run phpinfo() to see what variables are available under IIS. About session variables... I

[PHP] Unable to install PHP4.2.3 + Apache 1.3 + Win2k

2003-03-14 Thread Diego Fulgueira
Hi. I followed the instructions in the php manual to install php as CGI module under apache, under windows. I get the following message when requesting a php file: Invalid URI in request GET /mydir/myfile.php HTTP/1.1 I believe this is because Apache is not getting the protocol:host part of the

[PHP] dl() issues. PHP 4.3.1 + WIN2K + APACHE 3.1

2003-03-13 Thread Diego Fulgueira
Hope to find someone to help me with this: I am trying to load a dynamic extension using the dl() function. The dll file resides in my web root directory (c:\inetpub\wwwroot). I have extension_dir = ./ in php.ini (the default). dl(_php.dll) doesn't seem to find the file when called from

RE: [PHP] to connect an access database,

2002-10-15 Thread Negretti, John (CCI-San Diego)
Andy, As, Jon stated, you would need to use the built-in ODBC functions of PHP. Keep in mind that SQL Statements are NOT the same as for MySQL. There are plenty of resources on the internet that show you how to format your SQL Statements just for Microsoft Access. John Negretti Web

[PHP] global AND Register Globals with PHP 4.0.6 ??

2002-10-14 Thread Negretti, John (CCI-San Diego)
Hello, I need to access the $HTTP_GET_VARS and $HTTP_COOKIE_VARS arrays within a function. In order to do this I have to pass $HTTP_GET_VARS as a parameter of the function. How can I access these built-in arrays without passing it as a function parameter. Should I define them as a

RE: [PHP] global AND Register Globals with PHP 4.0.6 ??

2002-10-14 Thread Negretti, John (CCI-San Diego)
(CCI-San Diego); [EMAIL PROTECTED] Subject: Re: [PHP] global AND Register Globals with PHP 4.0.6 ?? Am Montag, 14. Oktober 2002 16:51 schrieb Negretti, John (CCI-San Diego): Hello, I need to access the $HTTP_GET_VARS and $HTTP_COOKIE_VARS arrays within a function. In order to do

[PHP] MAIL taking 60 seconds to send... (too long)

2002-10-07 Thread Negretti, John (CCI-San Diego)
Hello All, I have a script which is using mail() to send an e-mail message. It seems to be working, yet taking as long as 60-65 seconds just to send the e-mail. The e-mail has no attachments and only has one line in it. Does anyone have experience with this issue. I am using

Re: [PHP] eval on a form

2001-12-09 Thread Diego Pérez
. Diego -- 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]

[PHP] Problem with round

2001-12-03 Thread Diego Pérez
decimals. I do some examples, but not work correctly. Can someone help me. Thanks. Best Regards, Diego

[PHP] Unable to create COM objects on Win2k

2001-08-06 Thread Diego Fulgueira Pastor
, when i try to access the object's methods and properties. No error message is displayed. Help, please! I need this funcionality not only to send mails, but for a bunch of other things. Any ideas will be greatly appreciated. Cheers and thanks in advance, Diego.

[PHP] Any good gif/jpg processing tool for PHP??

2001-08-06 Thread Diego Fulgueira Pastor
? A php extension (dll) would be great. If it works only for one format (gif or jpg) is fine. Thanks in advance for any tip. Cheers, Diego.

[PHP] Query in Enum Field in MYSQL

2001-07-13 Thread Diego Riaño
Hi everybody I have a problem with an ENUM fiel in a MySQL DB: I want to order alphabetically the options in the ENUM fiel in a query. How can I do That? Thanks in advances Diego Ria;o -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] PHP4/IIS/WIN2: Cookies are not sent. HELP!!

2001-05-23 Thread Diego Fulgueira
clues will be greatly appreciated. Thanks in advance, Cheers, Diego. -- 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]

[PHP] Uploading files

2001-05-20 Thread Diego Pérez Rández
regards, Diego -- 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] comparison operators

2001-05-20 Thread Diego Pérez Rández
name=dd type=file input type=submit value=Send File /form My problem is that i don't know how to do the php program that i upload the file. Can you help me?. Thanks. Best Regards Diego Heidi Belal escribió: Hi All! i'm creating this form

[PHP] IIS5.0/PHP4.03 killing all sessions. HELP!!!!

2001-05-18 Thread Diego Fulgueira
almost all that has come to my mind. THANKS A LOT IN ADVANCE. Cheers to everyone, Diego. -- 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] Forms with Field Arrays and JavaScript

2001-05-02 Thread Diego Fulgueira
]=$HTTP_POST_VARS[myvar.$i]; } Hope it helps. Cheers, Diego. -Original Message- From: Utopia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 01 May, 2001 10:32 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Forms with Field Arrays and JavaScript Hello, I see you sent this back in January

RE: [PHP] Use of special characters in filenames results in IE problems

2001-04-20 Thread Diego Fulgueira
The is no function that i know specific to do that. But you can work it out with a RegExp. Try: $fileName=ereg_replace("_", "[^A-Za-z0-9_%]", $fileName); Cheers!! -Original Message- From: Floyd Piedad [mailto:[EMAIL PROTECTED]] Sent: Thursday, 19 April, 2001 11:24 PM To: [EMAIL

[PHP] Cache Control with forms

2001-04-19 Thread Diego Fulgueira
the values that session.cache_limiter can take mean? (nocache, private and public) Thanks a lot you are all very kind. Cheers, Diego. -- 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

[PHP] Reading PHP.INI not from C:\WINNT

2001-04-02 Thread Diego Fulgueira
to it (in the same directory), but it didn't. It sees php.exe just doesn't read ANY php.ini if it does not find it in c:\winnt\. This problem is important for me because I want to work with different configuration files for each of my sites. Any clue? Thanks a lot. Cheers. Diego. -- PHP General Mailing

[PHP] Php with Frames

2001-04-01 Thread Diego Pérez Rández
only want to change the botton frame not the top. Probably its easy to do. Can someone help me? Thanks. Best regards, Diego -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] XML Newbie. HELP!

2001-03-16 Thread Diego Fulgueira
d to parse those documents, and how can I put the data in my DB. Any clue, and I mean ANY, will be appreciated. THANKS A LOT IN ADVANCE! Cheers, Diego. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] XML Newbie.!

2001-03-16 Thread Diego Fulgueira
d to parse those documents, and how can I put the data in my DB. Any clue, and I mean ANY, will be appreciated. THANKS A LOT IN ADVANCE! Cheers, Diego. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] Php.exe doesn't load extensions when invoked from the command prompt.

2001-02-19 Thread Diego Fulgueira
such as mysql_query(). (I'm using an NT platform). Can any one help? Thanks a lot. Cheers, Diego. -- 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]

[PHP] Passing variables to a scripting engine... (like php)

2001-02-15 Thread Diego Fulgueira
will greatly appreciate workarounds. THANKS A LOT AGAIN. Cheers, Diego. -- 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] Passing variables to a scripting engine... (like php)

2001-02-15 Thread Diego Fulgueira
... Cheers Diego. Michael Geier WROTE: you can pass the $ARGV array as command line parameters /script.php arg1 arg2 script.php #!/path/to/php -q ? if (count($argv) 2) { die ('Please enter correct number of parameters'); } echo $argv[1] . " | " . $argv[2] . "\n";

[PHP] mktime() not allowing dates before 1970

2001-01-25 Thread Diego Fulgueira
I know the UNIX epoch is 1/1/1970 and that mktime() returns the number of seconds between that date and the date specified by its parameters. If this date is before 1/1/1970, it always returns -1, not a large negative number, which would be more reasonable, i think. The question is: How can I

RE: [PHP] help me!! Cookie

2001-01-18 Thread Diego Fulgueira
When not explicitly set, a cookie works only for the domain where it was originally set. That means that if the user visits your website using the server IP address, he will receive a cookie that will not work when he uses the domain name instead of the IP address. Therefore, I recomend you set

[PHP] Put data in a odbc connect

2001-01-13 Thread Diego Pérez Rández
Hi to all: I want to put data in a database that i access by a odbc connect. I can obtain data of the odbc connect, but i can't put data in it. How i can do it?. Thanks. Best Regards, Diego -- PHP General Mailing List (http

[PHP] Forms with Field Arrays and JavaScript

2001-01-12 Thread Diego Fulgueira
Hi! I was wondering if someone knows, or can think of a way to go around this problem i have. The thing is i am working with a form with a field array. Each field is something like: input name="myfields[]" type="text" When i receive the posted data, I can access the "myfields" array. This is