Forum: MySQL 20 Days Ago |
| Replies: 1 Views: 398 this is my table:
CREATE TABLE IF NOT EXISTS `artikulli` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`autori` varchar(100) CHARACTER SET utf8 NOT NULL,
`perkthyesi` varchar(100) CHARACTER SET... |
Forum: MySQL Oct 23rd, 2009 |
| Replies: 6 Views: 688 --> mysql_real_escape_string (http://php.net/manual/en/function.mysql-real-escape-string.php)
--> Use htmlentities() for user submitted data!
when you get the id from the url:
$id =... |
Forum: MySQL Jan 16th, 2009 |
| Replies: 1 Views: 1,038 Hi people... I have phpVideoSearch script, and want to add a feature, that if someone a specified page, to add to mysql a +1 value...
Example this is the page:... |
Forum: MySQL Apr 30th, 2008 |
| Replies: 2 Views: 1,674 no need... i installed wamp server
http://www.en.wampserver.com/data/image_menu_wamp.gif
this installs all what i need with one click... thanks |
Forum: MySQL Apr 28th, 2008 |
| Replies: 2 Views: 1,674 Hi.
I Installed Apache 2, PHP 5, and Mysql 5 (All Latest Version)
and now i when open e script on my localhost that needs a mysql connection (i tried with phpmyadmin) i get a error:
Could not... |