[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-05-18T08:03:32-07:00 https://integramod.com/forum/feed.php?f=17&t=334 2006-05-18T08:03:32-07:00 2006-05-18T08:03:32-07:00 https://integramod.com/forum/viewtopic.php?t=334&p=6393#p6393 <![CDATA[Re: username in form?]]>
 To check the info from form use]) ? phpbb_clean_username($HTTP_POST_VARS['username']) : '';  To assign use:'USERNAME' => $username,  In form use:<input>  In File (tpl)  use:{USERNAME}  


Mike

Statistics: Posted Author: Michaelo — Thu May 18, 2006 8:03 am


]]>
2006-04-22T04:33:12-07:00 2006-04-22T04:33:12-07:00 https://integramod.com/forum/viewtopic.php?t=334&p=2640#p2640 <![CDATA[username in form?]]>
adding 'USERNAME' => $userdata['username'], in the php file and {USERNAME} in the form in the template does not work...
it just shows {USERNAME}

help please i'm stuck here...

Statistics: Posted Author: Skywalker — Sat Apr 22, 2006 4:33 am


]]>