...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...
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...
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...
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...