|
Posted by larry on 03/25/06 18:42
I am assuming you are talking about your local ISP, you should be able
to FTP your php code to your web space and then use touy local web page
access (i.e. http://www.isp.com/~username/ if you don't have a domain).
Start with very basic stuff, if you start using forms and user inputs
and databases do some research for how to secure your php programs from
crackers.
I would suggest installing PHP on your home computer (you can on Mac,
Windows or Linux, theres versions for all of them.) which gives you a
fast and easy place for testing and debugging then once you get your
code right then upload it to your webspace to use on your site.
Good luck! BTW two books to check out are Barnes & Noble Press Easy
PHP (only as an intro teaches bad security), and Peachpit Press' Visual
Quickstart Guide to PHP (which does a better job and is more complete.
.... and I'd check into MySQL too.
Larry
Navigation:
[Reply to this message]
|