[PHP] index.php question

2002-03-11 Thread Omland Christopher m
Hi all, I'm new to the mailing list, I hope I'm in the right spot. I have installed php, and .php files work fine, unless they are my index file. For example http://whatever.com/~jondoe/info.php will work. But if I make a index.php file and go to http://whatever.com/~jondoe it wont work. I can

[PHP] Dynamic Web Navigation

2002-03-12 Thread Omland Christopher m
Does anyone have a good link to a tutorial, or a book suggestion that will help me learn more about making dynamic web pages with MySQL/PHP. Mainly things like loading navigation menues, and pics and what not? Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Dynamic Webpage AGAIN!

2002-03-12 Thread Omland Christopher m
Anyone have a good link to a tutorial on creating dynamic web pages in PHP, mainly I'm interested in loading navigation bars and that kind of thing. If you have code you can send that would help too. Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Database connection problem

2002-03-25 Thread Omland Christopher m
Hi, can anyone help me with this problem. I'm trying to connect to a MySQL database on my computer, I don't have a hostname for it, so I just insert the IP, something like this. ... mysql_cos? Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Loading Images

2002-03-26 Thread Omland Christopher m
I don't have any code for this, but I'm hoping someone can point me in the right direction. I want to load images or navigation menus dynamically. Is it possible to build a database of images and then use php to display them? Or something along these lines. I know this must be possible, becuase I

Re: [PHP] Loading Images

2002-03-26 Thread Omland Christopher m
I wasn't so much concearned about security of users grabbin pics. I am more trying to learn how these people load there menus dynamically and pics dynamically. Do you have any links to pages or code that describe how to make a link in the db to pics on my filesystem? Thanks. -Chris On Tue, 26

[PHP] ID NUMBER HELP

2002-03-26 Thread Omland Christopher m
Can someone help me with this. I'm trying to get ?id= set to the id number of the name in the database. I can get ?id=THE NAME but I can't get it to pick up the id number. here is the code im trying: while($row = mysql_fetch_array($result)) { printf(a

[PHP] User Authentication

2002-03-29 Thread Omland Christopher m
Hi, I had a question on user authentication/member accounts. I have built a MySQL database with users and passwords, and I wrote this code: html headtitleLOGIN IN PROGRESS/title/head ?php mysql_connect(HOST, USER, PASS); mysql_select_db(DB); body bgcolor = white h2PLEASE LOG IN/h2 form

[PHP] Please Help

2002-04-16 Thread Omland Christopher m
Can anyone tell me how to unsubscribe. There is just a bit too much volume for me. Thanks. -Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php