[PHP-DB] Re: mysql to access

2004-12-21 Thread Bogomil Shopov
Hello The best decision is to make your own script to migrate database form mysql to Acess. You can try this software (working good) http://www.handyarchive.com/free/mysql2access/ Regards Bogomil Shopov http://purplerain.org Matthew Perry wrote: Does anyone know of a FREE program that exports My

Re: [PHP-DB] Re: PHP & Crystal Report

2004-12-21 Thread Bastien Koert
http://sourceforge.net/projects/datavision/ is one such beast aslso search sourceforge.net for more (search on reports) bastien From: Nayyar Ahmed <[EMAIL PROTECTED]> Reply-To: Nayyar Ahmed <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: PHP & Crystal Repo

[PHP-DB] MYSQL

2004-12-21 Thread Balwant Singh
hi to all, may somebody guide me on the following: I want to retrieve data from MYSQL and then want that PHP do calculation - substract a particular field from its previous row. i.e. suppose i have two field named DATE, STOCK and have 10 rows. Now i want that STOCK on the 10th row should be subst

Re: [PHP-DB] Re: PHP & Crystal Report

2004-12-21 Thread Nayyar Ahmed
On Tue, 21 Dec 2004 16:04:12 +0200, Bogomil Shopov <[EMAIL PROTECTED]> wrote: > Hello > did you try using COM objects? I think that is fully possible. Hello, Is there any tool for Pro-Linux developers, So that I can develope reports like Crystal-Report. As my network has both Linux and Windows ma

Re: [PHP-DB] _POST, _GET, _REQUEST not working

2004-12-21 Thread Jochem Maas
Warren wrote: Thanks for your response Jochem. cheers. I realize this is not a DB specific question but this exercise is to get my mysql routines working. I did remove the declaration "global $_SERVER, $_GET, $_POST, $_REQUEST, $_SESSION, $_COOKIE" but still do not get values. bummer. I have a snea

RE: [PHP-DB] Comparing Two Values

2004-12-21 Thread Bastien Koert
PHP implicitly casts the variables to be the same here...in this case the integer 2...if you want to force it to compare as text then you need to ensure that both variables are cast as text see here (http://ca3.php.net/language.types.type-juggling ) bastien From: "Andre Matos" <[EMAIL PROTECTED

Re: [PHP-DB] Comparing Two Values

2004-12-21 Thread Jochem Maas
Andre Matos wrote: > Hi List, > > I was comparing two values, a current value with a new value to build > the UPDATE instruction and I faced this: > > Current value: 2 == new value: 0002 in short, assuming that both the variables are not integers (i.e. 2 is equal to 0002) you should use === if yo

Re: [PHP-DB] Comparing Two Values

2004-12-21 Thread tg-php
To be honest, I havn't had much use for it myself but I've done a lot of 'hack' projects that didn't need to be this specific. But as I understand, you might want to use the triple-equal sign to determine if they're exactly the same. Are you comparing... 2 with... "0002" (integer versus a s

[PHP-DB] _POST, _GET, _REQUEST not working

2004-12-21 Thread Warren
Thanks for your response Jochem. I realize this is not a DB specific question but this exercise is to get my mysql routines working. I did remove the declaration "global $_SERVER, $_GET, $_POST, $_REQUEST, $_SESSION, $_COOKIE" but still do not get values. Funny thing, $_SERVER[QUERY_STRING] retu

[PHP-DB] Comparing Two Values

2004-12-21 Thread Andre Matos
Hi List, I was comparing two values, a current value with a new value to build the UPDATE instruction and I faced this: Current value: 2 == new value: 0002 So, PHP is telling me that the current is equal to the new. Is this possible? Any idea to avoid this problem? Thanks for any help. Andre

RE: [PHP-DB] HTTP Auth for PHPMyAdmin

2004-12-21 Thread Bastien Koert
I just placed it into a separate folder and implermented HTTP Auth on that folder, neve went into the config file to make it work Bastien From: Mark Benson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DB] HTTP Auth for PHPMyAdmin Date: Tue, 21 Dec 2004 17:56:19 + What do i need to

RE: [PHP-DB] HTTP Auth for PHPMyAdmin

2004-12-21 Thread Norland, Martin
> -Original Message- > From: Mark Benson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 21, 2004 11:56 AM > Subject: [PHP-DB] HTTP Auth for PHPMyAdmin > What do i need to do to enable proper HTTP authorisation for PHPMyAdmin? > > I enabled it in the config file, but it rejects my at

[PHP-DB] HTTP Auth for PHPMyAdmin

2004-12-21 Thread Mark Benson
What do i need to do to enable proper HTTP authorisation for PHPMyAdmin? I enabled it in the config file, but it rejects my attempts to login. -- Mark Benson http://homepage.mac.com/markbenson -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP-DB] Redhat-MySQL Issues

2004-12-21 Thread Jason Wong
On Tuesday 21 December 2004 12:29, Nathan Mealey wrote: > I am trying to get PHP (4.3.2) to connect to MySQL 4.1.8 on a Redhat AS > 3.0 server. > > I ran the command: up2date php-mysql > > And on the initial run-through, PHP connected to MySQL no problem. But > then I changed something in the PHP.

Re: [PHP-DB] Parse errors ,,, can you. impart me about it.

2004-12-21 Thread Jochem Maas
Norland, Martin wrote: ... 4) you thought this was [EMAIL PROTECTED] that's simply hilarious! :-) thanks Martin for making me laugh! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Parse errors ,,, can you. impart me about it.

2004-12-21 Thread Norland, Martin
> -Original Message- > From: amol patil [mailto:[EMAIL PROTECTED] > > Parse error: parse error, unexpected $ in /home/dollar1/public_html/signup.php3 on line 379 > Parse error: parse error, unexpected $ in /home/dollar1/public_html/login.php3 on line 152 > Parse error: parse error, unexpe

[PHP-DB] Re: PHP & Crystal Report

2004-12-21 Thread Bogomil Shopov
Hello did you try using COM objects? I think that is fully possible. Regards Bogomil Shopov http://purplerain.org Ng Hwee Hwee wrote: Hi all, can someone kindly direct me to resources on generating reports using Crystal Report 10 through PHP 4.3.4 and MySQL 4.0.22 database? thank you. best regards

Re: [PHP-DB] Parse errors ,,, can you. impart me about it.

2004-12-21 Thread Dennis Cole
First, this has nothing to do with anytype of database whatsoever Second, the code would help The "unexpected $" error is usually caused by a typo on the line above. - Original Message - From: "amol patil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, De