How do I make them on different pages instead of piling up on each other,
a little tutorial or some help would be very great full.
Basically when I enter details into a form I dont want it to mean the details are on the index.php page, I would like them all to be seperate like index.php?id=1.
I have my MySQL Database done and stuff but its still confusing how to make sure the data is stored in the database and dont interlink to the main index.php etc
If you want more details or you have questions about the topic ask but then wait for them dont leave and use it as an excuse to answer the question and gain a few points.
I need a little more info on that, all I want to do is still have the index.php with its content except when theres a different id in the index.php?id=
there will be a difference in the content I want writeable through <?php echo $title ?> etc...
a little tutorial or some help would be very great full.
Basically when I enter details into a form I dont want it to mean the details are on the index.php page, I would like them all to be seperate like index.php?id=1.
I have my MySQL Database done and stuff but its still confusing how to make sure the data is stored in the database and dont interlink to the main index.php etc
If you want more details or you have questions about the topic ask but then wait for them dont leave and use it as an excuse to answer the question and gain a few points.
I need a little more info on that, all I want to do is still have the index.php with its content except when theres a different id in the index.php?id=
there will be a difference in the content I want writeable through <?php echo $title ?> etc...