Jump to content

TheRealPage

New Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by TheRealPage

  1. Ok, looks like we have a limit of "reaction" per day... so I can let know I've read and appreciate your replies... So thanks to all until now! I' know more where to go!! -TRP-
  2. ten, dix, diez are all 10 in different languages.. all contain the same datas... just want to simplify the thing by updating 1 place! Thanks for the answer, I'll take a look and adapt it!!! -TRP-
  3. I have... array ( array("10", 25, 31, "Yes", "No"), array("20", 21, 18, "No", "No"), array("30", 11, 47, "No", "No"), array("40", 14, 60, "No", "No"), array("ten", 25, 31, "Yes", "No"), array("dix", 25, 31, "Yes", "No"), array("twenty", 21, 18, "No", "No"), ); I would like to do... array ( array("10", 25, 31, "Yes", "No"), array("20", 21, 18, "No", "No"), array("30", 11, 47, "No", "No"), array("40", 14, 60, "No", "No"), array("ten", [refer to 10] for other datas), array("dix", [refer to 10 for other datas]), array("twenty", [refer to 20 for other datas]), );
  4. I'm very beginner with arrays.... i KNOW, databases exist, it's more easy.. I can't use a database.. I have to use, this.. or similar.. that doesn't requiring a database engine... So... that array... array ( array(string, int, int, string, string), array(string, int, int, string, string), array(string, int, int, string, string), ....+250 array(string, int, int, string, string) ); I search by the element [#][0].. in the +250 some will contain the same infos and I would like to make them point to the element containing the info instead of repeating it and have to update at 3-4 places when it's time. Like what it's in "10" also good for "ten", "dix" and "diez"... anyway to make that simple? by reference or...??? I'm crying.. last time I used arrays... Turbo Pascal.. at school... or was it Turbo C++ 3.0?? Maybe it was with cobol... well it was the good ol' time of the 90s! Thanks! -TRP-
  5. Hiya'll!! Like the title says, I'm not new with PHP, I'm coding since 1997 in many languages.. I started PHP scripting about 10 years ago.. maybe a bit more.. always kept it basic.. I script usually stuff with arrays and files, I used to use a lots databases.. less now because what I'm doing is more easy with files... I still need more help then I can provide.. for now.. by getting help I can improve and provide more then I need! See you around! -TRP-
×
×
  • 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.