[PHP-DB] problem Connecting

2004-03-07 Thread Will
Hello all, When I try to connect I get this message: #1045 - Access denied for user: [EMAIL PROTECTED]' (Using password: YES). Can anyone help me? Do I need to do anything in the php.ini file or anywhere else. I am trying to get phpMyAdmin to login into the database. ~WILL~ -- PHP Dat

Re: [PHP-DB] problem Connecting

2004-03-07 Thread Will
That was already done!!! I knew that. It is still doing it. MySQL in installed in a window XP machine. What else is there?? ~WILL~ Jochem Maas wrote: Will wrote: Hello all, When I try to connect I get this message: #1045 - Access denied for user: [EMAIL PROTECTED]' (Using password

Re: [PHP-DB] problem Connecting

2004-03-07 Thread Will
I might add that I can access the database through C: prompt. ~WILL~ Will wrote: That was already done!!! I knew that. It is still doing it. MySQL in installed in a window XP machine. What else is there?? ~WILL~ Jochem Maas wrote: Will wrote: Hello all, When I try to connect I get this

Re: [PHP-DB] problem Connecting

2004-03-07 Thread Will
When I bring up \mysql\bin\mysqladmin status proc is says that the user is ODBC, is that right?? Should I have another user in there?? Please help!! :) ~WILL~ Will wrote: I might add that I can access the database through C: prompt. ~WILL~ Will wrote: That was already done!!! I knew that

Re: [PHP-DB] problem Connecting

2004-03-07 Thread Will
I GOT IT YEAH! Thanks everyone. ~WILL~ Will wrote: When I bring up \mysql\bin\mysqladmin status proc is says that the user is ODBC, is that right?? Should I have another user in there?? Please help!! :) ~WILL~ Will wrote: I might add that I can access the database through C

[PHP-DB] Use of database

2004-03-27 Thread Will
I have searched but I cannot find anything that will help me. I am using phpMyAdmin and I want to have a user not see the privilages, mysql info and such. How do you get rid of those links in the main page. Thank in adanvce. ~WILL~ -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Uses of Databases

2004-03-27 Thread Will
I have searched but I cannot find anything that will help me. I am using phpMyAdmin and I want to have a user not see the privilages, mysql info and such. How do you get rid of those links in the main page. Thank in adanvce. ~WILL~ -- PHP Database Mailing List (http://www.php.net/) To

RE: [PHP-DB] help desk software

2004-04-06 Thread Will
Go to http://hotscripts.com -Original Message- From: redhat [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 1:21 PM To: phplist; fedoralist Subject: [PHP-DB] help desk software Anybody out there familiar with some helpdesk software? I found some called "teacup" that runs as a c

[PHP-DB] Email Archiver???????

2004-05-02 Thread Will
Does anyone know of a good email archiver written in PHP?? ~WILL~ __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Split a long db record into multiple pages

2002-02-06 Thread WIll
page of > the record? > > Thanks > > --Will

[PHP-DB] substr() Split record into seaprate pages

2002-02-07 Thread WIll
ge of > the record? I have been trying to use the following script but I can't get it to work: echo(substr($article, ($i - 1) * $pagesize, $pagesize); for ($i = 1; $i < strlen($article) / $pagesize; $i++) echo(""); > > Thanks > > --Will

[PHP-DB] mysql + php

2003-12-08 Thread Will Contact
hi! (B (BI am first question of php in this news group. I would like to ask my (Bquestion about (Bphp + mysql. Now I am programming php+mysql. I put word, excel, mpeg and (Bany binaries into (Bthe mySQL database using php on linux server,But I can take out these binay (Bfrom mySQL data

[PHP-DB] MySQL Insert

2004-01-07 Thread Will W
Hello Everyone, Can anyone tell me how to insert a file, say a .doc, .txt or a .rtf file into a table from an upload form?? Thanks in advance, ~~Will~~

[PHP-DB] LAMP uploaded file permissions preventing db upload

2004-09-25 Thread Will Cordle
ted.Of course if I should be taking a different approach, I would be welcome to recommendations there as well. Thanks Will -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Access 95 ODBC Annoyance

2003-07-17 Thread Will Howard
lusive" checked in the dialog box where they selected the database to open. If you go to the "Open" dialog box, you may see what I am talking about. Will Howard -Original Message- From: J. Michael Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:32 PM To: [

[PHP-DB] Question regarding the scope of pg_prepare

2006-04-14 Thread Will Chapman
calling it if I don't have to. Or do I need to call it each time the function is called. Trying to do some proper coding :) Thanks Will -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- PHP Database Mailing List

[PHP-DB] PHP5: Initial connection to the MySQL server is carried out using the apache webserver userid

2009-02-20 Thread Paul Will
MySQL server proceeds normally and the database is read OK and the pages are correctly compiled. The phpinfo() function also shows that the indexes apparently contain the correct values. Thanks in advance for any help. Paul Will -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Issue 45979: PHP code attached

2009-02-20 Thread Paul Will
Hi, This is the code for the above issue: The values passed are unimportant as they are for test purposes only. Everything seems to work OK except that the frame info shows an apparent spurious connection using the apache2 process userid. this is the calling page

[PHP-DB] Dynamic Prepared Statements

2009-07-22 Thread Will M
Hello all, I could use some assistance with some mysqli prepared statements. I would like to make them based on parameters passed in a function. Currently I have a database class that I'd like to have a function for INSERT mysqli queries. The code I have is below. I would like to be able to call

Re: [PHP-DB] Need Help with PHP Mails

2011-04-04 Thread Will Lunden
Hi Guru, Have you already made the php script that includes the "mail" function? If there is an error in your php that is preventing the mail function from working properly, I or someone else may be able to help you correct it if you were to send the php you have written so far. -Wil

Re: [PHP-DB] Need Help with PHP Mails

2011-04-04 Thread Will Lunden
Hi Guru, Glad to hear it's working! Yes the mail function will be able to handle all the fields, it should be as simple as repeating what you've already done for all of the remaining fields - Will On Apr 4, 2011, at 1:09 PM, Guruâ„¢ wrote: Hi Will, Below is my final PHP cod