SitePoint Sponsor

User Tag List

Results 1 to 7 of 7

Thread: Uploading files phpMyadmin database

  1. #1
    SitePoint Member
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Uploading files phpMyadmin database

    Hello, I hope this is not too dumb a question to ask on this forum. I have created a database in mysql. What i am attempting to do is create a login system for my website via Flash. After weeks of trying to find the right code i have finally finished both my fla Flash file and php file using notepad text editor.
    Final stage is to integrate the files to the database. How do you upload the swf file and php file to my web server? I have googled around for the answer but to no avail. I know this is probably really simple. If you dont mind i appreciate it if you could reply the answer for me thanks.

  2. #2
    SitePoint Wizard silver trophybronze trophy Cups's Avatar
    Join Date
    Oct 2006
    Location
    France, deep rural.
    Posts
    6,849
    Mentioned
    16 Post(s)
    Tagged
    1 Thread(s)
    You typically move the files using an FTP program.

    You will need some credentials (user/password etc) from your hosting company, and they usually are happy to suggest some FTP programmes that you can use.

    Hunt around and you will find some good, time-honoured free FTP programmes out there.

  3. #3
    SitePoint Member
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Cups for your reply. I looked into what you suggested but I dont think you can load files from ftp into phpMyadmin unfortunately.
    Advice anyone?

  4. #4
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,716
    Mentioned
    46 Post(s)
    Tagged
    3 Thread(s)
    Hi,
    You wouldn't be moving them into PHPMyAdmin. This is a program that runs in your browser and is used for administering a database.

    Who is your hosting company?
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  5. #5
    SitePoint Member
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, My hosting company is Hostmonster. To be honest Pullo i am new to this Mysql thing i haven't got a clue what to do next. Maybe i should explain my situation a bit better so it will help you guys understand better.
    (1) I created a database. (2) Then I created a login system and fla file in flash. (3) Finally create a php file in a text editor. My question is what should i do next to activate the files or database? Im a bit of novice in regards to mysql i looked at Google but i couldnt the answer i was looking for any help would be appreciated. Thank You

  6. #6
    SitePoint Addict
    Join Date
    Oct 2007
    Posts
    297
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Hi Markuk,

    You should start by getting either wamp (for windows) or mamp (for mac), and then working on your local machine to have a play around with php. Look into some php/mysql tutorials online, and you should be able to get your app to read from the database on your local machine.

    Once you've done that, then you can play around with a server and ftp and whatnot. For the time being, I'd recommend just learning on your local machine and taking it from there.

  7. #7
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,716
    Mentioned
    46 Post(s)
    Tagged
    3 Thread(s)
    As aaarrrggh says, it is better to tackle one problem at a time and get everything working on your local machine before trying to publish it to the web.

    However, when you're ready to upload everything, maybe you'll find Hostmonster's documentation helpful: https://my.hostmonster.com/cgi/help/upload-site
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

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
  •