Re: [PHP-DB] __CYGWIN32__

2007-08-06 Thread Goltsios Theodore
Not sure if it is going to help but I think that the way the packaging is made differs between distros and OSes so why don't you check the way your distro divides sql into different packages. Perhaps the mysql standard package doesn't do the magic for you and you need more packages to add

[PHP-DB] Problem with reading out value from urlline

2007-08-06 Thread Ruprecht Helms
Hi, I have the problem that a phpscript is not able to read out a value from the browserline. In the browserline I have the URL domain/page?id=value. The id-Value I want to process within the script but a echo $id shows me no value. The Php-Surrounding is very secured. Formfields and

Re: [PHP-DB] Problem with reading out value from urlline

2007-08-06 Thread Aleksandar Vojnovic
Hi, you should do it like this ?php $id = $_GET['id']; // -- getting var from the url line echo $id; ? - Aleksandar Ruprecht Helms wrote: Hi, I have the problem that a phpscript is not able to read out a value from the browserline. In the browserline I have the URL domain/page?id=value. The

Re: [PHP-DB] __CYGWIN32__

2007-08-06 Thread Sampei02
I installed mysql using source files (mysql_standard_5.0.26_linux_i686.tar) and not according to my distro (Fedora Core 2 - 2.6.5-1.358). If I cut '--with-mysqli' and '--with-mysql' in configure command I have no errors so I can confirm problem is mysql. I verified directories of these parameters

Re: [PHP-DB] __CYGWIN32__

2007-08-06 Thread Niel Archer
Hi This is the wrong place to be asking really. This list is for using PHP with databases, not installing PHP even if it's with a database. While I'm far from being a Linux Guru, I can't think of any reason that you should get any references to CygWin, which is a Windows package to allow a

Re: Re: [PHP-DB] __CYGWIN32__

2007-08-06 Thread juanjo
El mensaje ha llegado correctamente pero... estoy de vacaciones hasta el próximo 20 de Agosto. Atenderé tu correo a la vuelta. Si por el motivo que fuere necesitas ponerte en contacto con ADIMEDIA puedes hacerlo en [EMAIL PROTECTED] o en el Telf. 934 63 57 37. -- PHP Database Mailing List