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());
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
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.
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.
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
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?
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?
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.