Search results

  1. U

    My girlfriend and i have happily been going out 3 years and never argued untill...

    ...recently? my gf is in pain with long term injury.. She is also doing her degree final year. She suddenly stopped being motivated to do anything and talks of dropping out, sex has stopped, i think shes starting to self harm. She seems fine most of the time but then she blows up at me, usually...
  2. U

    Can PHP post/get be used without forms?

    i.e hyperlinks? I would like to control my site navigation using php. I have a main and a sub navigation bar which in turn controls content in the main page area. I wanted to pass variables using post / get to remember which page i should be on. But i have no idea how to do this and the only...
  3. U

    PHP within a div, without ajax/java (page refresh method)?

    I have a simple web page laid out in div tags formatted with CSS. I would like to load separate PHP files in the main content div. I have looked on some forums and they generally state to simply display a page i can use <div id="example"> <?php include "pl_user.php" ?> </div> but to update...
  4. U

    PHP within a div, without ajax/java (page refresh method)?

    I have a simple web page laid out in div tags formatted with CSS. I would like to load separate PHP files in the main content div. I have looked on some forums and they generally state to simply display a page i can use <div id="example"> <?php include "pl_user.php" ?> </div> but to update...
Back
Top