I really don't know. I'm doing this all by trial and error. I'm using 
www.spaceports.com to host it and they have php and mysql support. i know the 
php part works fine cuz I've tried a few pages. I just don't know how to work 
with the MySQL part going through them, but I'm sure I can find that on their 
forums. Oh, really the hardest concept that I have left to think through for 
my address book is the user authentication. I'm using the book "PHP and MySQL 
Web Development" by Welling & Thomson and the "simple" authentication using 
PHP and MySQL doesn't work. I've gone through and matched every possible bit 
of data to their's and it still doesn't authenticate correctly. Does anybody 
have a sample of a PHP script that uses a MySQL database to store the 
usernames and passwords that actually works and you can actually share? I've 
been trying to get it to work for 5 hours this evening and I am out of ideas.

On Monday 09 June 2003 08:13 pm, you wrote:
> Timmy,
>
> Out of interest, what else did you think you would need to store?
>
> I believe you're correct in saying that this is all you need.
> The only possibility I can think of is if the host's PHP
> installation is not configured to your liking, wrong version
> for your needs, etc., in which case you might need your own
> PHP.exe uploaded with a php.ini config file, but this probably
> isn't necessary.
>
> Oh, or if you need to set up some kind of cron job or something
> for the backend processing, in which case I think you'd need
> to call an .exe instead of the normal service.
>
> But otherwise, you're fine.  ;)
>
> Peter.
>
>
> -----Original Message-----
> From: Timothy Waters [mailto:[EMAIL PROTECTED]
> Sent: Monday, 9 June 2003 4:44 PM
> To: [EMAIL PROTECTED]
> Subject: web app ideas
>
>
> Hello all,
> This is my first post here so I'll make it worth it. I'm a programming
> student
> and am wanting to make a simple PHP and MySQL web based address book
> simply
> for a resume topic. It's going to be just simple enough to add contacs,
> remove them, and look them up. I'm curious as to exactly what I need to
> keep
> on the web server. Can I just have my html and php pages along with the
> one
> database uploaded to the server? I found a free hosting site that hosts
> PHP
> and MySQL sites and I wanted to get some advice from more experienced
> people.
> </TIMMY>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to