Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread kaab kaoutar
hi! if u wanna use javascript the code should be added in html! but it's better to use php for checking date and hour ! As long as u use php technologie get rid of these client side stuff till it's necessary! cheers >From: Augusto Cesar Castoldi <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Sub

Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread Juan
ACC> But know I want to but an JavaScript to verify if a date/hour is a valid ACC> format for MySQL. ACC> Where should I put the JavaScript? In .php or .html? Well you could actually put it in both, although it is easier to put it the html since it avoids too much embeding. ACC> Or I should check