Search results

  1. Y

    Why doesn't this php/mysql code work?

    What I'm trying to have it do is add the users name under the camera column BUT, if a users name is already there, I want it to add a comma and then add the news users name. I've tried the code below, but it does not work. Any suggestions? <?php $con =...
  2. Y

    Can someone help me fix my php code so that it does not delete any data in the mysql

    database when entered? What I'm doing here is having a first page, where the user selects a checkbox. They then hit the submit button and the value of the box is processed on another page where it is added to the mysql database. A user can select a checkbox and hit submit and then the value is...
  3. Y

    Can someone help me with this PHP Code (add variable into input form value)?

    What I'm trying to do is load a variable from a cookie, and make that variable the value for the input checkbox. Code is below: <?php $username = $_COOKIE['ID_my_site']; echo '<b>Add me as:</b><br>'; echo '<div align="left"><br>'; echo '<input type="checkbox" name="camera"...
  4. Y

    News clips in documentary?

    I am starting work on a documentary and was considering hunting down news clips to use in it. If I were to write to some of the channels, what are the chances that they will fill my request? Also, do I need to somehow license the news footage?
Back
Top