RE: [PHP] Script invocation similar to ASP <%= %>

2001-05-04 Thread Renzi, Sebastian
... Sebastián Renzi Consultoría & Desarrollo de Sistemas. CODES S.A > -Mensaje original- > De: Bjoern Werkmann [SMTP:[EMAIL PROTECTED]] > Enviado el: viernes 4 de mayo de 2001 16:05 > Para: [EMAIL PROTECTED] > Asunto: [PHP] Script invocation similar to ASP

RE: [PHP] Query Analyzer For MySQL with PHP?

2001-04-23 Thread Renzi, Sebastian
Create a mysql odbc acces and download the winsql.exe program that works with odbc connections ,its a great sql client !! Sebastián Renzi Consultoría & Desarrollo de Sistemas. CODES S.A > -Mensaje original- > De: Philip Olson [SMTP:[EMAIL PROTECTED]] > Enviado el: lunes 23 de abril

RE: [PHP] Site Structure

2001-04-23 Thread Renzi, Sebastian
try include('../includes/header.inc'); Sebastián Renzi Consultoría & Desarrollo de Sistemas. CODES S.A > -Mensaje original- > De: Jordan Elver [SMTP:[EMAIL PROTECTED]] > Enviado el: lunes 23 de abril de 2001 11:56 > Para: PHP General Mailing List > Asunto: [PHP] Site Str

RE: [PHP] Connection with a Palm

2001-04-18 Thread Renzi, Sebastian
uld be working on something... > ...but forgot what it was. > > > ""Renzi, Sebastian"" <[EMAIL PROTECTED]> wrote in message > A1581797259FD211B25E00805FCBC1FA1E4C1C@SRV_DES_01">news:A1581797259FD211B25E00805FCBC1FA1E4C1C@SRV_DES_01... > I ' m tryi

[PHP] Connection with a Palm

2001-04-18 Thread Renzi, Sebastian
I ' m trying to develop a page that exports data to a Palm ,my question is ,can i do this with PHP or with JavaScript ? .If it's possible please let me know ,thnks Sebastián Renzi Consultoría & Desarrollo de Sistemas. CODES S.A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

RE: [PHP] URL FROM IP

2001-04-09 Thread Renzi, Sebastian
$url = getHostByAddr($REMOTE_ADDR); > > Tom > > At 10:17 AM 9/04/01 -0300, Renzi, Sebastian wrote: > >Having the ip i want to obtain de URL (www.renzi.com.ar) > > > >Thank You very much ! > > > >Sebastián Renzi > >Consultoría & Desarrollo de Sistema

[PHP] Problems uploading Files

2001-03-22 Thread Renzi, Sebastian
Hello again ! , i have a script that uploads a file , when i use the function move_uploaded_file() an error raises ,"Permission denied ." ,but if i upload the same file thru an ftp client it works correctly ! Sebastián Renzi Consultoría & Desarrollo de Sistemas. CODES S.A -- PHP General Ma

[PHP] Daemon with a PHP file

2001-03-21 Thread Renzi, Sebastian
> Hello my name is Sebastian ,i'm from Argentina ,this is my first question > in this list.I would like to know how to run a php file every day at 8 AM > , my intention was to create a cron with the crontab command.Something > like this ... > > 0 8 * * * /home/users/sebas/citas.php3 > > but this