Results 1 to 2 of 2

Thread: Save data

  1. #1
    Join Date
    May 2008
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Save data

    Hi! Now i know why no one answers me in my javascript question, its because, IT CANNOT BE DONE IN JAVASCRIPT, BUT PHP!
    anyway this is my question

    how to save data of webpage ( as image to understand better, check out those sites)

    Like in these sites

    www.thedollpalace.com
    or
    dollmakerscript.com

    how do they do the save part? How? Please tell me how.

    Im new to php, so please answer my question in a newb way.

    Thanks.
    Last edited by carmiecarmela; 06-04-2008 at 09:59 AM.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    First of all you need a database tool and a programming tool using which you can manipulate the database. In your case the programming tool is PHP and you can use a number of database tools. Most commonly used database tool with PHP is MySQL.

    Have a look at the detailed step by step tutorial about how you can store and manipulate data in MySQL using PHP below:

    http://www.php-mysql-tutorial.com/

Bookmarks

Posting Permissions

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