RE: [PHP-DB] Aggregate MySQL functions in html table via php - having problems

2005-05-04 Thread Finner, Doug
Jos, Sorry the code snip wasn't clearer - you'll notice the line with the Avg(RawData) as Mn... has been left out (ie, I just asked for RawData) and the aggregate function in the printf statement still fails. If the query statement includes select RawData as well as the Mn and Std, and I then

[PHP-DB] phpdocumentor

2005-05-04 Thread Han
I'm having to use phpdocumentor and am worried it's gonna conflict with my mysql commands and confuse the thing, so I'll have to check and recheck every line after I've done my initial check and rechecks of my code. Has anyone found it causes conflict or is there really no problem? Han. -- PHP

Re: [PHP-DB] Where are my form variables?

2005-05-04 Thread Luis Morales
The best way is made an var_dump of $_POST array vars: ? var_dump($_POST) ? Regards, Luis Morales Juffermans, Jos wrote: Hi, If you expect your variables to be generated automatically, you may find that newer versions of PHP have that disabled by default - because it's less secure. Try to

[PHP-DB] phpdocumentor

2005-05-04 Thread Han
I'm having to use phpdocumentor and am worried it's gonna conflict with my mysql commands and confuse the thing, so I'll have to check and recheck every line after I've done my initial check and rechecks of my code. Has anyone found it causes conflict or is there really no problem? Han. -- PHP

[PHP-DB] Transfering post data to a series of pages

2005-05-04 Thread Perry, Matthew (Fire Marshal's Office)
Is there a way to transfer post data to a series of PHP pages? For example, lets say I have the following 4 pages: Page1.php - this page has my original post form Page2.php - this page does one thing with the post data Page3.php - this page does another thing with the post data Page4.php - this

[PHP-DB] Re: phpdocumentor

2005-05-04 Thread Matthew Weier O'Phinney
* Han [EMAIL PROTECTED]: I'm having to use phpdocumentor and am worried it's gonna conflict with my mysql commands and confuse the thing, so I'll have to check and recheck every line after I've done my initial check and rechecks of my code. Has anyone found it causes conflict or is there

Re: [PHP-DB] Transfering post data to a series of pages. .

2005-05-04 Thread Martin Norland
Perry, Matthew (Fire Marshal's Office) wrote: Is there a way to transfer post data to a series of PHP pages? For example, lets say I have the following 4 pages: Page1.php - this page has my original post form Page2.php - this page does one thing with the post data Page3.php - this page does

Re: [PHP-DB] Transfering post data to a series of pages. .. .

2005-05-04 Thread Martin Norland
Martin Norland wrote: include() :P seriously though, Page1.php and Page4.php are the only two pages that should exist, if any. Page2 and Page3 should pretty much guaranteed be turned into function calls or classes and called from Page4.php. You don't need to separate logic and display in

RE: [PHP-DB] Transfering post data to a series of pages. .

2005-05-04 Thread Miguel Guirao
I agree!! -Original Message- From: Martin Norland [mailto:[EMAIL PROTECTED] Sent: MiƩrcoles, 04 de Mayo de 2005 08:39 a.m. To: php-db@lists.php.net Subject: Re: [PHP-DB] Transfering post data to a series of pages. . Perry, Matthew (Fire Marshal's Office) wrote: Is there a way to

Re: [PHP-DB] Transfering post data to a series of pages.

2005-05-04 Thread dpgirago
Perry, Matthew (Fire Marshal's Office) wrote: Is there a way to transfer post data to a series of PHP pages? For example, lets say I have the following 4 pages: Page1.php - this page has my original post form Page2.php - this page does one thing with the post data Page3.php - this page does

[PHP-DB] Looking for help.

2005-05-04 Thread John R. Sims, Jr.
I need help. I am building a database for a collaborative non-profit organization. Originally it was scheduled to be done in MS Access, which I know fairly well. but the problem is they want it hosted on a freeDBS server and they do not have the ability to use an access database, nor are they

RE: [PHP-DB] Looking for help.

2005-05-04 Thread Mychael Scribner
I like O'Reilys book Web Database Applications, which covers PHP with MySQL. I use that and their PHP book. -Original Message- From: John R. Sims, Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 12:31 PM To: php-db@lists.php.net Subject: [PHP-DB] Looking for help. I need

Re: [PHP-DB] Transfering post data to a series of pages.

2005-05-04 Thread Brad Webb
You may also consider using sessions to store form data.. this allows for actual user interaction with the data, back/forward etc... as well as tracking and other stuff.. you really should only have Page1.php, and use a logic object to parse the data from there.. IMHO, of course. :) [EMAIL

[PHP-DB] Problem Using Sessions

2005-05-04 Thread Shawn Singh
Hey All, I'm fairly new to PHP Programming. I have compiled and installed postgres version 8.0.1, and with that compiled postgres support into my postgres (I'm using PHP version 5.0.4), and I've compiled support for PHP into Apache (version 2.0.53) and all is working (in that I can embed PHP into

Re: [PHP-DB] Looking for help.

2005-05-04 Thread Ardilla Roja
Also, a very good one (for me) is PHP and MySQL Web Development form Luke Welling Laura Thomson... I have a pdf, just mail me directly if u want me to send you a copy.. On 5/4/05, Mychael Scribner [EMAIL PROTECTED] wrote: I like O'Reilys book Web Database Applications, which covers PHP with

Re: [PHP-DB] Looking for help.

2005-05-04 Thread Philip Hallstrom
So to make a long story short, I am now learning mysql and php. I has been a slow and often aggravating process, but we are starting to make some progress. But I need to learn more. Can anyone suggest a really good book, or possibly some tutorial classes I can on line that I can use to learn

Re: [PHP-DB] Problem Using Sessions. .

2005-05-04 Thread Patel, Aman
From the PHP help page on session_register() If your script uses session_register(), it will not work in environments where the PHP directive register_globals is disabled. I'm assuming since you compiled and installed PHP 5.0.4 that your register_globals is disabled. I wouldn't recommend

Re: [PHP-DB] Problem Using Sessions

2005-05-04 Thread Mignon Hunter
The browser has already sent headers on line 13 of your code- line 25 must be the session_start - it has to come first and be at the very top of your code Shawn Singh [EMAIL PROTECTED] 05/04/05 03:13PM Hey All, I'm fairly new to PHP Programming. I have compiled and installed postgres version

RE: [PHP-DB] Problem Using Sessions

2005-05-04 Thread Miguel Guirao
Why dont'n you use soma classes from www.phpclasses.com about User Management!! There are great classes in this site!! -Original Message- From: Shawn Singh [mailto:[EMAIL PROTECTED] Sent: MiƩrcoles, 04 de Mayo de 2005 03:14 p.m. To: php-db@lists.php.net Subject: [PHP-DB] Problem Using

[PHP-DB] [suspicious - maybe spam] How to deal with ...?

2005-05-04 Thread Ardilla Roja
Hi, I'm working in a database of products. Until now I'm able to do search, retrieve data for display, etc... but my problem is with products that use example: (This is the way the data is stored in de DB) Esmerilador manual 5 - 6 Sierra de mano 7 - 8 Sierra portatil 10 - 16 Sierra de

Re: [PHP-DB] Problem Using Sessions. .

2005-05-04 Thread Shawn Singh
that was very helpful...Thank you. One question I have is that I want to ensure that my admin page cannot get accessed unless a variable that was registered upon a successful login has been passed into the session...what can I do to ensure this? Thank you, Shawn On 5/4/05, Patel, Aman [EMAIL

Re: [PHP-DB] Looking for help.

2005-05-04 Thread Shawn Singh
A book that has great examples of mysql and php is the book titled: Programming PHP it's an O'Reilly Book and was written by Lerdorf Tatroe... On 5/4/05, Philip Hallstrom [EMAIL PROTECTED] wrote: So to make a long story short, I am now learning mysql and php. I has been a slow and often