Jump to content

japesu

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by japesu

  1. There are literally thousands of tutorials around for file uploading with php, you sure you couldn't find 1?

     

    Must have searched the wrong ones then or I'm not sure what to search for exactly. But thank you for the tip. I'll do more googling then.

  2. Hi,

     

    Anyone can help me on how to receive a file as a http upload? I have an application that sends an xml file with http (post method) to our server and I need to make a script that receives that, writes it to database and archives the file away. Tried to google something but no luck so far. If anyone have done something like this I appreciate any help you can give.

     

    Thanks.

  3. For one step towards better security it is sometimes recommended that you put your code outside of your web folder and include from there (the code that needs better security, passwords and so on). For example in unix/linux systems you could make "../home/php_application/inc" folder and put your includes there that you want to "hide". I've found this to be less convinient to update etc so I haven't used this method a lot with my applications. But if you need more security this is something you can do.

  4. I suggest that you visit your local book store and get a book for php and mysql basics. I've been programming with php for 10 years now and those things you are planning on doing feel daunting to me too ;) Learn some basics first, do a simple program. For example user creates an account, logs in and asks for a price of some item which is then searched from the database and returned for the user - something like that. Just a simple one form query.

     

    Also if you are unfamiliar with terms like xhtml,css, javascript you will need to take a look on those too.

     

    http://www.w3schools.com/ is a good place to look into if you havent already and simply googling "php mysql tutorial" will give you more sites if the Internet is what you prefer.

×
×
  • 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.