Fw: [PHP] Re: Pasar varialbe sin GET

2007-02-11 Thread Satyam
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html - Original Message - From: "Anuack Luna" <[EMAIL PROTECTED]> To: Sent: Monday, February 12, 2007 2:52 AM Subject: [PHP] Re: Pasar varialbe sin GET Disculpa. Por casualidad no tienes una Web donde explique como hacerlo fácilmen

[PHP] [re]crazy time with str_replace()

2007-02-11 Thread jekillen
Hello; I solved this problem, I think. It is the only thing I could find different between two other wise identical strings in two php files with identical names (in different dirs). One was formatted for Unix (linefeed line ending) and the one, that was not responding, was formatted for Mac (

[PHP] Re: Http Client in PHP connecting to a Digest authenticated server

2007-02-11 Thread Manish Marathe
On 2/10/07, Manuel Lemos <[EMAIL PROTECTED]> wrote: Hello, on 02/09/2007 04:49 PM Manish Marathe said the following: > Hello, > > I have seen some implementations of Server in php implementing HTTP Digest > Authentication but I have not seen any guidelines on HTTP Client connecting > to a speci

RE: [PHP] Recommend a PHP Framework

2007-02-11 Thread Yong Kwang Goh
Hi Jim,Yes I can write to local file system, but only to my home directory (document root) and subdirectories under it.Thanks for your advice. Will look into SQLite.GOH, Yong Kwang Singapore [EMAIL PROTECTED] > Date: Sat, 10 Feb 2007 22:00:34 -0800> From: [EMAIL PROTECTED]> To: [EMAIL > PROTE

[PHP] Re: Pasar varialbe sin GET

2007-02-11 Thread Anuack Luna
Disculpa. Por casualidad no tienes una Web donde explique como hacerlo fácilmente He visto varias, pero no entiendo nada Le agradezco Saludos desde Colombia ""Anuack Luna"" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hola a todos. PHP > > Bueno, mi consulta es complicada

Re: [PHP] un include?

2007-02-11 Thread jekillen
On Feb 11, 2007, at 1:16 PM, Larry Garfield wrote: You're using str_replace() on PHP code to control configuration variables? There's a half dozen better ways that are less error prone and faster and more secure. My recommendation: - If the config is all simple values, use an ini file. Y

Re: [PHP] Recommend a PHP Framework

2007-02-11 Thread Chris
Goh Yong Kwang wrote: Hi, I am now mulling over writing my PHP web application from scratch or to use some kind of framework to organize my code. For Java, Struts and Spring come to mind. But for PHP, there are numerous frameworks and I can't figure out which one to use. I would like to de

Re: [PHP] un include?

2007-02-11 Thread Larry Garfield
Copying back to the list where it belongs... On Sunday 11 February 2007 11:01 am, jekillen wrote: > On Feb 10, 2007, at 8:58 PM, Larry Garfield wrote: > > You need to rearchitect your system. > > > > When you include a file, its code executes. Once it has been > > executed, it is > > done. It wi

Re: [PHP] Please critique my database class.

2007-02-11 Thread Martin Marques
barophobia escribió: Hi! I was thinking about asking for recommendations for a lightweight database class. But I realized I hadn't thought much about what my requirements are so I decided instead to ask the list to critique my own class. I don't need anything as robust as ADOdb and I always use

Re: [PHP] Pasar varialbe sin GET

2007-02-11 Thread Oscar Gosdinski
Revisa las directivas RewriteEngine, RewriteRule de Apache. Por cierto, esta es una lista en inglés. Review the Apache directives: RewriteEngine, RewriteRule. BTW, this is an english list. On 2/11/07, Anuack Luna <[EMAIL PROTECTED]> wrote: Hola a todos. PHP Bueno, mi consulta es complicada No

Re: [PHP] PHP or Bridge (card game)

2007-02-11 Thread tedd
At 1:19 PM -0800 2/10/07, pub wrote: To all PHP experts, Do any of you also know how to play bridge? I'm sure someone does. If yes, which do you think is harder to learn, PHP or bridge? I don't know, I don't play bridge. tedd -- --- http://sperling.com http://ancientstones.com http

[PHP] Re: Any Internal search engine in PHP?

2007-02-11 Thread David Robley
Chris Carter wrote: > > Hi, > > I had been trying some search engines for internal searches within my > website. I tried google co-op which failed as the results were showing on > supplemental index. The one provided by cpanel does not show more than 2-3 > URLs in results. Please advice if you k

[PHP] Web Based Game Theory

2007-02-11 Thread Sancar Saran
Greetings all, I just want to TRY write a web based strategy game. Lets say a famous ogame clone. Is there any paper about to game engine. I feel a bit a lost. For example, for realtime gaming I need some kind of back size cli based big game loop. Right ? Last night I try to write down some t

[PHP] Pasar varialbe sin GET

2007-02-11 Thread Anuack Luna
Hola a todos. PHP Bueno, mi consulta es complicada Normalmente se pasa una variable así: nombredelarchivo.php?valor=variable nombredelarchivo.php?id=x La pagina nombredelarchivo.php recibe la variable de la otra Web page Hasta hay nop broblem He visto en los portales como por ejemplo crean un