RE: [PHP] URL modification

2008-02-24 Thread Xavier de Lapeyre
thnks Xavier Please consider the environment before printing this mail note. -Original Message- From: Nathan Rixham [mailto:[EMAIL PROTECTED] Sent: vendredi 22 février 2008 18:58 To: php-general@lists.php.net Subject: Re: [PHP] URL modification Richard Heyes wrote: >> H... made

RE: [PHP] URL modification

2008-02-22 Thread Xavier de Lapeyre
Thnks, H... made a quick look into it. Seems to be apache compatible. I'm designing a site to be hosted on an IIS Server. Does it still works there? Regards, Xavier de Lapeyre Web Developer Enterprise Data Services 24, Dr Roux Street, Rose Hill Office: (230) 465 17 00 Fax: (230) 465

[PHP] URL modification

2008-02-21 Thread Xavier de Lapeyre
Hi all, I saw on some websites that modifies the links to access the webpages. Something like: http://www.example.com/login/ instead of http://www.example.com/login.php Does anyone knows how this works or how its call / which PHP library performs this action? Xavier de Lapeyre -- PHP

RE: [PHP] Template system in PHP

2008-02-13 Thread Xavier de Lapeyre
Wow, Thnks... Seems that are lots of routes to it. Xavier de Lapeyre Web Developer Enterprise Data Services www.eds.mu Please consider the environment before printing this mail note. -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: mercredi 13 février 2008

RE: [PHP] Template system in PHP

2008-02-13 Thread Xavier de Lapeyre
Sounds interesting... Are your XML predefined or generated on the run? From say a DB? Xavier Please consider the environment before printing this mail note. -Original Message- From: Nathan Rixham [mailto:[EMAIL PROTECTED] Sent: mercredi 13 février 2008 01:20 To: php-general@lists.ph

RE: [PHP] Template system in PHP

2008-02-13 Thread Xavier de Lapeyre
Lol... If IE7 goes "hun what?" I wonder what would happen in lt IE7 :) GO FIREFOX!!! Xavier -Original Message- From: Nathan Rixham [mailto:[EMAIL PROTECTED] Sent: mercredi 13 février 2008 01:27 To: php-general@lists.php.net Subject: Re: [PHP] Template system in PHP *sigh* as always,

RE: [PHP] Question about development

2008-02-12 Thread Xavier de Lapeyre
1 Forum 2 Chat Wont Have Features 1 Any not mentioned above 2 Multiple Languages Xavier de Lapeyre Web Developer Please consider the environment before printin

[PHP] Template system in PHP

2008-02-12 Thread Xavier de Lapeyre
modify my template and the jobs' done. Do any of you guys & gurls know of a way to implement that template system. (The best one I know of is that of Wordpress) Regards, Xavier de Lapeyre Web Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Just to confirm...

2007-12-20 Thread Xavier de Lapeyre
> if(stristr($_SERVER['HTTP_USER_AGENT'],"msie")) { > die("No friend of Internet Exploder is a friend of mine."); > } > ?> Lol!!! I need to implement that on ALL my sites ... XD!! Xavier de Lapeyre -Original Message-

RE: [PHP] Assign variable to a block of html code

2007-12-20 Thread Xavier de Lapeyre
and it also removed the hassle of placing escape tags! Xavier de Lapeyre Web Developer Enterprise Data Services 24, Dr Roux Street, Rose Hill Office: (230) 465 17 00 Fax: (230) 465 29 00 Site: www.eds.mu -Original Message- From: Peter Ford [mailto:[EMAIL PROTECTED] Sent: jeudi 20 dé

RE: [PHP] Assign variable to a block of html code

2007-12-20 Thread Xavier de Lapeyre
Yeps, Sorry bout that. Thnks for pointing it out. Xavier -Original Message- From: Darren Whitlen [mailto:[EMAIL PROTECTED] Sent: jeudi 20 décembre 2007 13:13 To: php-general@lists.php.net Subject: Re: [PHP] Assign variable to a block of html code Xavier de Lapeyre wrote: > You sho

RE: [PHP] Assign variable to a block of html code

2007-12-19 Thread Xavier de Lapeyre
You should try the HEREDOC structure. See link: http://php.net/heredoc It should look to something like: $myblokvar = << Welcome $name to this website! <