[PHP-DB] Help in learning PHP and MySQL

2004-12-30 Thread Novice Learner
I apologize if this is a very basic question. I just started learing PHP and MySQL, I am reading "PHP and MySQL" by Larry Ullman, I also have access to PHP 5 by Julie Meloni. I reached Chapter 6 of Ullman's book and got stuck. I have the following code: I have a normal MySQL user as "mas

Re: [PHP-DB] Help in learning PHP and MySQL

2004-12-31 Thread Novice Learner
a great way. Happy New Year to ALL. Masud Janet Valade <[EMAIL PROTECTED]> wrote: Novice Learner wrote: > I apologize if this is a very basic question. > > I just started learing PHP and MySQL, I am reading "PHP and MySQL" by Larry > Ullman, I also have access

[PHP-DB] Excel to MySQL

2005-01-24 Thread Novice Learner
Hello, I have an Excel worksheet with a database in it. I would like to move this data to the database on the server that would work with my .php files. Is there a way? I apologize if I posted this question on the wrong list. Thank you, Masud Hasnain --

[PHP-DB] Re: Excel to MySQL

2005-01-25 Thread Novice Learner
Many thanks to all - Do you Yahoo!? All your favorites on one personal page – Try My Yahoo!

[PHP-DB] First record in a search

2005-02-04 Thread Novice Learner
Hello, I have the following code and I am searching records from a table. I am getting all the results, but when I "un"comment the lines I do not get the first record from the search result. I want to have those comment lines executing when no records are found, I want to display a message.

Re: [PHP-DB] Cannot connect to local server

2005-02-10 Thread Novice Learner
Make sure that: localhost is actually "localhost" username is the actual authorized username of the database the password is the actual password you have given for the user the database is the actual database name you have given. I am an absolute beginner and I have a file like this and works pe

Re: [PHP-DB] email question

2005-03-06 Thread Novice Learner
Hello, I had a very similar problem when I was trying to incorporate this functionality. I have my development system at home with Windows XP home edition, Apache server, and PHP5 and it would just not send the email from my local machine even after changing the settings in the ini file, I kno