Search results

  1. P

    PHP fwright a certain line certain characters along?

    Hey all. I own a small VPS and my friend wants to run a small shoutcast talk-show. I want to allow him to be able to change certain info such as login password, info, MasterPassword etc... but not other info such as listener limit and stream quality (due to bandwidth reasons) If there a way in...
  2. P

    PHP If Else error with IMG HTML tag :S?

    Hey all! I'm making an image gallery for my site and i'm just editing an if else statement (where i get errors) Here is part of the code: <?php if ( $img <= 0 ) { echo "No Such image - Please press next."; } else { echo "<img src="images/<?php echo $img; ?>.jpg" width="400" height="500">"; }...
Back
Top