Search:

Type: Posts; User: niggles; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    19
    Views
    18,948

    So do you mean, that instead of starting each...

    So do you mean, that instead of starting each page with

    session_start();
    $_POST = array_merge($_POST, $_GET);

    I can write a handler which automatically puts them at the top of each page?
    ...
  2. Replies
    19
    Views
    18,948

    Hee, hee, there's a lot more I use it for too :-)...

    Hee, hee, there's a lot more I use it for too :-)

    Was just letting e><ius know why it's good to learn some basic PHP which can save you a lot of time and effort in the long run.

    Perl I wouldn't...
  3. Replies
    19
    Views
    18,948

    I use it all the time in the websites I build -...

    I use it all the time in the websites I build - even the simple ones. The main things I use it for is:

    * headers and footers via include(); so I only need to change 1 central file to update the...
Results 1 to 3 of 3