[PHP] Html_entities o que ??

2005-10-22 Thread Reynier Perez Mira
Hola lista: Resulta que estoy tratando de crear un RSS 2.0 para mi web y estoy medio que parado por ciertas y determinadas cosillas. La primera es que las noticias las introduzco en la BDatos usando un editor WYSIWYG (TinyMCE Editor) y entonces en los campos TEXT de la tabla me sale contenido HT

RE: [PHP] RSS news feed (slightly 0T)

2005-05-19 Thread Reynier Perez Mira
Exists some RSS for PHP but in spanish language? Thanks Reynier Pérez Mira 3ero. Ing. Informática Entre más inteligente me siento, más me doy cuenta de lo ignorante que soy. -Mensaje original- De: Jared Williams [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, May 18, 2005 12:27 PM Para:

[PHP] PHP vs ASP .NET

2005-04-23 Thread Reynier Perez Mira
Hi list: I have a problem with ASP .NET community in my Universty and I need to solve it. The thing is that they say me that ASP .NET is better than PHP, so I need information to response they about this theme. Can you put me some sites, statics, intrview to big personalities, articles to respo

[PHP] PHP, Apache, Windows 2003

2005-04-22 Thread Reynier Perez Mira
Hi list: Recently I installed Windows 2003 Server. Now I try to install Apache 2.0.48 and PHP 5.0.4. First I install PHP 5.0.4 from source binary to Win32 downloaded from www.php.net . It's means that php5apache2.dll is include in this packet. Well when I try to config the

[PHP] PHP and Sessions

2005-04-17 Thread Reynier Perez Mira
Hi list: I have this code that Works perfectly: File: index.php Close session"; ?> File: logout.php When user click link all works fine but when user close window withouth click link the session is not delete and all vars preserve they values. How can I fix that? I use PHP 5.0.0 RC2 an

[PHP] PHP, SDL and OpenGL

2005-04-15 Thread Reynier Perez Mira
Hi list: I'm receive a theme class call Computers Graphics in wich my and my friends programming making use of OpenGL library. Few day ago I have a brilliiant or an stupid idea to narrate to my teacher if I can make my final course project with PHP. They tell me that is possible always I use O

[PHP] ini_set and upload_tmp_dir

2005-04-14 Thread Reynier Perez Mira
Hi: I'm try to change de value for the PHP config var upload_tmp_dir with objetive to make an file upload an access more easy to superglobal array $_FILES['fichero']['tmp_name']. Into my php file just in the start I have this: ini_set("upload_tmp_dir","C:\\PHP5\\tmp\\"); The directory exists

[PHP] Directory perms

2005-04-14 Thread Reynier Perez Mira
How I can obtain directory perms and how I know if they are RW on Win32 plattforms? I find into PHP Manual but I only obtain function fileperms wich have only for files and not for directories Regards Reynier Pérez Mira 3ero. Ing. Informática Entre más inteligente me siento, más me doy cue

[PHP] Smarty and PEAR DB

2005-04-11 Thread Reynier Perez Mira
Hello List: I'm using PEAR DB and Smarty. The case is that I have to pass a value from a query result to a Smarty var. I try to paginate results. See the code below: //