Jump to content

ryanfilard

Members
  • Posts

    252
  • Joined

  • Last visited

Everything posted by ryanfilard

  1. I am trying to make a rating system and this script is not working. $ratingget = $_REQUEST['star2']; mysql_select_db($database_news, $news); $query_ratingsys = "UPDATE news SET votes = votes +1 AND rating = rating +'$ratingget' WHERE id = '$id'"; $ratingsys = mysql_query($query_ratingsys, $news) or die(mysql_error());
  2. http://dl.tl/?db77 In the top toolbar the will not align and I cannot adjust the hight and width. I have tried using css but I can't format it. Please help
  3. use mod_rewrite
  4. What do you think of hosting24? hostgator.com gives me so many problems and I heard that hosting24 is better.
  5. What do you think about the design and features? http://dl.tl/?47d5
  6. Username: phpfreaks Password: password
  7. Mine is the highest ranked but this website ripped off my design.
  8. There is a link that comes up when you search one of my websites with google, it is not related to my website in any way. Is it possible to remove it by contacting google.
  9. The site is offering a online blogging. It is a site I started in my spare time.
  10. I get this error while trying to insert an update record script. At line 687 of file "Macintosh HD:Applications:Adobe Dreamweaver CS5:Configuration:ServerBehaviors:PHP_MySQL:UpdateRecord.js" name has no properties.
  11. I spent over 3 months coding and planing this website with other and I expect it to be done in about 1 more week. I was contacted by a school teacher with 200 students in total, she was asking me if it is okay for students to register. I said yes because I am adding a lot of new privacy features. She is going to use it in about a month. Do you think it is ready for action? http://www.celbre.com Demo User: ptest Demo Pass: ptest1
  12. AND private = '$priiv'
  13. I am trying to make my database search only search where private = '$priiv'(Usually 0,1, or 2) but it does not work $query_search = "SELECT * FROM users WHERE username LIKE '%$idea%' OR fname LIKE '%$idea%' OR lname LIKE '%$idea%' OR tags LIKE '%$idea%' AND private = '$priiv'"; What am i doing wrong?
  14. I am developing an android application called PHP Phactory I am still working on the name. The program is for android phones and tablet but would be best suited for a tablet. With this program you can write and execute php scripts. Is this something that you would use?
  15. hostgator.com
×
×
  • 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.