http://www.php.net/mailing-lists.php
watch out; php-general is quite busy at times! > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 15 January 2003 13:52 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] Re: javascript and php/html forms > > > Mignon, > > I've been looking for a PHP list to join. Would you mind > sharing information about joining the php-db list you are using? > > Thanks in advance, Maureen > > > Hi David and thanks for the assistance. This didnt work for me > > though.=20 But, fyi, I was able to get it to work by echoing the js > > within my php-if-submit area as such: > > > > <? > > include ('dbconn.php'); > > if(isset($submit)) > > { =20 > > $query =3D "INSERT INTO `comments` ( `track_id`, > `cat_comments` ) > > VALUES ( '0', '$comm' );"; > > mysql_query ($query, $link ); =09 > > echo "<html><head><script=20 > > > language=3D\"JavaScript\">window.close();</script></head><body></body> > > </ > > html>"; =09 > > } =20 > > ?> > > ************************************************************** > > This was suggested to me by someone on the php-db list. > > > > Thanks again for the help > > > > Mignon > > > > > > On Mon, 2003-01-13 at 16:33, David Blakey wrote: > > >=20 > > > >I'm trying > > > > > > > ><input type=3D"submit" name=3D"submit" value=3D"submit" > > > >onClick=3D"window.close();"> > > >=20 > > > Try > > >=20 > > > <input type=3D"submit" name=3D"submit" value=3D"submit"=20 > > >onClick=3D"window.close();return true;"> =20 > > > Regards, > > > David > > >=20 > > >=20 > > > ____ =95 The WDVL Discussion List from WDVL.COM =95 ____ > > > To Join wdvltalk, Send An Email To: > mailto:[EMAIL PROTECTED]=20 > > > Send Your > Posts To: [EMAIL PROTECTED] > > > To change subscription settings to the wdvltalk digest version: > > > http://wdvl.internet.com/WDVL/Forum/#sub > > >=20 > > > ________________ http://www.wdvl.com _______________________ > > >=20 > > > You are currently subscribed to wdvltalk as: > [EMAIL PROTECTED] > > > To unsubscribe send a blank email to > [EMAIL PROTECTED]= > > m > > ____ . The WDVL Discussion List from WDVL.COM . ____ > To Join wdvltalk, Send An Email To: > mailto:[EMAIL PROTECTED] > Send Your Posts > To: [EMAIL PROTECTED] > To change subscription settings to the wdvltalk digest version: > http://wdvl.internet.com/WDVL/Forum/#sub > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: > [EMAIL PROTECTED] To unsubscribe send a blank email to > %%email.unsub%% > ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
