Search results

  1. P

    php/sql freelance - little question about pricing?

    Hey all, I'm a 15 year old web developer/designer who can code html, css, php & sql however one of my friends is asking me to make them a large script (has given me a long deadline!(summer holidays)) However I know how I'm going to attack this puzzle awaiting to be created and solved, however...
  2. 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...
  3. 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">"; }...
  4. P

    php Get function toto simple html code?

    Hey all, i am trying to get php get to bring a game number to a html code wich will display a flash game however obviously there are errors and i am a little confuzzled! any ideas on how to edit the code and make it work? *code* <?php $game = $_GET['gameid']; <object width="500" height="300">...
  5. P

    Why use PHP?????????

    php allows you to do many things such as bring data to other pages, so for example when you join a website you will enter your username and password, using php this is then taken to the next page where it is placed in the database and if it worked fine then your would get an email etc... this is...
Back
Top