Jump to content

eduard

Members
  • Posts

    2,375
  • Joined

  • Last visited

Everything posted by eduard

  1. That I´ve to study, but I´m too tired now!
  2. Very simple! I don´t need clients like these!
  3. eduard

    Next step?

    I THINK I FINALLY FOUND IT: http://dev.mysql.com.../articles/ddws/ Comments please? (I was too early: parts 5 - 10 only are available in print form!) NOW IT´S REAL: http://www.devshed.com/c/a/PHP/Website-Database-Basics-With-PHP-and-MySQL/ (time for a beer!)
  4. eduard

    Next step?

    Solved! (THIS POST!)
  5. eduard

    Next step?

    My website now is stored at my flash drive (D:)!How do I get this folder (website) in the root folder of my USBwebserver (also at D:)?
  6. eduard

    Next step?

    Thanks!This exactly what I´m/was looking for!However, this is a simple example! I´ll include my index.html file and could you write where I do have to put the mysql queries? Thanks! <!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><h4>Portfolio</h4><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></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>
  7. eduard

    Next step?

    I´ve again thought about it: the main reason for this awful comunication is, that someone here in this hostel is stealing all kinds of food of me for months! I know who the thief is (because I´ve seen her stealing!), but she´s still here! Very frustrating! So, I´ve to find again another place!
  8. eduard

    Next step?

    I think you must read the post good CONCENTRATE! Moving to 10 different places in 2 countries because you have to, has nothing to do with RESPONSIBILITY! To your mood it has!
  9. eduard

    Next step?

    I don´t understand your questions very well! What I always want is RESULTS in a constructive way; I´m a do person, not a talk person! I´m fed up that people write that I´m already 2 years on these fora with all the critism. I´m quite sure that there aren´t many others who have NOT been home for 3 years, which mean I never have had a place where I could concentrate me good! (at this time are 2 persons talking next to me!). It´s like the question: How old are you? I feel how I feel and that´s independent to any number!
  10. eduard

    Next step?

    I????????????????????????????????????????????????
  11. eduard

    Next step?

    I thought I came to this forum about help of php, not of (american) english! Or is that a requirement that I must have a certain level of (american) english? I have not seen it! If so, you can remove many more members of these fora!
  12. eduard

    Next step?

    Ok, (simple reply!) In Dutch there´s significant difference between combine and integrate e.g you can say that you can combine clothes (colors), but you don´t say: you can integrate clothes!
  13. eduard

    Next step?

    As I asked before (post 66); Could you be more specific, please? The customer can insert data into a (small) html form, via php + mysql in a database into phpmyadmin and can see directly in e. g. <table> on my website. I assume with the mysql queries insert and select! (I hope someone understands me now!)
  14. eduard

    Next step?

    I had clearly written: integrate mysql queries into website! P. s. integrate is NOT combine! (so, whose (english) understanding is bad?)
  15. eduard

    Next step?

    This was too difficult? intrgratephpmyadmin into website (Google)
  16. eduard

    Next step?

    That has nothing (?) to do with my question: integrating mysql queries in my homepage!I hadn´t expect an answer of you like this! Fortunately, I know myself very well, I´ll succeed! If you think like that (and others!) you better don´t write me anymore. I came to this forum for help - which some members me give; not for self-destruction! I´ll make it a lot easier for you!The persons who REALLY HELP ME (very much!) are:- Don E- Boen_Robot- Thescientist (although we have many conflicts, but he knows very much!)
  17. I always read before I say!
  18. eduard

    Next step?

    If it was such a basic thing! Why was it necessary to receive 82 replies to get a good answer? (maybe it´s for you basic, for me it isn´t! That´s why I registered!)
  19. eduard

    Next step?

    That´s what I need! Thanks very much!
  20. eduard

    Next step?

    I´m getting very tired of these replies! Like a reply as above: to study the select query I had to study this page! Such quick replies don´t help me (on the contrarie!) Maybe had someone could have written: send me your html file and I show you how and where the php code! But that needs time! And again remove that terrible translate thing: I don´t use it and I won´t!
  21. eduard

    Next step?

    Integrating the mysql queries in e. g. my homepage?
  22. eduard

    Next step?

    Question: Many times (it works!)Explanation: That I know! But how?
  23. eduard

    Next step?

    I didn´t know that you can count until 3!
  24. eduard

    Next step?

    Very simple! How do I imtegrate the mysql queries into my website?
  25. eduard

    Next step?

    I´ve a insert.php <?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());}echo "1 record added";mysql_close($con);?> And a select.php <?php$con = mysql_connect("localhost", "root", "usbw");mysql_select_db("website", $con);// sending query$result = mysql_query("SELECT * FROM links");echo "<h1>Table: links</h1>";echo "<table border='1'><tr>"; // printing table headers for($i=0; $i<0; $i++) { $field = mysql_fetch_field($result); echo "<td>{$field->name}</td>"; } echo "</tr>\n"; // printing table rows while($row = mysql_fetch_row($result)) { echo "<tr>"; // $row is array... foreach( .. ) puts every element // of $row to $cell variable foreach($row as $cell) echo "<td>$cell</td>"; echo "</tr>\n"; } mysql_free_result($result); ?>But now?
×
×
  • Create New...