Recent content by maniacmartinuk

  1. M

    Please choose which database is suitable with PHP, SQLite or MySQL?

    I'd use MySQL in a production environment, as its faster, however having an SQLite file can be handy for testing environments and might suffice for a low traffic site Learning - well they both have the same SQL language to learn, though SQLite doesn't support all of the keywords that the bigger...
  2. M

    PLEASE Help with PHP output!!! PLEASE!!!?

    H = 0 e = 1 l = 2 l = 3 o = 4 = 5 w = 6 ("world" starts here, at 6) They're sayng the first letter is always refered to as 0, not 1
Back
Top