Jump to content

eduard

Members
  • Posts

    2,375
  • Joined

  • Last visited

Everything posted by eduard

  1. 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!
  2. 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!)
  3. eduard

    Next step?

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

    Next step?

    This was too difficult? intrgratephpmyadmin into website (Google)
  5. 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!)
  6. I always read before I say!
  7. 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!)
  8. eduard

    Next step?

    That´s what I need! Thanks very much!
  9. 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!
  10. eduard

    Next step?

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

    Next step?

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

    Next step?

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

    Next step?

    Very simple! How do I imtegrate the mysql queries into my website?
  14. 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?
  15. eduard

    Next step?

    It´s a very good example! But how? (homepage, portfolio?) The php scripts do I have to insert in .html? Do I have to use html forms?Where?
  16. I came to this forum to learn html, css and later php. Many persons wrote me anything, but NOT about programing and I did that aswell. From now on I only ask questions about programing and I don´t reply to any other post The only reply i now give - because this post is too ridiculous: Yes, I´m going to finish my website (next week or earlier!) and a percentage of 95% is far too high! My website hasn´t got any of W3Schools. I got some help by others! By the way who has put that terrible translate thing in the posts? I never use it! READING in english is still better as spanish (hopefully it´ll change soon!)
  17. eduard

    Next step?

    Therefore, a table of a database you can show neither?
  18. No, because the facts aren´t right!
  19. I agree wth almost all of you, but there wasn´t internet here for some hours (what happens unfortunately often!), so I was very stressed!CLOSED!
  20. Another ridiculous reply! 1.000.000 based on nothing! Now I understand why the Greek economy is going so bad!P. s. I got critism about my english, but if I compare that to yours than isn´t mine that bad!
  21. eduard

    Next step?

    Very good reply!Ok, maybe I´m confused between a database and a table! But at least a table you can show! Can´t you?Shouldn´t it be in my case: RUD (C can do only I, RUD I can develop the aplications?)Very good link, by the way!
  22. P. s. Thank god this computer doesn´t speak (ear)!
  23. As I was in a very hury this morning and I hadn´t time to read much (although it´s very true!). The only thing I needed was amounts Right or wrong! In this case I can discuss (?) this with the client!
  24. Sorry, I wrote already this afternoon: Closed (the price has already been sent!) Thanks anyway!
  25. Very simple! No amount was mentioned: the most important part!
×
×
  • Create New...