Re: [psa-users] phpsecurityadm Interface
Brought to you by:
koivi
From: Justin K. <ju...@ko...> - 2003-08-15 02:51:57
|
sunNinja wrote: > hey! Albert, > It works! :) thanks for the advice... now next that im gonna do is the output... ive got no problem with showing the outputs but the only problem is everytime it shows the output... im gettin something like this > > Username E-mail Company > ----------------------------------- > test te...@te... Company > A In the table where you echo out the company name, use something like: <td nowrap><?php echo $company ?></td> You may also want to change the table's width attribute. That should solve your problem. |