Re: [PHP-DB] printf and unsecable char

2010-01-05 Thread Richard Quadling
2010/1/4 Chris : > Jean-Philippe Battu wrote: >> >> Hello >> >> I would like  to print a string formatted on the right side and fill in >> the left side with the unsecable character [ ] >> >> I read in the printf command I could use : printf( "%#30s" , $mystring ) ; >> to display $mystring string w

Re: [PHP-DB] printf and unsecable char

2010-01-04 Thread Chris
Jean-Philippe Battu wrote: Hello I would like to print a string formatted on the right side and fill in the left side with the unsecable character [ ] I read in the printf command I could use : printf( "%#30s" , $mystring ) ; to display $mystring string with the character # before (on the le

[PHP-DB] printf and unsecable char

2010-01-04 Thread Jean-Philippe Battu
Hello I would like to print a string formatted on the right side and fill in the left side with the unsecable character [ ] I read in the printf command I could use : printf( "%#30s" , $mystring ) ; to display $mystring string with the character # before (on the left) and I try to replace #