On 6/18/05, deffleo <deffleo@xxxxxxxxx> wrote: > Hi friends,can you help me. i have 2 problem in php scripting. > > 1.when i use session and i want to redirect user to another page. ... add the following at the beginning of each PHP file: //-- <code> -- if (!session_id() ) { session_start(); } //-- </code> -- > -------------------------------------------------------------------- > 2.how to print out money with digit grouping in php. like this sample : > > $money=10000; > Check http://php.net/number_format Also, check about locale (BTW, I'm new to this group and this is my first message, so hello all! ) -- Juan Pablo Gil R. Director OnFocus - de la Idea al Bit http://www.onfocus.cl/ PHP Data object relational mapping generator - http://www.meta-language.net/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-objects/ <*> To unsubscribe from this group, send an email to: php-objects-unsubscribe@xxxxxxxxxxxxxxx <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/