Jump to content

alejandro52

Members
  • Posts

    87
  • Joined

  • Last visited

    Never

Everything posted by alejandro52

  1. Don't know what you mean I mean of i can read the file with fopen and display it on screen like it is saved, with all the heading fond size,bold, italic, the paragraphs. Cause when i try to read the file and display it it loses all that stuff.
  2. I was curious if it is possible to create a file with a structure(spaces headers and stuff) and then read it with php and display it like it is saved.What is the best text format to use for this purpose.Is it possible to do it with .doc files?
  3. I tried all the steps but nothing happened. Except this one 2. the connection to your database must be in that charset with the SET NAMES code. When i connect to the database i have $query = 'SELECT * FROM erotiseis ORDER BY id DESC'; $result = mysql_query($query) or die('Query failed: ' . mysql_error()); how should i change it to do the step you said
  4. hehe, yeah i got the windows greek language installed. And i just noticed the post with the link.Ill go check it out.
  5. might not be a stupid one... .You mean the windows or i need an sql file to install for gree language support?I have the wamp pack.
  6. I tried both of them but nothing changed. I put utf8_unicode in both the table and the field.
  7. I created a databae that i added greek text in it and when i try to get the data to echo in a table i get ????.Any help? I also set the collation of the table and the field to greek_general
  8. That was really helpful. The point for me is to find the steps needed to create a dynamic page like the one i linked so i know what i need to learn, cause i have no idea in php. So to sum it up, i need to create a database with tables for each news section with a date added(date will be the primary key for the home page to show the news). In the tables i will also have a field where I'll add a link to the file so i can link it with the name or the date where the user will click. Is that right?? Also is it better to use repeating regions of dreamweaver(if it's possible) or use php code to generate the tables for the links?
  9. oops sorry that was for me?? didn't understand i think you said. The links aren't my page. they are just an example to see what i mean.
  10. Hello, i am trying to create a web site that has some pages that will be updated a lot. The thing i want to do is to have my main page display the documents added in the other pages and each one of the other pages have the content updated dynamically. For example one of the pages have basketball news.I want to display the news by date and when the user click on one of the news to display the new itself. The thing is that i have no idea how to do that. Take a look at that to see what i mean(the pages are in greek but i don';t think it matter to understand the structure). This is the main page http://www.toniaantoniou.gr/antoniou/ This is one of the news pages udate dynamically http://www.toniaantoniou.gr/antoniou/server/programs.asp?cat=5&sub=23 Also if there was someone here to solve me some questions on the fly since im new would be great.
×
×
  • 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.