[PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-09 Thread Micky Hulse
Hi, I have not done much Googling yet... thought I would ask here before I spend a bunch of time searching for some guidance... What would be the best function set for on-the-fly image manipulation (specifically image rotation?) Is it easily done? Possible? Worth the trouble? Any links and/

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 records

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 issu

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: http://pkf

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 bec

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/

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 isn'

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 s

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 it gives me the follow error: PHP Warning: PHP Startup: Unable to load dynamic library './ext/php_mysql.dll' - Não foi possível en

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

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 web'

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 defau

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 of

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