[PHP-DB] tutorial

2003-09-12 Thread NOVIANTO DWIATMOJO
Hi everyone i'm a newbie in php, mysql and linux but i want to learn about it can you guys help me or give me referal to any tutorial links. thank you for your kindness. thanks >:P sorry for my english >:- [ _ STOP MORE SPAM with t

Re: [PHP-DB] Tutorial?

2002-03-04 Thread Aron Pilhofer
. > > - Jonathan > > -Original Message- > From: Aron Pilhofer [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 9:51 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Tutorial? > > > The easiest and best solution is to redirect to a new page after the submit

RE: [PHP-DB] Tutorial?

2002-03-04 Thread Jonathan Hilgeman
- Jonathan -Original Message- From: Aron Pilhofer [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:51 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Tutorial? The easiest and best solution is to redirect to a new page after the submit. But I have had cases where it was necessary to have the s

Re: [PHP-DB] Tutorial?

2002-03-04 Thread Aron Pilhofer
here's how to contact us. > > - Jonathan > > -Original Message- > From: Jennifer Downey [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 02, 2002 10:18 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Tutorial? > > > Hi all, > > Can anyo

RE: [PHP-DB] Tutorial?

2002-03-04 Thread Richard Black
How about mixing the 2??? :-) Richy -Original Message- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 16:51 To: 'Richard Black'; 'Jennifer Downey'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Tutorial? Javascript will functionally solve th

RE: [PHP-DB] Tutorial?

2002-03-04 Thread Jonathan Hilgeman
Downey'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Tutorial? I've also seen something similar implemented using javascript (i guess - never looked into it in any detail) The online bank I use does this. Basically, when I click a submit button, the button is replaced by an image (like a greyed

RE: [PHP-DB] Tutorial?

2002-03-04 Thread Richard Black
il: [EMAIL PROTECTED] -Original Message- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: 04 March 2002 16:40 To: 'Jennifer Downey'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Tutorial? Hi Jennifer, I'm guessing the purpose of this would be to keep people from doub

RE: [PHP-DB] Tutorial?

2002-03-04 Thread Jonathan Hilgeman
t to click only once and to be patient, and if something goes wrong, here's how to contact us. - Jonathan -Original Message- From: Jennifer Downey [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 10:18 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Tutorial? Hi all, Can anyone

Re: [PHP-DB] Tutorial?

2002-03-04 Thread Markus Lervik
On Sun, 2002-03-03 at 08:18, Jennifer Downey wrote: > Can anyone point me to a good tutorial on how to disable a submit button > once clicked? > preferably in php. If I understood the question; wouldn't this produce the desired result? VALUE="whatever"> If $disabled is set, the button is rend

Re: [PHP-DB] Tutorial?

2002-03-03 Thread Aron Pilhofer
Could you not put the form inside an if/else statement? If the button isset, or if the name equals submit, then show it disabled. Can't think of a lot of uses for this, unless, I suppose, you want to have a page with lots of forms on it, and you want to submit pieces of information. It wouldn't pr

Re: [PHP-DB] Tutorial?

2002-03-03 Thread Greg Donald
On Sat, 2 Mar 2002, Jennifer Downey wrote: >Can anyone point me to a good tutorial on how to disable a submit button >once clicked? >preferably in php. If you reload the page after the button is clicked then you can simply pass a $disable variable in your form as a hidden field, then you can che

[PHP-DB] Tutorial?

2002-03-02 Thread Jennifer Downey
Hi all, Can anyone point me to a good tutorial on how to disable a submit button once clicked? preferably in php. Thanks Jennifer Downey -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Tutorial?

2001-03-02 Thread Boaz Yahav
, 2001 10:41 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Tutorial? Hi there, Iam new to the world of PHP, and after my boss told me to learn PHP and MySQL, I found my way here. I am gettign to frips with MySQL, and Basic PHP seems to be sticking in my brain, but I'd really appreciate it i

Re: [PHP-DB] Tutorial?

2001-03-02 Thread Russ Michell
Welcome new person! Most people who ask this question generally get pointed in the direction of Julie C. Meloni's book "PHP Fast & Easy Web Development" It goes from the ABSOLUTE basics through to explaining [MySQL] database connectivity and sql statements. I used it and highly reccommend it.

[PHP-DB] Tutorial?

2001-03-02 Thread Tristan . Pretty
Hi there, Iam new to the world of PHP, and after my boss told me to learn PHP and MySQL, I found my way here. I am gettign to frips with MySQL, and Basic PHP seems to be sticking in my brain, but I'd really appreciate it if you guys could point me in the direction of a good on-line tutorial that