Jump to content

rootKID

Members
  • Posts

    467
  • Joined

  • Last visited

Everything posted by rootKID

  1. hello jsg... i did as you told me to do. but im just getting the normal output as before... this is the code i putted in... <?php$news_query = "SELECT n_headline,n_text FROM news";$news_result = mysql_query($news_query)or die(mysql_error());/*while($n_row = mysql_fetch_assoc($news_result)){echo $n_row['n_headline'];echo "<br />";echo $n_row['n_text'];}*/$id = 1;while($n_row = mysql_fetch_assoc($news_result)){ echo $n_row['n_headline']; echo "<br />"; echo $n_row['n_text']; $id++;}echo '<div id="k' . $id . '">' . $n_row['n_text'] . '</div>';?> and after that then i've maked the folder (pic) with the images in it called plus.gif and minus.gif... ideas?... (Note)...i can send all the files i have over mediafire if you would like to take a look at them... .
  2. yoyo w3... im trying to build up a ''news'' box... and the messeages that comes out from my database are comming and all that... but what i wish it to do right now is to do like the picture down here: (ATTACHED... (NUMBER 1)) i wish to add a java-klappe script... i founded it here: http://www.koders.co....aspx?s=none#L6 i wish to do so i can click the news title, and then the news drop down (like the java klappe are supposed to do...). here is the original code i wish to use in this case: function klappe(id){var klappText = document.getElementById('k' + id);var klappBild = document.getElementById('pic' + id); if (klappText.style.display == 'none') { klappText.style.display = 'block'; // klappBild.src = 'images/blank.gif';}else { klappText.style.display = 'none'; // klappBild.src = 'images/blank.gif';}} function klappe_news(id){var klappText = document.getElementById('k' + id);var klappBild = document.getElementById('pic' + id); if (klappText.style.display == 'none') { klappText.style.display = 'block'; klappBild.src = 'pic/minus.gif';}else { klappText.style.display = 'none'; klappBild.src = 'pic/plus.gif';}} its just how to add it into the word... i mean,... how to insert it so it works with the code i have gathered/coded... here is what i've coded so far in the news box...: <?php$news_query = "SELECT n_headline,n_text FROM news";$news_result = mysql_query($news_query)or die(mysql_error());while($n_row = mysql_fetch_assoc($news_result)){echo $n_row['n_headline'];echo "<br />";echo $n_row['n_text'];}?> so... hoping someone can help me integrade this code so it will work ... thanks... .
  3. hmm. true, true...but i've allready begun to build up my own little web-shop. and then when i have builded a normal web-shop. then i have plans on building a (Recurring) Billing system into it...so... im knowing where to catch ya if im needing help .. lol .
  4. my question is if its possible to code a normal shop and a billing system shop (that hosting companies using) together so the opencart shop has a billing system (AND) the upportunity to make a one time shop... if you could call it that... let me give you examble: siteground.com (Hosting company that are having a system that runs automaticly and send out bills to the persons that are having hosting with them)http://www.expert.dk/ (A normal Shop for normal people that dont wish to have bills in their head 24/7 ...) Hope you get me this time.. ... (NOTE) what i ment was if someone could combine the 2 shopping options into a 1 open-source shop system... if that was possible and if someone would wish to help me start this up... ... there is your reply ....have an answer back?... .
  5. sorry for late reply dudes, but was so tires yesterday... but thanks.. it worked! . EDIT: just for note if any cares... what i needed the box for was to insert it into a function so that i could call it into (XXX) pages... and then all the modifications i now have on the port of my... then they will all be inside a box that gives it (ALOT) more cooler design! .
  6. i do know... just not that good in the design part... but i will try again... i will send feedback later if i succes dude ..thanks again ...
  7. nice... and fast reply... thanks foxy... but... can you post what you'll mean in CSS...i dont follow the css part still.. :/... EDIT: Oops... i ment (Ingolme)... . BUMP EDIT: and yeah... it is html 4... ,,,
  8. i would say MD5 orr HASH... depends... (NOTES!) Note that i got the MD5 idea from a torrent tracker called (TBdev) for a little project of my...they are kinda good... but still not the best... :/...
  9. hello w3schools... was wondering... im searching for the momment being for good and relieable sources to start up a reseller company... and the only 2 sources i find nice is ->opencart (newest version...)->BoxBilling (newest version...)... so here is my problem/question... does anyone in here knows how i can integrate boxbilling billing system into opencart?... because opencart is a shop and not recommended for hosting bills and such stuff... but boxbilling is... but i also like to sell stuff (one time)... and there opencart comes in handy and not boxbilling... so anyone... knows how to integrate the boxbilling system into the opencart?... and yeah... its a bigger project... i know... because boxbilling are running all billings automaticly... so it will be alot of ###### of coding... but still... have been looking alot and have made my mind clear... the only thing is that im needing a little help to do the first step ... so... hoping answers soon ... BUMP: Dont know if this is the right section... but also kinda discuss-able thread... so... discuss... .
  10. Hello W3S... i have a little trouble here witch im in a need of little help with...im for the momment being trying to make a new portfolio design... the only problem im standing with right now is the box im making... (VIEW AT PICTURE IVE ADDED BELOW...) well... what im trying to do is to make a (latest News) box... but note that i said (box)... all the elements/modifications im making on my portfolio should be places into a nice designed box...that would look alot pretty... the only problem is that i dont know how to make these boxes... orr... yeah... i can, but it would take hours/days... since im not the best when its comming to the box-making css/html part... and besides that, i also need help to code the news box so (as seemed in the picture added...),so people can see (date added,they can drop the table down with a java-klappe,ect...) but the most important part is to code/design the box...so if you could give me some sort of tutorial how to add... then i would be so freaking happy! ... thanks dudes... hoping someone can help me out. .Hoping answers soon... Regards: rootKID EDIT: If you did not understand what i just said... then leave a comment and i will (try) my best to make a new and more explained/detailed stuff of the problem i have... thanks..
  11. I HATE PICTURES RIGHT NOW!

×
×
  • Create New...