RE: [PHP] redirect to a page the fist time a site is accessed

2009-04-16 Thread Jencisson Tsu
hey,boy, i think you should use datebase to store user status,use user's internet-ip and intranet-ip to idenification. > To: php-general@lists.php.net > From: d...@program-it.ca > Date: Wed, 15 Apr 2009 16:20:05 -0400 > Subject: Re: [PHP] redirect to a page the fist time a site is accessed > >

RE: [PHP] adding key-> value pair to an array

2008-12-03 Thread Jencisson Tsu
haha,is funny, i like it. > Date: Wed, 3 Dec 2008 12:40:39 -0800 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED]; php-general@lists.php.net > Subject: Re: [PHP] adding key-> value pair to an array > > > > > //you can get really stupid with this.. > > ${false} = 'some string he

[PHP] Javascript control on Firefox 2/3 with flash 9

2008-05-29 Thread jencisson
my page include some javascript to control the play,rewind..and other functions of the swffile showEdit.swf, it works in Safari/IE with flash-plugin 8/9 installed but not works in Firefox with flash plugin 9(would reports obj.play() is not a function, is any one point out what is the problem

RE: [PHP] Another form handling posting question

2007-12-05 Thread jencisson
hi,mike i suggest that you use Javascript to done this work. like this: ... function submitprocess(){var pobj=document.getElementById("process");var fobj=document.getElementById("form1");if (pobj.value=="pass"){ fobj.action="sucess.php";//change form1's action value return true;//submit the