Jump to content

doloreel

Members
  • Posts

    5
  • Joined

  • Last visited

doloreel's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. this is my code now, it just returns 'could not connect' although phpmyadmin is running and i have input everything correctly. any ideas? <?php if (!@mysql_connect('localhost', 'root', '') || !@mysql_select_db('a_database')) { die('could not connect'); } ?>
  2. First of all i'm new to this. the mysql_connect('localhost', 'root', '') always seems to run even when the values are wrong. I assume that something is wrong here? I am running MAMP.
  3. Haha, well ill have to make my conclusion as i go along. Cheers
  4. New guy here. Was wondering how i would go about replicating the youtube like/dislike bar on a particular piece of content. I'm very new to PHP, all i need is a push in the right direction and i'll be on my way! this is what the thing might look like: http://i.imgur.com/9wC8tpm.png http://i.imgur.com/ZvUZkri.png
  5. I'm a filmmaker and aspiring developer of all things. I recently fell in love with programming and would like to pursue it as an artform like filmmaking! I hope you guys can help me with my really noob questions. related links about me youtube.com/doloreel yeahnah.tv (i made this) Cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.