Re: [PHP] sharing variables

2001-03-12 Thread Tiki
Be careful. Only for PHP4. Alternatively, try PHPLIB. Works for me:) ""Chris Lee"" <[EMAIL PROTECTED]> wrote in message 98bfqi$asb$[EMAIL PROTECTED]">news:98bfqi$asb$[EMAIL PROTECTED]... sessions http://php.net/manual/en/ref.session.php sessions with cookies - will tra

Re: [PHP] Have you ever seen this?

2001-03-12 Thread Tiki
There is not too much science involved. The trick is to know what language encoding your browser support. Most of the browsers supports multi-languanges. If you look at the header of the HTML for the site, you will find the following: This will instruct to display the correct language encodings

Re: [PHP] php or Mysql for DATE?

2001-03-15 Thread Tiki
You can also use the curdate() function in the MYSQL syntax. e.g. insert into table (datefield) values (curdate()); Cheers Kee Yong -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

Re: [PHP] wordwrap() in php4.03pl1 does not work(?)

2001-03-19 Thread Tiki
It's working for me. How is your call coded? "Nicole Lallande" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Sheesh - I forgot - the function is wordwrap() > > Nicole Lallande wrote: > > > > Hi All, > > > > Am trying to use this function which in the manual