php-general Digest 9 Jul 2006 20:32:16 -0000 Issue 4230

2006-07-09 Thread php-general-digest-help
php-general Digest 9 Jul 2006 20:32:16 - Issue 4230 Topics (messages 239221 through 239222): Re: Shopping Carts 239221 by: Ryan A Re: php_mysql.dll 239222 by: Beauford Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the

Re: [PHP] Shopping Carts

2006-07-09 Thread Ryan A
For what its worth, I have setup OSC a few times in the past (around a yaer or two ago and it was a breeze) The thing that i didnt like about OSC was that it had too many DB calls...that might have changed now. Support via the community forums was fantastic. ZC was a bit more of a hassle to setup

RE: [PHP] php_mysql.dll

2006-07-09 Thread Beauford
Good luck. I have tried 1001 ways to try and get PHP 5.xx to work on Windows with no luck. Everyone says it's simple, but I believe there is a bug in PHP 5. I have no problem in Linux, but on Windows - that's another story. If you do a search of the archives for this list I'm sure there are tons

Re: [PHP] php_mysql.dll

2006-07-09 Thread Jo�o C�ndido de Souza Neto
Well, my php is running well in windows under iis, it just doesn't read the dynamic library php_mysql.dll. The only thing that i do was install iis and after run the php-5.1.4-installer.exe. As you talk about some bug, i saw something that sounds me a possible bug. When i install php, by

Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-09 Thread Ligaya Turmelle
Juanjo Pascual wrote: Hello, I have a problem with the mail function when I send a mail with acents or Ñ in the subject. When I receive the mail this caracters have been replaced by X. I'm using the mail function in this way: mail([EMAIL PROTECTED], 'Consulta Señalítica desde la página

Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-09 Thread Manuel Lemos
Hello, Juanjo Pascual wrote: I have a problem with the mail function when I send a mail with acents or Ñ in the subject. When I receive the mail this caracters have been replaced by X. I'm using the mail function in this way: mail([EMAIL PROTECTED], 'Consulta Señalítica desde la página

Re: [PHP] php_mysql.dll

2006-07-09 Thread Chris
João Cândido de Souza Neto wrote: Hi everyone. I'm having some troubles in php5 on windows trying to load php_mysql.dll. When i try to run a page that just has ? phpinfo(); ? it gives me the follow error: PHP Warning: PHP Startup: Unable to load dynamic library './ext/php_mysql.dll' - Não

Re: [PHP] php_mysql.dll

2006-07-09 Thread Jo�o C�ndido de Souza Neto
Excuse me. PHP Warning: PHP Startup: Unable to load dynamic library './ext/php_mysql.dll' - The especified module was not found. in Unknown on line 0 Chris [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] João Cândido de Souza Neto wrote: Hi everyone. I'm having some troubles

Re: [PHP] php_mysql.dll

2006-07-09 Thread Chris
João Cândido de Souza Neto wrote: Excuse me. PHP Warning: PHP Startup: Unable to load dynamic library './ext/php_mysql.dll' - The especified module was not found. in Unknown on line 0 Thanks for the translation.. Does the php_mysql.dll file exist in the php/ext folder? Note that mysql

Re: [PHP] php_mysql.dll

2006-07-09 Thread Jo�o C�ndido de Souza Neto
Yes. I thik it's because windows set all folders by default as read only and i can't change that. Chris [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] João Cândido de Souza Neto wrote: Excuse me. PHP Warning: PHP Startup: Unable to load dynamic library './ext/php_mysql.dll'

RE: [PHP] php_mysql.dll

2006-07-09 Thread Bagus Nugroho
if windows, you may add php directory to the PATH of Windows [Environment Variables]. From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED] Sent: Mon 10-Jul-2006 09:08 To: php-general@lists.php.net Subject: Re: [PHP] php_mysql.dll Yes. I thik it's

Re: [PHP] RE: [PHP-WIN] Dynamic HTML table sort with PHP

2006-07-09 Thread Shafiq Rehman
Hello, Why not you use the javascript to sort any column on client side. http://www.kryogenix.org/code/browser/sorttable/ 1. include the js file in your page 2. give your table an id 3. put your table in the class the code looks for. That's it. Sortable clientside tables! Example:

Re: [PHP] Shopping Carts

2006-07-09 Thread Shafiq Rehman
hi, http://www.cubecart.com/site/home/ CubeCart is an eCommerce script written with PHP MySQL. With CubeCart you can setup a powerful online store as long as you have hosting supporting PHP and one MySQL database. To edit or remove copyright thay charge $69.95 per domain* and you will be

Re: [PHP] RE: [PHP-WIN] Dynamic HTML table sort with PHP

2006-07-09 Thread Chris
Shafiq Rehman wrote: Hello, Why not you use the javascript to sort any column on client side. Because that might not sort all of the data. If you only show 20 records per page, then that will only sort those 20 records (ie the records inside that page), it won't sort the other 1,000