php3-list | 199903
Date: 03/31/99
- Next message: Chris Cochella: "Re: [PHP3] Error Handling Questions"
- Previous message: Brian Moon: "Re: [PHP3] creating files with php3"
- In reply to: DATA fix: "Re: [PHP3] creating files with php3"
- Next in thread: Brian Moon: "Re: [PHP3] creating files with php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, phpinfo will tell you what db support is there. Tutorials depend on what db you use.
MySQL is the most common used with php, but there are plenty more and are all a bit
different. But SQL is fairly consistent, being a standard and all. The MySQL docs are
great, but you kinda have to know what you're looking for. Check out
http://www.geocities.com/ResearchTriangle/Node/9672/sqltut.html for a pretty good intro
tutorial. Devshed has some nice intro material on MySQL that's not too in depth, but good
for getting your feet wet - http://www.devshed.com/resource/advanced/mysql/index.html.
And if your isp doesn't have db support, there's a list of others to check out at
http://phphosts.easydns.com/
DATA fix wrote:
> OK. What is the best tutorial (link) for using databases with php3? ;)
>
> How can I verify what database support(s) my ISP has enabled?
> phpinfo()?
>
> -mika v
>
> Chad Cunningham wrote:
> > On a shared machine, yes. If you use the webserver to do things, then anyone who can
> > also use the webserver can do the same things. There's no way around it other than
> > using a database, or running your own webserver.
> >
> > DATA fix wrote:
> >> So, writing something to files on your homepage dir is not safe
> >> at all, as any other user on that server can write to that too?
> >> (and possibly erase it too..)
> >> Should I use databases instead?
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Chris Cochella: "Re: [PHP3] Error Handling Questions"
- Previous message: Brian Moon: "Re: [PHP3] creating files with php3"
- In reply to: DATA fix: "Re: [PHP3] creating files with php3"
- Next in thread: Brian Moon: "Re: [PHP3] creating files with php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

