Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jun 2007
    Location
    England
    Posts
    495
    Tokens
    0

    Default Need some advice..

    Hi

    I am doing someones website but he has alot of products but he dosent have SQL batabases, so can i use a text file and like explode the content when use that as like a database?

    Danny


  2. #2
    DarrenToogood Guest

    Default

    He should have some sort of database on his hosting, i.e MySQL.

  3. #3
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Not all hosts provide SQL Databasees Darren, being a host I thought you'd know that :rolleyes:.

  4. #4
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    It would cost a host less to not include databases. It looks like flat files is the only way, unless you host the SQL databases on another host.

  5. #5
    Join Date
    Dec 2007
    Posts
    1,777
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    Not all hosts provide SQL Databasees Darren, being a host I thought you'd know that :rolleyes:.
    Come on Simon, you know darren.

  6. #6
    Join Date
    Jun 2007
    Location
    England
    Posts
    495
    Tokens
    0

    Default

    Can you not just make a .txt file and have summin like

    id ~ Name ~ Discription ~ ImageURL ~ Price //
    id ~ Name ~ Discription ~ ImageURL ~ Price

    if you get me then use the php explode function to brake it up?

    Dan


  7. #7
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    If you going to have many things separated with ~ I would recommend using split and a for loop.

  8. #8
    Join Date
    Apr 2007
    Posts
    2,431
    Tokens
    0

    Latest Awards:


  9. #9
    Join Date
    Jun 2007
    Location
    England
    Posts
    495
    Tokens
    0

    Default

    Quote Originally Posted by Blob View Post
    If you going to have many things separated with ~ I would recommend using split and a for loop.
    Can you explain more please.

    Quote Originally Posted by Pazza View Post
    Thanks but I and him would rather have it on his server


  10. #10
    Join Date
    Apr 2007
    Posts
    2,431
    Tokens
    0

    Latest Awards:

    Default

    Oh kay,

    I tried

    [X] [X] [X]

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •