Jump to content

jimath

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

Everything posted by jimath

  1. in the page i looking at. i change the encoding in mozzilla to utf-8-so greek letters are displayed- and when i click a link these letters are not readable. english are displayed ok.
  2. no, the problem is that the character encoding in mozilla changes when i click a link in my page.
  3. hi everyone! i have a problem with charset. i am using php 4.3.4. in all my scripts i ve declared the line <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> i put UTF-8 from character encoding in mozzila browser and when i click a link in my project the letters are changed to sth unintelligible. could anyone help me?
  4. i tried to remove DEFAULT but ..nothing. There is no difference with double or no quotes. Anything else?
  5. hello everyone! i am using mysql 5 and when i run these commands, the following errors occuring: 1 . SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; You have an error in your SQL syntax. 2. CREATE DATABASE `health` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci' at line 1 can anyone help?
  6. yes that i mean. i wonder what characteristics of php can be used to implement such a system. do you know any tutorials that can be helped me with the implementation of a distributed system with php? the users and the requirements are few in my exercise. thank you!
  7. hi everyone! i d like to ask if i can use php and mysql in order to implement a distributed application. Can i? OR i have to use technologies like servlets CORBA and jsp? thanks
  8. ok thank you. but sth else. my file is a wav file. i simply want an icon instead of a link to correspond to it. so , now if the user right click and save, download the icon, not the wav file.
  9. hello everyone! i have an icon corresponded to a wav file. <a href="file.wav"><img src="icon.gif" width="20" height="20" alt=".wav File"></a> i d like your help on how i could allow my users to be able to download the file (if their browser allow it) could this be achived using html?
  10. i write this mysql> mysql -p nuke <C:\Program Files\Apache Group\Apache2\htdocs\PHP-Nuke-7.8\sql\nuke.sql and its displayed the -> arrow. i have created the database (nuke).
  11. hi everone! could anyone tell me how i can import a txt file with sql commands from the mysql command line? the following doesnt help me. mysqladmin create nuke mysql nuke<nuke.sql i have the txt file in a folder into htdocs and i want to run it. i am already connected to mysql as root. mysql> thanks!
  12. i tried this but the problem eventually is with the language. for example: if i write this: INSERT INTO `lessons_per_exam` ( `lesson_id` , `examino` , `name_lesson` , `exam_char` , `theory` , `lab` , `state` , `state_char` ) VALUES (9, 1, '[b]Επιστήμη των Υπολογιστών[/b]', 'Α', 2, 0, 2, '[b]Προαιρετικο[/b]'); it is not acceptable.and the message is displayed whereas if i write this: INSERT INTO `lessons_per_exam` ( `lesson_id` , `examino` , `name_lesson` , `exam_char` , `theory` , `lab` , `state` , `state_char` ) VALUES (9, 1, '[b]computer science[/b]', 'Α', 2, 0, 2, '[b]optional[/b]'); everything ok. so the columns accept only the english chars. have you any idea about how i can solve the language problem? [b]i use phpmyadmin 2.8.2[/b]
  13. [quote]hi everyone! i have created a table like this: table: lessons per exam columns: lesson_id int(11)             semester int(11)             name_lesson varchar(120)             exam_char varchar(30)             theory int(11)             lab int(11)             state int(11)             state_char varchar(30) in this table i want to execute this query: INSERT INTO `lessons_per_exam` VALUES (10, 1, 'Υπολογιστές', 'Α', 2, 0, 2, 'Προαιρετικο'); and an error message is displayed: [b]#1406 - Data too long for column 'name_lesson' at row 1 [/b] in mysql 4.x this query was executed but now in mysql 5 there is this error. can you help me? [/quote]
  14. hi everyone! i use mysql 5.0.22 apache2 and phpmyadmin 2.8.2 when i try to install mysql5 its displayed the following message: "the security settings could not be applied to the database because the connection has failed with the following error: error nr 2003 cant connect to mysql server on localhost. if a personal firewall runs on your machine please make sure that u have opened the TCP port 3306 for connections." i have already windows firewall displayed. and i tried to install mysql 4.1 instead and everything ok. whats wrong with mysql5 could u help?
  15. [quote]hi everyone! i use php 5.0.5  mysql 5 apache 2 and phpmyadmin 2.8.2 everything goes well with php maybe since phpinfo() runs. but when i am trying to run index.php file of phpmyadmin from my browser the following message appears: "cannot load MySQL extension, please check PHP Configuration". i wonder if there is a problem with mysql 5 edition. [/quote]
  16. [quote]hi everyone! i use php 5.0.5  mysql 5 apache 2 and phpmyadmin 2.8.2 everything goes well with php maybe since phpinfo() runs. but when i am trying to run index.php file of phpmyadmin from my browser the following message appears: "cannot load MySQL extension, please check PHP Configuration". i wonder if there is a problem with mysql 5 edition. [/quote]
  17. hi everyone, i d like to know if i could combine the last editions of php mysql apache without having problems.
×
×
  • 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.