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

[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

[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

Re: [PHP] fit window to image

2003-01-16 Thread Ezequiel Sapoznik
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] a href question

2003-01-14 Thread Ezequiel Sapoznik
Anyone can tell me what is wrong with the following sentence? printf('trtda href= . $row1[url] . Fotografía %snbsp/a/td/tr', $i); if $row1[url] is ../images/anything.jpg the plain HTML should be: trtda href=../images/anything.jpg Fotografía/a/td/tr Thanks! Ezequiel -- PHP General

[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

[PHP] Img src

2003-01-07 Thread Ezequiel Sapoznik
I am having a parse error in the following sentence: print img src=\ . $row[foto] . width='104' height='137'\; 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,

[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 html head titleBiografias/title /head body background=images/StyleGreenMarble_Bg.jpg ?php $db = mysql_connect(localhost,

[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] 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] 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 for the questions that I am gonna make, bu

Re: [PHP] hyperlink

2003-01-01 Thread Ezequiel Sapoznik
s:[EMAIL PROTECTED]... On Wednesday, January 1, 2003, at 02:06 PM, Ezequiel Sapoznik wrote: print($row[banner_nombre] .br\n); Try this: print a href=\ . $row[banner_nombre] . \; print ($row[banner_nombre] .br\n); print /a; Joe -- PHP General Mailing List (http://www.php.net/) To uns