Re: [PHP] Re: php 5.3.2 Unable to fork

2010-04-01 Thread Eduardo Nunes
0...@itech7.com... On 04/01/10 02:21, Eduardo Nunes wrote: Compiling without mysql support, the cli "php -r 'echo shell_exec("echo Test!");' works fine even as the apache unprivileged user. However when running the test.php script with apache the error log still shows the

[PHP] Re: php 5.3.2 Unable to fork

2010-04-01 Thread Eduardo Nunes
Hi, thanks for the reply, just tried without any db bases and the scenario did not change (besides for mysql). With and without pear.. nothing changed from the initial scene. "Nathan Rixham" escreveu na mensagem news:4bb3eb75.4020...@gmail.com... Eduardo Nunes wrote: Compili

[PHP] Re: php 5.3.2 Unable to fork

2010-03-31 Thread Eduardo Nunes
Compiling without mysql support, the cli "php -r 'echo shell_exec("echo Test!");' works fine even as the apache unprivileged user. However when running the test.php script with apache the error log still shows the error Unable to execute / Unable to fork ... "

[PHP] scripts never fork: Unable to fork

2010-03-31 Thread Eduardo Nunes
. Ideas and help are welcome, Thank you! Eduardo Nunes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php 5.3.2 Unable to fork

2010-03-31 Thread Eduardo Nunes
Hello people! A time before I had issues with my php 5.2.3 that would not fork anything, neither in shell or via apache, and I figured out that commenting out the snmp.so extension from php.ini made it fork commands passed to php cli with an unprivileged user (www) fine, however apache still w

[PHP] Problem with LDAP functions in PHP

2009-12-14 Thread Lic. Eduardo Ricardo Hernandez Osorio
Hello: I am trying to accomplish searches in a Windows active directory through LDAP functions in PHP, but the function ldap_search and ldap_get_entries are out of service, they give the following error messages Warning: ldap_search() [function.ldap-search]: Search: Operations error in C:\xampp\h

[PHP] Re: Project Euler [Oh, this isn't spam mail...]

2009-06-03 Thread Eduardo Varela
00. When you answer correctly a problem, you can access to a forum where you can post a mathematical demonstration of your work, or the code of the program used, or both. Eduardo Buenos Aires, 8.7 ºC, fearing dengue mosquitoes and feverish pigs. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: So called "PHP Expert"

2009-03-23 Thread Eduardo
No, please! In some districts of the world, "license" means "bribe". Eduardo Varela Buenos Aires, 25 ºC ""Marc Christopher Hall"" wrote in message news:!&!AAAYAFiX02vhnU9NtdOHs2jtbxfCgAAAEMVvYN00QhlOn0no wcs77jkba...@hallmarc

[PHP] whoami explanation

2009-03-10 Thread Eduardo
whatever condiment you use, add a litle oil and you have your lunch! Eduardo Buenos Aires 24.2 ºC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] whoami explanation

2009-03-10 Thread Eduardo
condiment you use, add a litle oil and you have your lunch! Eduardo Buenos Aires 24.2 ºC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] I can't get help from the binary administrator

2009-01-21 Thread Eduardo Varela
, Eduardo - Original Message - From: "Daniel Brown" To: "Eduardo Varela" Cc: Sent: Thursday, January 15, 2009 7:17 PM Subject: Re: [PHP] I can't get help from the binary administrator > On Thu, Jan 15, 2009 at 16:35, Eduardo Varela wrote: > > &g

[PHP] I can't get help from the binary administrator

2009-01-15 Thread Eduardo Varela
nyone know address subject text for getting a digest instead of the individual mails? Thanks. Eduardo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] on Mapserver and php5_MapScript

2009-01-09 Thread Eduardo Arévalo
As I write this line is highlighted in black php5_MapScript code in mapfile LAYER NAMEPeru_dep DATA"departamentos.shp" STATUS ON TYPEPOLYGON CLASSITEM NOMB_DEP CLASS NAME"LIMA" *EXPRESSION /LIMA/*

Re: [PHP] A beginner´s question

2009-01-05 Thread Eduardo
Thanks, you all! I tried near all suggestions, and Vicente's worked with IE6 Windows98SE EasyPHP Eduardo On 5 Jan 2009 at 4:36, Vicente wrote: >

[PHP] A beginner´s question

2009-01-04 Thread Eduardo
Hi, I am Eduardo, a new PHP programmer and an old Cobol veteran. I know that $tastes=$_POST["tastes"]; moves the content of "tastes" from to $tastes How do I move the content of $tastes to X of echo "\n"; ? Thanks, Eduardo

[PHP] apache and PHP / Eclipse

2008-12-13 Thread Eduardo Vizcarra
quot;; } mysql_select_db("estoydevacacionesdb") or die("No pudo seleccionarse la BD."); $busquedasql1 = "select * from servicios"; include 'bottom_pagina.php'; but if I add a new line ($servicios1 = mysql_query($busquedasql1);) before the last include

[PHP] Re: IP and gethostbyaddr() --- difference?

2008-12-13 Thread Eduardo Vizcarra
test, ignore ""Martin Zvarík"" escribió en el mensaje de noticias news:f0.ac.47862.f2544...@pb1.pair.com... Hello, I am doing a view stats for my website. I've seen that many of such statistic scripts store two values to identify the visitor: IP and getHostByAddr(IP) I've been searching...

Re: [PHP] Setting up a password for WAMP

2008-09-10 Thread Carlos Eduardo Sotelo Pinto
ot nothing to do with PHP > specifically but any help will be appreciated! > It usually set the root user with blank password it means user 'root' and password ='' regards -- Carlos Eduardo Sotelo Pinto (KrLoS) GNU Linux User Registered #379182 http://csotelop.blogsome.com

Re: [PHP] Anything like XAMPP?

2008-09-10 Thread Carlos Eduardo Sotelo Pinto
p server could be a good solution is you are newone in PHP http://www.wampserver.com/en/ regards -- Carlos Eduardo Sotelo Pinto (KrLoS) GNU Linux User Registered #379182 http://csotelop.blogsome.com

RE: [PHP] About MS SQL Connections...

2008-06-04 Thread Lic. Eduardo R. Hernández Osorio
I use ADOdb Recordset object to accomplish the connection. The error message is: mssql error: [: ] in EXECUTE("SELECT * FROM ") ____ Eduardo Ricardo Hernández Osorio Técnico Telecomunicaciones Aeronáuticas U.T.B Servicios Aeronáuticos,

[PHP] About MS SQL Connections...

2008-06-03 Thread Lic. Eduardo R. Hernández Osorio
accomplish the connection. Would you help me to resolve this problem? Expecting for your help, Richard Eduardo Ricardo Hernández Osorio Técnico Telecomunicaciones Aeronáuticas U.T.B Servicios Aeronáuticos, ECASA s.a. Aeropuerto Internacional "Frank País G

[PHP] Gathering data

2007-12-13 Thread Eduardo Vizcarra
certain link OR entering the destination in the field and hitting the search button, I would like to know how many hits a link has or how many times the same (or similar) text was entered Any recommendation on how to make this happen ? Regards, Eduardo -- PHP General Mailing List (http

Re: [PHP] mysql_fetch_array

2007-11-03 Thread Eduardo Vizcarra
displays the first column when doing a SELECT However, my SELECT statement retrieves 2 columns from one table, how do I display the second column ? Thanks Eduardo "Jim Lucas" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Eduardo Vizcarra wrote: >> I

Re: [PHP] mysql_fetch_array

2007-11-02 Thread Eduardo Vizcarra
before the while loop? > $fotos_mostrar = array(); > > > Eduardo Vizcarra wrote: >> I have a WHILE sentence to retrieve all records from a SELECT query in a >> database and am using mysql_fetch_array to store them in a matrix, the >> sentence is like this: >> while($

[PHP] mysql_fetch_array

2007-11-02 Thread Eduardo Vizcarra
I have a WHILE sentence to retrieve all records from a SELECT query in a database and am using mysql_fetch_array to store them in a matrix, the sentence is like this: while($row=mysql_fetch_array($fotos)) { $fotos_mostrar[] = $row; } $fotos contains all records found in a db table, the

[PHP] about SQL authentication on PHP

2007-07-19 Thread Lic. Eduardo R. Hernández Osorio
when I tried to connect to SQL Server the function mssql_connect('myserver', '', '') doesn't work. What am I doing bad? need I to do something else? Help me please, waiting for your help, Richard ____ Eduardo Ricardo Hern

RE: [PHP] acerca de extensiones SQL Server

2007-07-16 Thread Lic. Eduardo R. Hernández Osorio
your help... ____ Eduardo Ricardo Hernández Osorio Técnico Telecomunicaciones Aeronáuticas U.T.B Servicios Aeronáuticos, ECASA s.a. Aeropuerto Internacional "Frank País García" Tel: (53) (24) 474569 email: [EMAIL PROTECTED] "...de buenas i

[PHP] problemas apache 2.2.4 + php 5.2.2

2007-07-16 Thread Eduardo Arévalo
Hello list: I am installed apache 2.2.4 and php 5.2.3. sets: 1) Install the Apache without problems 2) Installs php without problems, following the passages of the INSTALL Problem: when it raises the apache with: ./apachectl start leaves the following error httpd: Syntax error on line 53 of /u

[PHP] acerca de extensiones SQL Server

2007-07-14 Thread Lic. Eduardo R. Hernández Osorio
Hi: I need use the SQL extension on PHP to connect to any SQL Server database. How I configure PHP on Linux to use that extension? I use debian with apache2 and PHP5 installed on it. Waiting for your help, Richard Eduardo Ricardo Hernández Osorio

[PHP] about graphs in php

2007-07-10 Thread Lic. Eduardo R. Hernández Osorio
Hello everybody: I need work with some statistics graphs and show it in php and I don't know how to make it. How could I make some statistics graphs like histograms or Pie graphs using php and information stored in any database? ____ Eduardo Ricardo Hern

[PHP] Too many records to display in one web page

2007-05-26 Thread Eduardo Vizcarra
hanks a bunch Eduardo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Random SELECT SQL list

2007-05-20 Thread Eduardo Vizcarra
Hi Larry,Paul,Zoltán Thanks for your messages, adding ORDER BY RAND () worked just fine :) Eduardo "Larry Garfield" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > On Wednesday 16 May 2007, Eduardo Vizcarra wrote: >> Hi >> >> I would li

[PHP] Random SELECT SQL list

2007-05-16 Thread Eduardo Vizcarra
present them in a sequential way ? e.g. if a user accesses a web page then he will see record #3 and then #7 and so on, another user accesses the same web page and he might see record #8 and then record#2. etc any experience on how to do this ? Regards Eduardo -- PHP General Mailing List

[PHP] As use PHP_MAPscript??????

2006-11-02 Thread Eduardo Arévalo
I have installed a Mapserver ms4w v 2,0 and PHP 5.1.4 I want to use I modulate MAPSCRIPT. Questions as I verify that this installed this I modulate as I install it As it use (some manual). thanks

[PHP] Re: how to assign a value to a variable inside a class

2006-04-11 Thread Eduardo Raúl Galván Sánchez
Check the overloading methods (__get and __set) for PHP 5.x: http://www.php.net/manual/en/language.oop5.overloading.php Merlin escribió: Hi there, I would like to assign a value inside a class like this: var $db_username = $old_name; Unfortunatelly this does not work and I do get following

Re: [PHP] Re: test for illegal characters and consequences

2006-04-04 Thread Eduardo Raúl Galván Sánchez
You can compare each character against the "standard character set" by means of regular expressions. Angelo Zanetti escribió: Al wrote: Angelo Zanetti wrote: Hi guys. Ive developed a site and now I've come to the stage where I need to test each textfield on each form for illegal charact

[PHP] Re: Database Connections (cont..)

2006-03-31 Thread Eduardo Raúl Galván Sánchez
I don't see a problem with that. My only suggestion is to have one table for each site, in order to avoid usernames of one site to colide with usernames from another site. Ryan A escribió: Hey all, Ok, spoke to the "boss" and he has agreed for me to give you the following info; Heres what the

[PHP] Re: Image resizing problems

2006-03-31 Thread Eduardo Raúl Galván Sánchez
Have you tried imagecopy resized()? John Nichel escribió: I'm pulling my hair out with this gd resizing of an image, and can't figure out where it's screwing up. I've been trying to batch process about 500 images to resize them to a standard size, and for some reason, instead of resizing the

[PHP] Re: File Types for Upload

2006-03-31 Thread Eduardo Raúl Galván Sánchez
IANA has the most updated oficial MIME types: http://www.iana.org/assignments/media-types/ Kevin Murphy escribió: For an expression such as this. $HTTP_POST_FILES['userfile']['type']=="image/gif" I'm looking for an up to date list of all the other media formats (non-images), such as Vide

Re: [PHP] Re: setting the same value to multiple variables

2006-03-31 Thread Eduardo Raúl Galván Sánchez
Anthony Ettinger wrote: ($a, $b) = $c; ^^ I don't get the meaning of this... On 3/31/06, Eduardo Raúl Galván Sánchez <[EMAIL PROTECTED]> wrote: You could use variable variables with an array, like this: $arr = array('readingGoalsEnjoymentLabelClass','reading

[PHP] Re: setting the same value to multiple variables

2006-03-31 Thread Eduardo Raúl Galván Sánchez
You could use variable variables with an array, like this: $arr = array('readingGoalsEnjoymentLabelClass','readingGoalsInformationLabelClass', 'readingGoalsAlphabeticLabelClass','readingGoalsPrintLabelClass', 'readingGoalsPhonologicalLabelClass','readingGoalsPhoneticLabelClass', 'readi

[PHP] disable_functions per vhost on apache

2004-12-21 Thread Eduardo M. Bragatto
. I have to allow system() for my control center script but I don't want my users to use it. How can I do it? -- Best regards, Eduardo M. Bragatto. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: grabbing information from websites

2004-09-28 Thread Eduardo Sampaio
I agree with Trevor... but if he manages to nvigate to the page and try to parse it, he will end up finding the problem Graham said. He is only reading the first line. He can either use fread or shrink his regex to #align="right">([0-9]*,?[0-9]*)# and make a loop using fgets. The second option is t

Re: [PHP] Loop within Loop help please

2004-09-28 Thread Eduardo Sampaio
You missed the $count = 0; right below it Andrew... his code works just like the modulus one... On Tue, 28 Sep 2004 12:10:21 -0700, Andrew Kreps <[EMAIL PROTECTED]> wrote: > On Tue, 28 Sep 2004 10:45:19 -0700, Jason Davidson <[EMAIL PROTECTED]> wrote: > > I see lots of references to modulus, whic

Re: [PHP] Problem with references

2003-12-04 Thread Eduardo R. Maciel
her object. Try it is possible for you. But as David said, it looks a litle bit insane :-) Att, Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Overload of private atributes ?

2003-12-04 Thread Eduardo R. Maciel
Do we have a way to avoid the overload of private atribute members? Look the example below, and you will see that as the private member is not visible in the subclass, it is overloaded by an atribute member of the same name. How to avoid that?? class PrivateAccess { private $privat

[PHP] duvida com value

2003-11-18 Thread Carlos Eduardo
alguem poderia me ajudar na seguinte duvida.. em uma pagina php tenho esse campo nela. nome> para ele jogar o conteudo da linha nome para a proxima pagina alterar.php.. mas ele joga apenas por ex: se o nome é carlos eduardo vai apenas carlos , tudo que tem depois do espacamento nao vai par

[PHP] constants and sessions

2002-11-12 Thread Eduardo M. Bragatto
I have to change the constant "maximum_time_out" (via set_timeout_limit) on the "first" script, and keep it seted in a session, until the second script became to be loaded. Is that possible? [[]]'s Bragatto PS: sorry for my miserable english #) -- PHP General Mailing List (http://www.php.ne

[PHP] time out when uploading.. PLEASE HELP ME :)

2002-11-11 Thread Eduardo M. Bragatto
I'm using a simple php script called upload.php, here's the source: move_uploaded_file($userfile, "/my/dir"); ?> But I keep getting an error message: Fatal error: Maximum execution time of 20 seconds exceeded in D:\dominios\E\escolas-es\spe\upload.php on line 3 Then, I've tried to increase

[PHP] trouble with maximum_execution_time and file upload

2002-11-03 Thread Eduardo M. Bragatto
fter the file is uploaded. My problem is that I can't change the "maximum_execution_time" in the configuration file. Does anyone knows how to solve that problem? Thank you, Eduardo M. Bragatto. PS: Sorry for my miserable english #) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Time limit exceeded when uploading files

2002-11-02 Thread Eduardo M. Bragatto
ng that's because the script begins only after the file is uploaded. My problem is that I can't change the "maximum_execution_time" in the configuration file. Does anyone can help me out? Thank you, Eduardo M. Bragatto. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] using HTML objects into PHP code

2002-02-04 Thread Eduardo Melo
How can i accessa HTML object into a PHP code ? as such as : A B C http://mobile.msn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] getting information from a COMBOBOX

2002-02-01 Thread Eduardo Melo
how can i get a result from a COMBOBOX ? as such as : best regards eduardo melo computer programmer _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP General Mailing List (http://www.php.net

[PHP] javascript, php and html commands

2002-02-01 Thread Eduardo Melo
;].options[document.forms['edicoes'].selectedIndex].value"> the href must refer to the option selected in the COMBO. thank so much eduardo melo computer programmer -- Eduardo Fco Melo Celular : 19-9743-0804 R. Antônio Biasi Filho, 74 - Hortolândia - SP - CEP 13184-040 Currí

[PHP] javascripts commands

2002-02-01 Thread Eduardo Melo
How can i access an HTML ComboBox content using javascript language ? thank's eduardo melo computer programmer -- Eduardo Fco Melo Celular : 19-9743-0804 R. Antônio Biasi Filho, 74 - Hortolândia - SP - CEP 13184-040 Currículum disponível no endereço abaixo : http://www.apinfo2.com/cg

[PHP] PHP commands and HTML combobox

2002-02-01 Thread Eduardo Melo
? best regards, eduardo melo computer programmer _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[PHP] Opening an URL on an new window

2002-01-29 Thread Eduardo Melo
There is a way to open an URL in a new window using JAVASCRIP commands as such as window.open where is the documentation for JAVASCRIP commands ? thanks Eduardo Melo copmuter programmer _ Send and receive Hotmail on your mobile

[PHP] if command

2002-01-28 Thread Eduardo Melo
Someone knows how to use the IF command ? I need two expressions as such as IF (exp1 AND exp2) ... thank's eduardo melo computer programmer _ MSN Photos is the easiest way to share and print your photos: http://photos.ms

[PHP] calling an URL

2002-01-24 Thread Eduardo Melo
How can i call as URL from a PHP code ? thanks, eduardo melo computer programmer _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] something like alert (javascript)

2001-10-04 Thread Eduardo Kokubo
a message, but I think javascript can not check the files and php can not alert the user with a function like alert(). I'm using a simple print() (PHP) but alert() would be much better. - Original Message - From: Maxim Maletsky (PHPBeginner.com) <[EMAIL PROTECTED]> To: &#x

[PHP] something like alert (javascript)

2001-10-03 Thread Eduardo Kokubo
Is there any function in PHP that is similar to alert() or confirm() of javascript ? I tried die() but that's not what I need.

[PHP] FTP

2001-10-02 Thread Eduardo Kokubo
Hi, I'm trying to upload some files using PHP, but I'm limited to small files of 1Mb or a little more and I don't know why. Could anyone please help me with this? This is the message I get: Warning: error opening none in /home/proj/sapens/public_html/f1_material.php on line 51 the same code

[PHP] ftp

2001-10-02 Thread Eduardo Kokubo
Hi, I'm trying to upload some files using PHP, but I'm limited to small files and I don't know why. Could anyone please help me with this?

[PHP] error

2001-08-15 Thread Eduardo Kokubo
Hi, How can I change this error message to my own message? Warning: fopen("publico/d/bibliografia.html","w+") - No such file or directory

[PHP] code to see files in directories

2001-08-08 Thread Eduardo Kokubo
I think I saw a code to list the files, subdirectories and the files in the subdirectories of a simple directory in this list some time ago, but I didn't save it. Considering the quantitie of messages in this list, It's quite dificult to find this specific code, so ask the person who did it or

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
ompressao2","toolbar=no");} > > > > - Original Message - > From: Rich Cavanaugh <[EMAIL PROTECTED]> > To: Eduardo Kokubo <[EMAIL PROTECTED]>; Chris Cocuzzo > <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, August 07,

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
Sorry, forget what I said. The code is working fine with your suggestion. I was refreshing the page constantly and each time it was opening the window. - Original Message - From: Rich Cavanaugh <[EMAIL PROTECTED]> To: Eduardo Kokubo <[EMAIL PROTECTED]>; Chris Cocuzzo <[

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
Well, I did as you suggested but the page is popping up onload not onunload. function apaga(){ window.open(compressao2.php?diretorio=d14,"compressao2","toolbar=no");} - Original Message - From: Rich Cavanaugh <[EMAIL PROTECTED]> To: Eduardo Kokubo <[EMA

Re: [PHP] something wrong

2001-08-07 Thread Eduardo Kokubo
I tried it using return and without it, but unfortunly neither cases worked. - Original Message - From: Chris Cocuzzo <[EMAIL PROTECTED]> To: Eduardo Kokubo <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 2:21 PM Subject: Re: [PHP] something worong > hey- > &

[PHP] something worong

2001-08-07 Thread Eduardo Kokubo
Hi, I'm using this code to delete a file using onunload, but this is not working. Can anyone please tell me why? I know the function apaga() works, but the onunload thing doesn't. I probably missed a detail.

[PHP] again

2001-08-03 Thread Eduardo Kokubo
I'm still trying to transfer a directory form one server to another but with no results. I have the username and password of the ftp account source and I know I'll have to ask for the username and password of the destination. I can't simply upload or copy the directory, but there must have an a

[PHP] php

2001-08-03 Thread Eduardo Kokubo
I'm still trying to compress an entire directory on a linux server to be decompressed probably in windows client. I'm trying to use exec command and tar (compressor for linux), but I don't know how to do it. Can anybody pleeeaase help me? I know I should test these, but sending a message is ea

Re: [PHP] Re: window.open (javascript)

2001-07-31 Thread Eduardo Kokubo
?> - Original Message - From: elias <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 10:42 AM Subject: [PHP] Re: window.open (javascript) > can you show us the code that does the window.open('myfile.php?test=hey') > for example ? > > &

[PHP] also window.open(javascript)

2001-07-31 Thread Eduardo Kokubo
I know I sent I message to this list 10 seconds ago, but I have forgot to ask this, it's a different problem. I asked for a file name to upload via html form and tried to pass this file to another page using window.open to redirect to a new window (I submited first and tried to redirect it fro

[PHP] window.open (javascript)

2001-07-31 Thread Eduardo Kokubo
I passed some vars to another page using window.open and it worked fine (but had to hide the toolbar). The problem is that wen I check their values like this: Test: "; print $test; print "\n";} if ($adicionais){ print "Informações adicionais: "; print $adicionais; print "\n";} ?> This

[PHP] another question

2001-07-27 Thread Eduardo Kokubo
Does anybody knows how to redirect a page to new window with all the vars from the old one? Can I leave a message in the old window? Thanks in advance.

[PHP] new problem

2001-07-25 Thread Eduardo Kokubo
Hello, I have to transfer a directory and all it's files and subdirectories from one server to another or from one acount to another, but I guess ftp_put or copy can not do it ( This directory must not be compressed). ANY help woud be very very welcome.

[PHP] php

2001-07-25 Thread Eduardo Kokubo
Hi, Is it possible to compress an entire directory using an external program like pkzip? If it is possible, how can I do it?

[PHP] odd behavior

2001-07-24 Thread Eduardo Kokubo
Hi, I have been trying to create a directory and a file in it on my server, but my code is not working fine. This was working fine and then stoped. Does anybody know what happened? I have permission to write but I'm receving the following message: Warning: fopen("publico/d6/index.

Re: [PHP] Flash/PHP/MySQL

2001-05-06 Thread Eduardo Pérez Jover
you can find an example in flashkit.com go to examples > databases -- 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] speeding a site with lots of includes

2001-03-05 Thread Eduardo Dominguez
An app I am currently developing has grown a lot. It currently handles aproximately 12 includes, more or less 13 thousand lines of code. By doing some benchmarks, i realized that the bottleneck is the include() payload. How can I optimize a program like this one ? thanks in advance -- PHP Ge

[PHP] help: Mysql locking tables and persistent connections..

2001-02-13 Thread Eduardo Dominguez
I am trying to avoid some concurrency problems by using locking tables in mysql. Problem is, I already locked the tables and still had a concurrency problem. Our first guess is that since we are accesing the table with the same user, then when it ignores the log since it is the same user. But thi

[PHP] Cron + PHP

2001-02-08 Thread GAYTAN BAHAMONDEZ DANIEL EDUARDO
How can i make a crontab run a php file??? should i add something like this in the file: path/to/file.php Thanks in advance... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

[PHP] Compiling php??

2001-02-07 Thread GAYTAN BAHAMONDEZ DANIEL EDUARDO
Hi there, Is there a way to compile php files so that no one can read them but php will undestand them?? something like .exe in win Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP] Alarm/Timer in PHP??

2001-02-06 Thread GAYTAN BAHAMONDEZ DANIEL EDUARDO
Hi there, I need to do some kind of alarm in php, I have a date(dd-mm-) in mysql and need that system warn me a week or so before that date, is there a function like that in php?? Thanks in advance Daniel Gaytan B. -- PHP General Mailing List (http://www.php.net/) T