PHP Login System with Admin Features

Would you like to react to this message? Create an account in a few clicks or log in to continue.
PHP Login System with Admin Features

This forum was created to talk about the PHP Login System with admin features created by jpmaster77 on evolt's website


    tired to use lots of echo...

    Fred-Eric
    Fred-Eric


    Number of posts : 63
    Registration date : 2007-05-13

    tired to use lots of echo... Empty tired to use lots of echo...

    Post  Fred-Eric Tue Mar 24, 2009 8:59 pm

    If you're tired to use echo on each line in your code ex:

    Code:

    echo '';
    or
    echo " ";

    you can change this by doing this
    Code:

    echo <<< eoe

    if you want to include variable do this {$var}

    eoe;


    enjoy...

      Current date/time is Fri May 17, 2024 4:26 am