[PHP] problem with include

2002-08-30 Thread skitum
, but when i see in my browser (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.

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. It should have nothing to do with cookies unless you

[PHP] problems with cookies

2002-09-02 Thread skitum
; // here it doesn't work ? --- HTML code --- ? } ? --- HTML code --- What am I doing wrong? Any tips? Any Ideas? Thanks for help Peace Love skitum

[PHP] how get a image?

2002-09-04 Thread skitum
Hi all, I have a input button like this: input name=imagen type=FILE id=imagen height=1 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

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, September 04, 2002 12:25 AM Subject: RE: [PHP] Uploading file

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 Love skitum - Original Message - From

[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

[PHP] global variables or not??

2002-09-13 Thread skitum
in advance. Peace Love skitum

[PHP] PHP and JavaScript

2002-09-23 Thread skitum
{ ok(); } } ? Thanks in advance Peace Love skitum

Re: [PHP] Help with PHP and HTML

2002-09-26 Thread skitum
hey folks, don't forget quotes ;o) tdinput value=? echo $cost; ? name=txtSubTotalAmount size=40 readonly/td I use one like this: input name=cliemail type=text size=48 value=?echo $clil; ? readonly and it works ok. Peace Love skitum - Original Message - From: Jay Blanchard [EMAIL

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 JavaScript on a validation NIGHTMARE Hi every1