Jump to content
xisto Community

jailbox

Members
  • Content Count

    38
  • Joined

  • Last visited

Posts posted by jailbox


  1. Can anyone help me with pagination of a txt file which looks something like this:some message <br/>some message <br/>some message <br/>some message <br/>some message <br/>some message <br/>some message <br/>The <br/> tag is the end of the message. Anyone?


  2. what kind of tune is this?? Country. cause i can really hear this with country music or i guess you could have some sort of soft rock... Hey though I have to give you props good song I think it is a little short. Probably need to get longer sentences in there somewhere or else it reads just as a poem.

    its supposed to be metal. Something like Fiddler On The green

  3. Its my first one. Darkness,no light in sight,my demons,lurking in the night,no place to hide,no place to stayto make this pain go away.It hasnt always been like this,I had a life,now its a dream.When it started, two years ago,i woke up,i didnt know,that all is lost.I didnt knowI didnt knowBeen hiding,been crying,since that day.All is lost,all is lost.Im alone now,all alone.Who did this?Why did he?Been wondering,been suffering,sice that day.All i got left is this,a piece of her hair.Every night i touch it,i watch it,trying to remember,what happened,at that day,the day i lost everything.The day started off good,until noon.I was upstairswhen i heard a scream,shattering glass,and silence.I rushed to see,to see what happened.As i reached there,i saw her,lying in blood,lifeless.Who did this?Why did he?Been wondering,been suffering,sice that day. Still it hurts inside,still i dont know,whos responsible,whos behind this.Still i dont know,never will i know...


  4. <?
    define (NL,"\n");

    if (isset($_GET['show'])=='guestbook')

    {

    echo 'guestbook';

    }

    else if (isset($_GET['show']=='info')

    {

    echo 'info';

    }

    else

    {

    echo '<a href="?show=guestbook"> guestbook </a><br />' .NL. '<a href="?show=info"> info </a>';

    }
    ?>

    Parse error: parse error, unexpected T_IS_EQUAL, expecting ',' or ')' in /home/jailbox/public_html/test/testing.php on line 22


    what you are trying to accomplish could be possible with flatfiles,although we can't help you with the technicalities of the code,
    unless we actually see your code. maybe you can upload your
    bare code in your site, and have us review it for alteration/
    modification to the end you desire. smile.gif

    or better yet, start learning more PHP and MySQL to maximize the
    features of Xisto hosting. smile.gif i'm wary of using flatfiles since they
    are not really that secure enough. at least that's what i think, since
    they can essentially be called directly from the browser
    (example: http://ww38.yoursite.com/flatfilename.txt). tongue.gif heheheĆ¼
    anyway, a flatfile has its uses, but i won't use it if i want to make
    some/all content in it secure.


    You misunderstood

  5. Do you mean something like this?

    <?php[br]if($_GET['show'] == "guestbook")[/br]{[br]	echo "guestbook";[/br]}[br]elseif($_GET['show'] == "info")[/br]{[br]	echo "info";[/br]}[br]else[/br]{[br]	echo '<a href="?show=guestbook"> guestbook </a><br>';[/br]	echo '<a href="?show=info"> info </a>';[br]}[/br]?>
    I dunno. Im not sure. I aint good with php
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.