[PHP-DB] Forgive the multiple posts... please :)

2003-08-28 Thread Allens
Having email issues with my host. Kept getting rejected email "Mail Daemon" errors from my host. Thanks Jim for letting me know that the list was receiving the posts. :) :) Gale L. Allen Jr Macintosh Support Specialist Phone: 919/412-5039 Homepage: http://homepage.mac.com/ateam3/Menu5.ht

[PHP-DB] Code - Review ???

2003-08-28 Thread Allens
Hello, I'm still pretty new to MySQL, OO PHP and Javascript. Wanted a couple of you to review the multidimensional array code and let me know if this code is ok? Also, would like for a couple of you to go to my webpage http://homepage.mac.com/ateam3/ateam3/freemain.htm and slide down to the "

[PHP-DB] Test

2003-08-28 Thread Allens
Please disregard. :) :) Gale L. Allen Jr Macintosh Support Specialist Phone: 919/412-5039 Homepage: http://homepage.mac.com/ateam3/Menu5.html iChat = [EMAIL PROTECTED] "Remember, It's only Rock 'n Roll, but I like it!" (:

[PHP-DB] Code and Review ???

2003-08-28 Thread Allens
Hello, I'm still pretty new to MySQL, OO PHP and Javascript. Wanted a couple of you to review the multidimensional array code and let me know if this code is ok? Also, would like for a couple of you to go to my webpage http://homepage.mac.com/ateam3/ateam3/freemain.htm and slide down to the "

[PHP-DB] Code and Review???

2003-08-28 Thread Allens
Hello, I'm still pretty new to MySQL, OO PHP and Javascript. Wanted a couple of you to review the multidimensional array code and let me know if this code is ok? Also, would like for a couple of you to go to my webpage http://homepage.mac.com/ateam3/ateam3/freemain.htm and slide down to the

[PHP-DB] Help with filling a second drop down List from a prior list selection in the same page

2003-08-18 Thread Allens
Hello, Have tried for a day to figure out how to dynamically fill a second drop-down list from the first using PHP and Javascript. Still new to both would greatly appreciate some direction. Below is an example. Thanks in advance. :) All of this is inside an HTML form so that the user can add

[PHP-DB] Session Clean up?

2003-07-25 Thread Allens
Hello, A question on cleanup? example: 1. Connection via mysql_connect via the web. 2. Know that mysql_connect relinquishes the connection link upon the script ending. 3. User performs work and has several global variables stored in memory on the server. 4. User doesn't logout at the end of the

[PHP-DB] Who's logged in from the browser?

2003-07-11 Thread Allens
Hello, When a user logs in via PHP - browser, how can you tell who is logged in to MySQL from that path. I've learned about how to check direct logins into MySQL using mysqladmin status function, but wanting to learn how to perform the other. Any help would be greatly appreciated. :) :) Ga

[PHP-DB] new form of connection with mysql_init() failing

2003-07-07 Thread Allens
Hello, Trying to use this newer form of connection with mysql_init() and mysql_real_connect instead of mysql_connect(). When I try to recode and use this, I get the following: call to undefined function: mysql_init(). What am I doing wrong? mysql_connect() works just fine though. Thanks in ad

[PHP-DB] Re: Reports

2003-06-29 Thread Allens
Fernando, Also, take a look at JpGraph. http://www.aditus.nu/jpgraph/ Free version available and Pro Version is wonderfully priced. I've used this on several sites and enjoy its simplicity to code and use... plus it is open-sourced, etc. HTH. :) :) Gale L. Allen Jr Macintosh Support Spec

Re: [PHP-DB] Mac OS X.2.4 Upgrade Breaks PHP... need help !!!

2003-02-17 Thread Allens
ou do that and restart apache, you'll be fine. Wes On Monday, February 17, 2003, at 03:36 PM, Allens wrote: Quick alert to all, upgraded to OS X.2.4 last Thursday evening. PHP no longer works when testing locally. Here is what is happening: 1. Installed the upgrade. Am using my Mac as a

[PHP-DB] Mac OS X.2.4 Upgrade Breaks PHP... need help !!!

2003-02-17 Thread Allens
Quick alert to all, upgraded to OS X.2.4 last Thursday evening. PHP no longer works when testing locally. Here is what is happening: 1. Installed the upgrade. Am using my Mac as a test server. 2. Before upgrade, was runnning Mac OS X.2.3, MySQL 3.23.47, PHP 4.3 3. Used http://localhost/... to test

[PHP-DB] Fwd: When to do free()?

2003-02-17 Thread Allens
From: Allens <[EMAIL PROTECTED]>David, I'm still very new to PHP and MySQL, but here is what I've found. Couldn't find any references to the free() function except for this at the www.mysql.com website. On "How memory is used in MySQL", "lmost all parsin

[PHP-DB] Drawing Chart

2003-01-02 Thread Allens
Matthias, I've pondered this for sometime. I've been abused by PC Co-Workers about the lack of a Chart Generator via HTML on the Mac. What we do is generate the report via PHP/MySQL and distribute the data on the web in a columned table format. Then you just copy the data and field header sec

Fwd: [PHP-DB] Set Logout Time for No Activity

2002-12-22 Thread Allens
what? Using sessions? Cookies? Allens wrote: Hello, Is there a variable in php.ini that will allow you to log someone out if there is no activity of 30 minutes or greater from the logged in user? Thanks in advance. :) :) Gale L. Allen Jr Macintosh Support Specialist 865/947-5740 &quo

[PHP-DB] Set Logout Time for No Activity

2002-12-19 Thread Allens
Hello, Is there a variable in php.ini that will allow you to log someone out if there is no activity of 30 minutes or greater from the logged in user? Thanks in advance. :) :) Gale L. Allen Jr Macintosh Support Specialist 865/947-5740 "Remember, Love wins over all" (:

[PHP-DB] Fwd: OS X 10.2 and MySQL 3.23.51 Failures

2002-08-25 Thread Allens
or mysql, you'll get the "command not found" error. Marc does show how to fix this using the setenv command. Still not sure what caused the errors below, but working. Will leave that to the pros. Probably just a flaw in how I installed before. :) Begin forwarded message: > From:

[PHP-DB] OS X 10.2 and MySQL 3.23.51 Failures

2002-08-25 Thread Allens
Hello, I did a clean install of OS X 10.2 and clean installs of PHP, MYSQL. Tried both Marc Liynage and ServerLogics builds. When trying to launch mysql, I get the following errors at the command line: dyld: mysql Undefined symbols: mysql undefined reference to _BC expected to be defined in

[PHP-DB] Newbie Reminder on HTML Variable Passing

2002-07-07 Thread Allens
I just recently got back to work on my db's and found that html variable passing isn't working anymore. I did some research and fould that the core setting in PHP for register_globals is off by default now since 4.1.x. As a newbie, this stumped me. There are some new variables created by the P