Re: [PHP-DB] Recommended web developers

2008-06-25 Thread Sancar Saran
On Tuesday 24 June 2008 22:45:20 Ken Keefe wrote: I'm a little surprised no one else has commented on this, but for a website that complicated, 10k is way too low. I've done work on websites that do almost all of those things separately, but not combined and I can tell you to have a high

Re: [PHP-DB] Zend optimizer question

2007-07-04 Thread Sancar Saran
On Wednesday 04 July 2007 10:44:39 Lasitha Alawatta wrote: Hi All, If we are using encoded php script (by using Zend Guard) then we MUST have to install Zend Optimizer to the web server to run that script file. Otherwise we need not to install Zend Optimizer (no point of having it Zend

Re: [PHP-DB] Zend optimizer question

2007-07-04 Thread Sancar Saran
Hello Again And what is the problem entire php list's about Zend, every question about zend producs responded by GO and ask Zend... Because you bought the products FROM zend so they are the experts on it. Same as every response about a problem mysql query results in a ask the mysql list

Re: [PHP-DB] array field type

2007-03-05 Thread Sancar Saran
Thanks for all those replies. It seems there was no easy solution (and or serializing was better solution) for us. Our arrays contains lots of things.. XML may not fit because content of array may broke xml structure. Thanks for help. Regards Sancar. Hi, I want to know is there any db

[PHP-DB] array field type

2007-03-04 Thread Sancar Saran
Hi, I want to know is there any db server around there for store php arrays natively. Regards Sancar -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] array field type

2007-03-04 Thread Sancar Saran
On Sunday 04 March 2007 23:04, Sancar Saran wrote: Hi, I want to know is there any db server around there for store php arrays natively. Regards Sancar Thanks for responses, it seems I have to give more info about situation. In my current project, we had tons of arrays. They are very deep

[PHP-DB] templatating Question

2007-01-18 Thread Sancar Saran
Hi, I'm trying to generate a template system. I think I made it and others say this was too complicate and error prone because of the template engine uses php language... They say html people broken easly the php file structure. So I have to rewrite system for parsing simple html files. My

Re: [PHP-DB] Page refresh and database updation

2006-09-26 Thread Sancar Saran
On Tuesday 26 September 2006 15:31, Tamkhane, Pravin wrote: Hi All, I am a PHP newbie. I am using HTTP POST request to send some data to Apache and then using MySql to store that information. Once information is stored in MySql DB successfully, I display a result page. But the problem I am