Re: [PHP] Fwd: 403 Forbiden

2007-09-10 Thread Jesús de Diego Alarcón
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 <[EM

Re: [PHP] Fwd: 403 Forbiden

2007-09-09 Thread Jesús de Diego Alarcón
403 Forbidden Forbidden You do not have permission to access this document. Web Server at my3dgis.es . . About permisions, visor directory has 755 also like php. provincias.php has 777 permisions. Thank you Jesús de Diego On 9/10/07, Jesús de Diego Alarcón < [EMAIL PROTECTED]

[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 > Herram

[PHP] Fwd: 403 Forbiden

2007-09-06 Thread Jesús de Diego Alarcón
should be loaded 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 u

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

2003-09-03 Thread Diego Fulgueira
quot;, $CkyName, $CkyVal, $Domain, $pth, $exp); $mycky = (isset($mycky) ? "$mycky\n" : "")."Set-Cookie: $cookiestr"; header($mycky); } Cheers, Diego - Original Message - From: "Nicole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: W

Re: [PHP] controlling winamp with COM

2003-07-21 Thread Diego Fulgueira
because i 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, Jul

[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 sugges

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 for

[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 r

[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 fro

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 We

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

2002-10-14 Thread Negretti, John (CCI-San Diego)
> To: Negretti, John (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 &qu

[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

[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 "PHP/4

Re: [PHP] eval on a form

2001-12-09 Thread Diego Pérez
t know if i can help you with this notes. Bye. 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
one o none decimals. I do some examples, but not work correctly. Can someone help me. Thanks. Best Regards, Diego

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

2001-08-06 Thread Diego Fulgueira Pastor
th PHP 4.0? 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] Unable to create COM objects on Win2k

2001-08-06 Thread Diego Fulgueira Pastor
script stops in the second line, 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] 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

RE: [PHP] Session-problems in linux

2001-06-25 Thread Diego Fulgueira Pastor
d still have the same problem, try registering each session variable that you are going to use just after starting the session. I don't know why, but sometimes PHP requires all session variables registered before you can access their values. Hope it's been of some help. Cheers, Diego.

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

2001-05-23 Thread Diego Fulgueira
. Any 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]

Re: [PHP] comparison operators

2001-05-20 Thread Diego Pérez Rández
that i upload the file. Can you help me?. Thanks. Best Regards Diego Heidi Belal escribió: > Hi All! > i'm creating this form for people to upload pictures, > so i want to be able to compare the type of the file, > so that if

[PHP] Uploading files

2001-05-20 Thread Diego Pérez Rández
php program that upload the file. I do a lot of examples, but not work. Can someone give me help. 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] IIS5.0/PHP4.03 killing all sessions. HELP!!!!

2001-05-18 Thread Diego Fulgueira
ideas will be greatly appreciated since I've tried 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]

RE: [PHP] Forms with Field Arrays and JavaScript

2001-05-02 Thread Diego Fulgueira
eval("document.myform.myvar"+i); } myfield[1].value="hello"; When the form is submitted, asuming, method=POST, then you get the field values like this: $myvars=array(); for($i=0;;$i++) { if(empty($HTTP_POST_VARS["myvar".$i]) break; $myvars[$i]=

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 PROTECTE

RE: [PHP] Cache Control with forms

2001-04-20 Thread Diego Fulgueira
e does not have to be programmed in PHP because we are talking about then client behaviour, not the server's). Thanks a lot again, I am sure with your information I'll be able to work it out... and then I'll post the solution here! Cheers, Diego. -Original Message- Fro

[PHP] Cache Control with forms

2001-04-19 Thread Diego Fulgueira
o get there. By the way, do you know what do 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,

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

2001-04-02 Thread Diego Fulgueira
n 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

[PHP] Php with Frames

2001-04-01 Thread Diego Pérez Rández
me. I 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 co

[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] 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] Php.exe doesn't load extensions when invoked from the command prompt.

2001-02-19 Thread Diego Fulgueira
ns 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]

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 JOE STUMP WROTE: Yeah - like I said php foo.php -url http://www.mydomain.com/myfile.php in foo.php echo $argc;// should be 3 echo $argv

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

2001-02-15 Thread Diego Fulgueira
! Still, i 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]

[PHP] Using PHP from the command line

2001-02-15 Thread Diego Fulgueira
x27;t know how to pass the URL and other parameters needed. 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] Indexing Engine

2001-02-06 Thread Diego Fulgueira
I was wondering if anyone around knows of a tool (free if possible) to index all the pages of my website and implement a search engine. I prefer it to run on NT. THNKS!! Diego Fulgueira. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[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 know

[PHP] Some Code for Uploading Images...

2001-01-23 Thread Diego Fulgueira
Hi! I know how to upload images. But I will be very grateful if anyone around has some code to do that and is willing to share it with me. I have all kind of algorithms in PHP I could share too, just tell me what you need. By the way, do you know of a site with PHP samples? Thanks a lot!. -- PH

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 th

[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

[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: When i receive the posted data, I can access the "myfields" array. This is fine. The problem is within my form i

[PHP] For RegExp Experts.

2001-01-10 Thread Diego Fulgueira
Does anyone around knows the regular expression that matches all the ocurrences of a word (p.e. "needle") not within PHP code, i.e., outside the tags? By the way, is there a good online tutorial or reference on regular expressions? Thanks a lot. -- PHP General Mailing List (http://www.php.ne

[PHP] Each site with its php.ini?

2001-01-10 Thread Diego Fulgueira
Hi. Does anybody knows how to have different configuration options, that is, different php.ini files, for several different sites that reside on the same server? I have IIS and the CGI version of PHP 4.04. Thanks in advace. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma