How setting coexist EUC and UTF8 ?(Windows7) (1 reply)
hello. I'm develop with MYSQL 5.5 WINDOWS 7. It's based UTF8 encoding, and usually I develop with UTF8 PHP-mysqld. This environment working fine. But I must maintenance old system created by EUC...
View ArticleSynchronizing SQL databases over a network (1 reply)
Hey guys! Anyone have any idea how to systematically synchronize databases that are on the same network? All databases are on local machines but all on the same network. If one database adds...
View ArticleUnwanted character conversions (12 replies)
Hello, I am seeing the reverse of the usual problems associated with displaying extended characters on my web pages which are generated with PHP. The database is set up with everything in utf8...
View ArticleWhat is wrong with this code? (5 replies)
Hello! I'm a student at datalogi, and I have an assignment for tomorrow, but I cant figure it out. I'm supposed to make a simple seach function, where people can search in my database for some medical...
View ArticlePHP web development design strategy (2 replies)
I am good in web development but recently started using PHP and developed few websites. I learned it myself and developing the website as per the requirement and able to do it without any issue. But I...
View Article[ASK] Automatically count in database (1 reply)
I develop program using php and mysql, I have a table with 2 attribute, word and count, How the way if we insert the same word, thats not add or duplicate the same word before, but just add the count,...
View ArticleDropdown box containing values from database. (3 replies)
I am new to both MySQL and PHP so I really need help! I have two tables 'Employee' and 'Holiday'. in my holiday table I have the field 'employee ID' which is a foreign key from the primary key in the...
View ArticleUse mysqli to retrieve recordset to an array (1 reply)
I tried use the following coding to retrieve the recordset to an array but it returns all identical records. Can anyone point out how this can be fixed? function list_book() { $username = "user";...
View ArticleTutorial for php? (6 replies)
I need a PHP tutorial. Did anyone share some tutorial links for me?
View Article$mysqli->query variable not working (3 replies)
I am having some problems creating a log in system. $un is the username that I input. $result = $mysqli->query("SELECT username, password FROM developers WHERE username = 'admin'"); -> Works!...
View ArticleOne to many concept (2 replies)
Hi, I have two tables Table 1: projects---fields: id, title created, updated Table 2: tasks----fields: id, project_id, title, start_date, due_date, created, updated Questions: I need all those...
View ArticleNeed help connecting MySQL with PHP (7 replies)
I am teaching myself PHP & MySQL from two different books: PHP & MySQL in easy steps and PHP/MySQL for Dummies. I've learned most of the SQL commands but for some reason I can't get a...
View Articlemysql root password setting error (no replies)
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you...
View Articlecharacter map letters post to database from php (2 replies)
Hi, I allow users to create usernames with fancy letters (character map). I need to allow users to register with these usernames. How ever when i post the letters from php into database, it shows...
View Articlehelp. mysql support ar language (1 reply)
please.I want to know the correct way to support the Arabic language in mysql databases and printing orders in php. http://www.oscarhb.com
View ArticleConnecting to a database and displaying 1 result (2 replies)
I have been working on a code to establish conenction to a database to to retrieve the information on the database. The database contains a list of names and a colour code next to them. I have...
View Articleselect and if statement (1 reply)
al salam alikum =) guys i want to know how to fix a complicated query i have two tables subsystem -> 1st table topics -> 2nd table subsystem : subid userid type typeid ; topics : topicid title...
View ArticleMM_Username insert into field (1 reply)
Hi everyone, new to php and Mysql, moved over from ms access, i am creating a website to help people monitor there requests, they login with a login name and password like login 'James Helliwell',...
View ArticleHow to set Dynamic WHERE CONDITIONS to show customer rows depending on Login...
I have two tables in MYSQL, tblLogin and tblCustomers with the following Columns: tblLogin{LoginID as Primary_Key, UserName, Password} and tblCustomer{Customer_ID as Primary_Key, Customer_FullName,...
View Articlemysql_fetch_assoc(): supplied argument is not a valid MySQL error (3 replies)
hallo, if i try do run the code below i get this error: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in .... What could I to do make my code work? Thanks for...
View Article