Jump to content

eduard

Members
  • Posts

    2,375
  • Joined

  • Last visited

Everything posted by eduard

  1. What has that to do with me? (different location, different situation, different background, etc.)
  2. No,I don´t understand your frustration! Whenever someone/something frustrates me, I leave it out as soon as I can!
  3. A problem for a beginner can´t be simple explained! I´ve to ask many times the same question until I get a good simple reply (by you!) (combining or integrating ) mysql queries into a html file. I cook now for more than 20 years and still making mistakes! I´m not a ´loop´ person (thank god!)! What do you think I´ve been doing those 18 months?Facts: living at 4 different locations, living in 2 foreign countries (Chile and Argentina), since 4 months no personal computer and because of my (fysically) dsabillity I´ve far less time than you have! Do you understand my frustration? (P. s. you wrote me yourself that the tutorials aren´t good! - 2011)
  4. You´re totaññy right, but sometimes (now!) persons forget something! Human, isn´t it?
  5. I thought the validator is called: ´dsonesuk´!
  6. What so you mean by checking the form?
  7. I thought so! That´s why I copied and paste the text to a new file!. But now it doesn´t open as a web page! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"></head><body><br><div id="idioma"><p>Chose your lenguage:</p>Seleccione su idioma:<form method="post" name="nav"><br><select name="lang" onChange="document.location.href=document.nav.lang.options[document.nav.lang.selectedIndex].value"><option value="portfolio.html" selected >English </option><option value="portfolio.html">Español </option><option value="portfolio.html">German </option><option value="portfolio.html">Dutch </option><option value="portfolio.html">French </option></select><br><br><?php$Site_Name = $_POST['site_name'];$Site_URL = $_POST['site_url'];$Description = $_POST['Description'];$con = mysql_connect("localhost","root","usbw") or die(mysql_error());mysql_select_db("website", $con);$sql="INSERT INTO links (Site_Name, Site_URL, Description)VALUES ('$_POST[site_name]','$_POST[site_url]','$_POST[Description]')";if (!mysql_query($sql,$con)){ die('Error: ' . mysql_error());}mysql_close($con);?><form action="index.php" method="POST"> <label for="s_name">Site Name: </label> <input type="text" id="s_name" name="site_name"/> <label for="s_url">Site URL: </label> <input type="text" id="s_url" name="site_url"/> <label for="Description">Description:</label> <input type="text" id="Description" name="Description"/> <input type="submit" value="Add Link"/></form></div><div id="floater"><ul id="flags"> <li>eng<a href="english.html"><span id="amer"></span></a></li> <li>es<a href="spanish.html"><span id="spanish"></span></a></li> <li>d<span id="germ"></span></li> <li>nl<span id="dutc"></span></li> <li>f<span id="fren"></span></li></ul></div><!--end #floater --><div id="vertical"></div><div id="main"><p><img id="eduard" src="eduard.JPG" alt="img Eduard Lid"></p><p align="center"> <iframe width="450" height="300" src="http://www.youtube.com/embed/h2AWKgU0cN4" frameborder="0" allowfullscreen></iframe><img id="lake" src="lake.jpg" alt="img lake"></p><div id="content"><p>Web designer<span class="right">Diseñador de sitios web</span></p><p>Translator<span class="right">Traductor</span></p><ul id="links"><li><a href="english.html">more</a></li><li><a href="spanish.html">más</a></li></ul></div></div><!--end #main --><h1>Eduard Lid</h1><p id="copyright">Copyright © 2012</p></body></HTML>
  8. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"></head><body><br><div id="idioma"><p>Chose your lenguage:</p>Seleccione su idioma:<form method="post" name="nav"><br><select name="lang" onChange="document.location.href=document.nav.lang.options[document.nav.lang.selectedIndex].value"><option value="portfolio.html" selected >English </option><option value="portfolio.html">Español </option><option value="portfolio.html">German </option><option value="portfolio.html">Dutch </option><option value="portfolio.html">French </option></select><br><br><?php$Site_Name = $_POST['site_name'];$Site_URL = $_POST['site_url'];$Description = $_POST['Description'];$con = mysql_connect("localhost","root","usbw") or die(mysql_error());mysql_select_db("website", $con);$sql="INSERT INTO links (Site_Name, Site_URL, Description)VALUES ('$_POST[site_name]','$_POST[site_url]','$_POST[Description]')";if (!mysql_query($sql,$con)){ die('Error: ' . mysql_error());}mysql_close($con);?><form action="index.php" method="POST"> <label for="s_name">Site Name: </label> <input type="text" id="s_name" name="site_name"/> <label for="s_url">Site URL: </label> <input type="text" id="s_url" name="site_url"/> <label for="Description">Description:</label> <input type="text" id="Description" name="Description"/> <input type="submit" value="Add Link"/></form></div><div id="floater"><ul id="flags"> <li>eng<a href="english.html"><span id="amer"></span></a></li> <li>es<a href="spanish.html"><span id="spanish"></span></a></li> <li>d<span id="germ"></span></li> <li>nl<span id="dutc"></span></li> <li>f<span id="fren"></span></li></ul></div><!--end #floater --><div id="vertical"></div><div id="main"><p><img id="eduard" src="eduard.JPG" alt="img Eduard Lid"></p><p align="center"> <iframe width="450" height="300" src="http://www.youtube.com/embed/h2AWKgU0cN4" frameborder="0" allowfullscreen></iframe><img id="lake" src="lake.jpg" alt="img lake"></p><div id="content"><p>Web designer<span class="right">Diseñador de sitios web</span></p><p>Translator<span class="right">Traductor</span></p><ul id="links"><li><a href="english.html">more</a></li><li><a href="spanish.html">más</a></li></ul></div></div><!--end #main --><h1>Eduard Lid</h1><p id="copyright">Copyright © 2012</p></body></HTML>
  9. But index.php has to be a web page?I can´t rename the index.html - into index.php?I changed both, but still it doesn´t work!
  10. Data doesn´t go into db! Why? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><head><meta http-equiv="content-type" content="text/ html; charset=UTF-8"><title>Eduard Lid</title><link rel="stylesheet" type="text/css" href="ex1.css"></head><body><br><div id="idioma"><p>Chose your lenguage:</p>Seleccione su idioma:<form method="post" name="nav"><br><select name="lang" onChange="document.location.href=document.nav.lang.options[document.nav.lang.selectedIndex].value"><option value="portfolio.html" selected >English </option><option value="portfolio.html">Español </option><option value="portfolio.html">German </option><option value="portfolio.html">Dutch </option><option value="portfolio.html">French </option></select><br><br><?php$Site_Name = $_POST['site_name'];$Site_URL = $_POST['site_url'];$Description = $_POST['Description'];$con = mysql_connect("localhost","root","usbw") or die(mysql_error());mysql_select_db("website", $con);$sql="INSERT INTO links (Site_Name, Site_URL, Description)VALUES ('$_POST[site_name]','$_POST[site_url]','$_POST[Description]')";if (!mysql_query($sql,$con)){ die('Error: ' . mysql_error());}mysql_close($con);?><form action="insert.php" method="POST"> <label for="s_name">Site Name: </label> <input type="text" id="s_name" name="site_name"/> <label for="s_url">Site URL: </label> <input type="text" id="s_url" name="site_url"/> <label for="Description">Description:</label> <input type="text" id="Description" name="Description"/> <input type="submit" value="Add Link"/></form></div><div id="floater"><ul id="flags"> <li>eng<a href="english.html"><span id="amer"></span></a></li> <li>es<a href="spanish.html"><span id="spanish"></span></a></li> <li>d<span id="germ"></span></li> <li>nl<span id="dutc"></span></li> <li>f<span id="fren"></span></li></ul></div><!--end #floater --><div id="vertical"></div><div id="main"><p><img id="eduard" src="eduard.JPG" alt="img Eduard Lid"></p><p align="center"> <iframe width="450" height="300" src="http://www.youtube.com/embed/h2AWKgU0cN4" frameborder="0" allowfullscreen></iframe><img id="lake" src="lake.jpg" alt="img lake"></p><div id="content"><p>Web designer<span class="right">Diseñador de sitios web</span></p><p>Translator<span class="right">Traductor</span></p><ul id="links"><li><a href="english.html">more</a></li><li><a href="spanish.html">más</a></li></ul></div></div><!--end #main --><h1>Eduard Lid</h1><p id="copyright">Copyright © 2012</p></body></HTML>
  11. eduard

    Next step?

    I think you alredy gave the answer. I´ve 1 html form on my website, insert.php works! But to show the results of select.php I need a question(s) written on a html form?
  12. You don´t have to defend yourself! If you are happy and I´m happy! Then we are both happy! (P. s. I haven´t come to south-america for the money! Besides there isn´t much!) (P. s. I´m very glad that I don´t have to read 100 pages!)
  13. eduard

    Next step?

    Ok, thanks!
  14. (I´m glad I don´t live in the U. S.!)I do it my way!First we´ve a coffee (or something else!). We talk about it! I´m going to calculate and in a couple of days we meet again!I´ve everything on paper and the client can sign! If we don´t agree, adios!
  15. eduard

    Next step?

    But still I haven´t got a reply to this post and that´s now the most important to me! (combining, integrating, etc.)!
  16. I´m not studying now so hard to design a website for just $ 100!
  17. Ok (I´m glad to have no religion!)
  18. I´m not posting! I sent this thread 8 days ago! Now I´m only replying to (still) the posts!
  19. I´m getting sick of this topic! Before we discuss about money, I´ve to finish my website! So, please will all the members of this forum contribute to make that possible! (please all your replies to help me with php!). Thanks!
  20. I don´t understand this message!But I never paid for what kind of thing! Is your world the real world? Fortunately, I know better!
  21. Very simple! Client not satisfied? He/She has to look for another ...... (20 years experience - not websites!)
  22. I wrote it several times: Argentina is in no way the USA! The only thing that counts here is: money!I charge 30% before. 40% in the middle and 30% at the end of the project!
  23. I exactly know what the price is agreed on BEFORE I´ve done anything! If not: I don´t do anything (bad experiences!) P. s. Of course I know it´s a joke! But good jokes you´ve to study, haven´t you?
×
×
  • Create New...