[PHP] Double Click
Hi, I have a page, and when I have to add a product I use a form, many people are used to make double click in every task, so when the product is sent with a double click in the send button, the program send it twice to the data base. What can I do to prevent this? Thank you. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
[PHP] Object Oriented Databases
Hello. I want to use an object oriented database, I have not researched a lot in this theme but I hope you can help me. I want to use php, can I use it with any object oriented database, like goods, sod, groovy, ozone, objstore, db40? Thank you for your help. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com "La información transmitida en el presente mensaje tiene la intención de estar dirigida únicamente a la persona o entidad que se refiere y puede contener información privilegiada y/o confidencial. Cualquier, revisión, retransmisión, diseminación o cualquier uso impropio o relacionado con dicha información por persona alguna distinta a la que fue dirigido este mensaje queda estrictamente prohibido. Si Usted ha recibido este mensaje o sus anexos por error, favor de contactar al remitente y elimine el material de cualquier computadora." "The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer."
[PHP] Graph Functions
Hello. Which is the easiest way to graph funcitions in php, like f(x)=sin(2x) thank you Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
[PHP] cannot use post
Hello, I think that this is off topic but may be you can help me. I have just installed linux, apache, and php. I have some programs (in php) running in a server when I try to run them in this new server I get the following error. Method Not Allowed The requested method POST is not allowed for the URL /inicia.php I think that this is because apache and not because php. Please help me what can I do? Thank you Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com -- 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] limiting page for printing
Hello, I have a page with a lot of data, all of this data is formated in that page to be printed, in a table with 500 px width, but how can I messure the length of the page with my results, for example a query can give me exactly the height of the page, but other queries can give me more of the height of the page and the results are cutted at the end when I send the page to the printer. How can I solve this problem? Thank you in advance for your help. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
[PHP] Include
Hello, I have php 4.0.3pl1. I am trying to install phorum (phorum.org). In a php file (index.php in admin) there is the function include for a file (common.php), I get the following error. Warning: Failed opening 'common.php' for inclusion (include_path='/usr/share/php') in /home/web/vacagorda/jeans/htdocs/foro/administration/index.php on line 28 Why I can't include that file without putting it in the /usr/shar/php diretory? Thank you Fabian Fabela [EMAIL PROTECTED] "La información transmitida en el presente mensaje tiene la intención de estar dirigida únicamente a la persona o entidad que se refiere y puede contener información privilegiada y/o confidencial. Cualquier, revisión, retransmisión, diseminación o cualquier uso impropio o relacionado con dicha información por persona alguna distinta a la que fue dirigido este mensaje queda estrictamente prohibido. Si Usted ha recibido este mensaje o sus anexos por error, favor de contactar al remitente y elimine el material de cualquier computadora." "The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer."
Fw: [PHP] Include
Well The file is not in the same dir, but the php file that is calling it is using the chdir function to go to that dir, even if I put the file in the same dir I can't include it. Thank you. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com - Original Message - From: "Fabian Fabela" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 11:38 AM Subject: [PHP] Include Hello, I have php 4.0.3pl1. I am trying to install phorum (phorum.org). In a php file (index.php in admin) there is the function include for a file (common.php), I get the following error. Warning: Failed opening 'common.php' for inclusion (include_path='/usr/share/php') in /home/web/vacagorda/jeans/htdocs/foro/administration/index.php on line 28 Why I can't include that file without putting it in the /usr/shar/php diretory? Thank you Fabian Fabela [EMAIL PROTECTED] -- 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] Concatenate a variable.
Hello. I receive from a post T1, T2, T3, ... Tn I want to put then in an array with a for, how can I do that? How can I use $T$i ??? Thank you Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
Re: [PHP] Concatenate a variable.
Sorry I know the answer now. Thank you Fabian Fabela From: "Fabian Fabela" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 3:30 AM Subject: [PHP] Concatenate a variable. Hello. I receive from a post T1, T2, T3, ... Tn I want to put then in an array with a for, how can I do that? How can I use $T$i ??? Thank you Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com -- 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] Get a variable from a variable.
Hello, In $a I have the name of the array that I want to use. For example. $a="myarray"; I need to send myFunction($myarray); if I try myArray($a); the string "myarray" is sent, and I want to send $myarray that is the text in $a. Thank you. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
[PHP] Count columns in array
Hello, I have the array $array[x][y]; if I want to know the x I use count($array); Now, How can I count the y?? Thank you. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
[PHP] header
Do I have to have special configuration to use the header function, this is because it is not responding. I use it like this. header('Location: contrato.html'); Thank you. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com