Re: [PHP] Problem to insert the field

2007-05-08 Thread Richard Lynch
On Tue, May 8, 2007 5:35 am, uni uni wrote: > im having problem in making php news. > > I have session variables in login prosses: > > $_SESSION['username']=$rec['username']; > $_SESSION['registered_admin']=TRUE; > > $_SESSION['username'] is taken from "admin" table > > registered_admin can publish

Re: [PHP] Problem to insert the field

2007-05-08 Thread Zoltán Németh
2007. 05. 8, kedd keltezéssel 03.35-kor uni uni ezt írta: > im having problem in making php news. > > I have session variables in login prosses: > > $_SESSION['username']=$rec['username']; > $_SESSION['registered_admin']=TRUE; > > $_SESSION['username'] is taken from "admin" table > > registered

[PHP] Problem to insert the field

2007-05-08 Thread uni uni
im having problem in making php news. I have session variables in login prosses: $_SESSION['username']=$rec['username']; $_SESSION['registered_admin']=TRUE; $_SESSION['username'] is taken from "admin" table registered_admin can publish the news, and i want to insert the value that were sent fr