Re: [PHP] PHP and JavaScript on a validation NIGHTMARE

2002-10-01 Thread skitum
Use globals variables instead hidden fields. Maybe it works. Peace & Love skitum - Original Message - From: "Riccardo Sepe" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 1:34 PM Subject: [PHP] PHP and

Re: [PHP] Help with PHP and HTML

2002-09-26 Thread skitum
hey folks, don't forget quotes ;o) I use one like this: and it works ok. Peace & Love skitum - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "'Ken'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday

[PHP] PHP and JavaScript

2002-09-23 Thread skitum
Hi all, The following code will drive me mad coz it always shows the JavaScript functions and I'd like know why: error_alert(); goHistoryBack(); Thanks in advance Peace & Love skitum

[PHP] global variables or not??

2002-09-13 Thread skitum
Hi all, Help me please. I need $vartwo1 have the same value that $varone1. Look: function one(){ ?>

[PHP] local and global variables

2002-09-12 Thread skitum
Hi all, Maybe a stupid question, but i have to make it: How can a local variable pass its value to a global one? Is it possible? Thanks in advance. Peace & Love skitum

Re: [PHP] question

2002-09-04 Thread skitum
I'm not sure what do you want to do, but maybe this can help you: if($a == $value && $b == $value) { //do something } elseif($a == $value && $b != $value) { //... } elseif($a != $value && $b == $value) { //... } else { //... } I hope this help Peace & Lo

Re: [PHP] Uploading file

2002-09-04 Thread skitum
i have the same problem. Where is the kind soul who can help us? Peace & Love skitum - Original Message - From: "Clemson Chan" <[EMAIL PROTECTED]> To: "Juan Pablo Aqueveque" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, Sep

[PHP] how get a image?

2002-09-04 Thread skitum
Hi all, I have a input button like this: How can i get this image? I need to receive it as a attachment file or insert it into a MySQL database. Any Ideas? Thanks for help. Peace & Love skitum

[PHP] problems with cookies

2002-09-02 Thread skitum
u are the code: --- HTML code --- --- HTML code --- --- HTML code --- --- HTML code --- --- HTML code --- What am I doing wrong? Any tips? Any Ideas? Thanks for help Peace & Love skitum

Re: [PHP] problem with include

2002-08-30 Thread skitum
The same problem with require - Original Message - From: "John Wards" <[EMAIL PROTECTED]> To: "skitum" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 1:02 PM Subject: Re: [PHP] problem with include > hmm. >

[PHP] problem with include

2002-08-30 Thread skitum
r (IE 6.0) www.myweb.com/one.php this shows one.php plus two.php, but not three.php that is include into two.php What am I doing wrong? Could be this because of cookies? Thanks for help Peace & Love skitum P.S. Forgive my bad english.