help me please...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
haravinthran
Forum Newbie
Posts: 4
Joined: Sun Feb 14, 2010 1:29 am

help me please...

Post by haravinthran »

hello to all forumer.....
i m here need your kindly help for helping me to developing the system.... im using mysql n php.......
first of all my system is used to upload and download the pdf files....
the user also can view the file before downloading the file in image, after viewing the user can download it....

the viewing is similar like the http://www.scribd.com website..

if anyone over there can help me on this to build new table of database to stored the upload files....
and tell me the coding of upload the files and viewing the files...
thanks 4 your help... :D
sorry if the word not arrange correctly.... i was newbie student 4 this....
User avatar
clydoris
Forum Newbie
Posts: 10
Joined: Wed Feb 17, 2010 8:59 pm

Re: help me please...

Post by clydoris »

do you know how to program in php? you should learn first, or go to http://php.net/ to loohk for codes (well, codes are just everywhere).
User avatar
Weiry
Forum Contributor
Posts: 323
Joined: Wed Sep 09, 2009 5:55 am
Location: Australia

Re: help me please...

Post by Weiry »

A good place to start with PHP would be at W3Schools.
Learn PHP
This should give you a basic understanding how how the majority of stuff works.

As for building something like scribd, you are looking possibly at creating some sort of Content Management System (CMS)
There is a nice tutorial for beginning to build a CMS here:
Creating a PHP-Based Content Management System

The W3Schools should have all you need to start with including tutorials for file uploads etc.
However the best way to learn, is by doing. Creating a website like this could take a lot of time and patience.
User avatar
clydoris
Forum Newbie
Posts: 10
Joined: Wed Feb 17, 2010 8:59 pm

Re: help me please...

Post by clydoris »

oh, i also like that site..
Post Reply