RE: [PHP] ayuda...solo se ve el código cuando ejecuto los script

2003-01-20 Thread Ezequiel Sapoznik
Estás guardando el archivo con extensión php?? Ezequiel -Mensaje original- De: Rot Alvarez [mailto:[EMAIL PROTECTED]] Enviado el: Lunes, 20 de Enero de 2003 02:21 p.m. Para: [EMAIL PROTECTED] Asunto: [PHP] ayuda...solo se ve el código cuando ejecuto los script Subo los script y solo ve

[PHP] Result in the same page

2003-01-18 Thread Ezequiel Sapoznik
It is possible to run a query in php when the user press a button an return the result in the same page? Thanks! Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] fit window to image

2003-01-16 Thread Ezequiel Sapoznik
s the web developer > resizing their windows and 'taking control' of their browsers :) > > > Justin > > > on 17/01/03 12:37 PM, Ezequiel Sapoznik ([EMAIL PROTECTED]) wrote: > > > Hi! > > > > Is there anyway in php to fit the window to the size of an image? > > > > Thanks! > > > > Ezequiel > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fit window to image

2003-01-16 Thread Ezequiel Sapoznik
Hi! Is there anyway in php to fit the window to the size of an image? Thanks! Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] question

2003-01-14 Thread Ezequiel Sapoznik
Anyone can tell me what is wrong with the following sentence? printf('Fotografía %s ', $i); if $row1["url"] is ../images/anything.jpg the plain HTML should be: Fotografía Thanks! Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP] Getting info with WHILE

2003-01-13 Thread Ezequiel Sapoznik
I have the following problem: I have a DB named 'fotografias' with the following information: ind indice_bio url 1 2 ../images/agosti.jpg 2 2 ../images/militar.jpg 3 2 hgfhgfh 4 2 eze 5 5 ezequi ind, indice_bio and url are fields names. I wrote the fol

[PHP] Img src

2003-01-07 Thread Ezequiel Sapoznik
I am having a parse error in the following sentence: print ""; Thanks! Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Access page via user & password

2003-01-06 Thread Ezequiel Sapoznik
Hi! I am teacher on a University and I want that our page only be access by specific people. Anyone has or knows where to find any php to administrate a base of user and passwords (made in mysql)? Thanks in advance, Ezequiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] parse error

2003-01-02 Thread Ezequiel Sapoznik
Hi! I am receiving a parse error in the following code. The file is located at http://www.historiadelpais.com.ar/ppal_bio.php Anyone can help me? Thanks! Ezequiel Biografias "); print ""; echo(""); echo(""); echo(""); echo(""); echo(""); echo(""); echo(""); echo("

Re: [PHP] hyperlink

2003-01-01 Thread Ezequiel Sapoznik
ED]">news:[EMAIL PROTECTED]... > > On Wednesday, January 1, 2003, at 02:06 PM, Ezequiel Sapoznik wrote: > > > print($row["banner_nombre"] ."\n"); > > > Try this: > > print ""; > print ($row["banner_nombre"] ."\n"

[PHP] Re: hyperlink

2003-01-01 Thread Ezequiel Sapoznik
Sorry!! This message was duplicated! Ezequiel "Ezequiel Sapoznik" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi! I have to say that I'm new in PHP and I'm very glad of being part of it. > > I apologize

[PHP] Hyperlink in DB

2003-01-01 Thread Ezequiel Sapoznik
Hi! I have to say that I'm new in PHP and I'm very glad of being part of it. I apologize for the questions that I am gonna make, but anyone with patience will be appreciate. I have a DB with 4 rows, one is the indez, the second is an hyperlink to an image and the other 2 are texts. I made an PHP

[PHP] hyperlink

2003-01-01 Thread Ezequiel Sapoznik
Hi! I have to say that I'm new in PHP and I'm very glad of being part of it. I apologize for the questions that I am gonna make, but anyone with patience will be appreciate. I have a DB with 4 rows, one is the indez, the second is an hyperlink to an image and the other 2 are texts. I made an PHP