[PHP] Which Chat system to use

2007-08-04 Thread robert mena
Hi, I need to add a simple chat system to my site and I am trying to find out good solutions, free or paid. Some of the requirements : - php :) - uses some sort of template system (smarty better) - support for private chats - source code available - one chat room (except for private chats everybo

Re: [PHP] Re: Which Chat system to use

2007-08-06 Thread robert mena
ROTECTED]> wrote: > robert mena escreveu: > > Hi, > > > > I need to add a simple chat system to my site and I am trying to find out > > good solutions, free or paid. Some of the requirements : > > - php :) > > - uses some sort of template system (smarty better)

[PHP] include not working properly?

2006-03-07 Thread robert mena
Hi, I am facing a strange problem. One of my classes uses a include("Log.php") to enable to to use the Log class that comes with pear. *Fatal error*: require_once() [function.require]: Failed opening required 'Log.php' (include_path='.:/usr/local/

[PHP] Printing library in PHP ?

2006-03-13 Thread robert mena
Hi, I am currently migrating an application originally written with Delphi to PHP. Everything is going fine except the printing of the reports that does not produce the same visual result (i.e does not look the same or has some aligmment issues). >From what I've read I should use CSS to achieve

[PHP] Re: Printing library in PHP ?

2006-03-14 Thread robert mena
Hi Manuel, I am trying to print from the client side. The client will be windows. Thanks. On 3/13/06, Manuel Lemos <[EMAIL PROTECTED]> wrote: > > Hello, > > on 03/13/2006 09:44 AM robert mena said the following: > > I am currently migrating an application originally

Re: [PHP] Re: Printing library in PHP ?

2006-03-20 Thread robert mena
ECTED]> wrote: > > This is more of an HTML question than it has to do with PHP, and you > sound like a noobie :) > > Only useful info I can give you is to use THEAD in tables to hold > headers, browsers put that row first on every page when breaking large > table on several pa

Re: [PHP] Re: Printing library in PHP ?

2006-03-20 Thread robert mena
Hi Burhan, Thanks. I'll try that but even tough my clients now uses windows I generally do not like to be too commited to a single platform. -rm On 3/15/06, Burhan <[EMAIL PROTECTED]> wrote: > > robert mena wrote: > > Hi Manuel, > > > > I am trying to prin

Re: [PHP] Printing library in PHP ?

2006-03-20 Thread robert mena
Hi Steve, This seems to be a good alternative. I've found pdflib($), ezPDF (dead?) e this fpdf as different ways to generate pdf. One drawback is that I'd have to construct all my documents 'by hand'. For trully dynamic this is no problem but for those that only differs at the name of the clien

[PHP] Security in php/ajax scripts

2006-03-20 Thread robert mena
Hi, I am slowly converting my webapps to use the 'ajax' technology. I'd like to know what 'best practices' should I use when it comes to authenticate, identify the requests in a more restricted context. So far I've migrated some 'open' areas where the user, without having to identify himself can

[PHP] PHP and SAP

2008-07-05 Thread robert mena
Hi, I'd like to know if there are any tutorials about SAP and PHP. I'm moving to a new company and there is the need to provide some sort of access to internet/intranet to resources available in SAP. Since I work with PHP I am wondering what kind of support, tips, info I can get in order to deci

[PHP] Corrupted ZIP files (downloaded via a php script) : Internext Explorer 7

2008-07-16 Thread robert mena
Hi, I have a set of files stored in a directory and I need to serve those via a php script (in order to protect, control access etc). The problem is that zip files (exe also) get corrupted when I try from IE7. I've read the posts from this list and google etc with no idea of how to solve it. Th

[PHP] Searching MySQL with Japanese chars

2008-10-17 Thread robert mena
Hi, I am developing my first application that will have to handle with japanese data stored in a MySQL database. After digging a while it seems that I'd have to set all pieces (from the charset of the apache, to the encoding of the templates and database fields) set to UTF-8. I'd like to know if

[PHP] Search engine : build a new one or use an alreadry existing one ?

2004-11-07 Thread robert mena
Hi, I need to improve my current "search mecanism" but got stuck in a dilema : build one or use an existing engine? My site, that uses php/smarty allows my users to browse products in a category listing or search. Currently my search only performs a 'select xxx from where field like ' and show t

[PHP] design pattern/code generators

2005-01-29 Thread robert mena
Hi All, I am looking for advice regarding design patterns/code generation in PHP5. I have a simple code generation tool (written in PHP) to interface with database. It works fine for simple situations but seems a little "strange" for more complex ones. Suppose I have a table user (id, name, age

[PHP] Setup tips for oracle 9i development

2005-08-30 Thread robert mena
hi, I'd like to start developing php applications that will access oracle 9i databases. I am trying to setup a development enviroment using Linux so I was wondering what should I download/install from oracle's web site in order to compile php with 9i support. I am assuming that there is some s

[PHP] Unable to compile php 5.1 / 5.1RC ok

2005-11-26 Thread robert mena
Hi, I am trying to compile php 5.1 but it fails with pdo error messages './configure' '--with-apxs2' '--with-mysql=/usr' '--enable-soap' '--with-xmlrpc' --with-zlib --enable-pdo=shared --with-pdo-mysql=/usr ext/sqlite/.libs/sqlite.o(.text+0x1365): In function `zm_startup_sqlite': /home/build/ph

[PHP] Controling buffer: php/smarty or apache?

2006-01-22 Thread robert mena
Hi, I am facing a strange problem. My site, even tough designed to appear quickly at user's browser, appears at "once". If I test the static HTML version it starts to appear as downloaded If I test the php generated version the page seems render as a whole. I am using smarty as a template and i

Re: [PHP] Controling buffer: php/smarty or apache?

2006-01-23 Thread robert mena
nd 'diff' will help you find any small > difference between the pages. > > > David > > robert mena wrote: > > Hi, > > > > I am facing a strange problem. My site, even tough designed to appear > > quickly at user's browser, appears at "on

[PHP] Future plans (4.1) ?

2001-02-02 Thread Robert Mena
Hi, I've been following this list and php's development for a while (since php2-beta) and even tough php has (IMHO) tons of useful features there are a couple that seems to be "lacking" (and constantly asked in this list) : - better object orientation support - built-in template system I know O

Re: [PHP] Future plans (4.1) ?

2001-02-04 Thread Robert Mena
Hi Rasmus, thanks for you reply. As some of the phpers already stated I also disagree about the visibility issue. But it's IMHO anyway (besides I do not have technical skills enough to try to implement it). I'll check the template you mentioned but I was wondering if a "built-in

[PHP] indexing text

2001-02-08 Thread Robert Mena
Hi, i am trying to store some digital books under mysql and give a chapter/page access using php as scripting lanaguage. Besides htdig is there any other solution (perhaps written in php) to index a content of a TEXT field in order to have an "altavista-like" search engine for my use ? I've read

<    1   2