[PHP] Double Click

2001-02-27 Thread Fabian Fabela
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

[PHP] Object Oriented Databases

2001-03-04 Thread Fabian Fabela
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

[PHP] Graph Functions

2001-03-08 Thread Fabian Fabela
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

2001-03-14 Thread Fabian Fabela
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

[PHP] limiting page for printing

2001-04-14 Thread Fabian Fabela
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

2001-02-13 Thread Fabian Fabela
#x27;) 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 diri

Fw: [PHP] Include

2001-02-13 Thread Fabian Fabela
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: "Fab

[PHP] Concatenate a variable.

2001-02-15 Thread Fabian Fabela
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.

2001-02-15 Thread Fabian Fabela
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

[PHP] Get a variable from a variable.

2001-02-15 Thread Fabian Fabela
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 Fab

[PHP] Count columns in array

2001-02-15 Thread Fabian Fabela
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

2001-02-19 Thread Fabian Fabela
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