[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 doesnt work ,do u know how to do this ? ,thanks
> 
> Sebastián Renzi
> Consultoría & Desarrollo de Sistemas.
> CODES S.A
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] URL FROM IP

2001-04-09 Thread Renzi, Sebastian

this code returns the ip too ! i dont know why !!

> -Mensaje original-
> De:   trogers [SMTP:[EMAIL PROTECTED]]
> Enviado el:   lunes 9 de abril de 2001 10:41
> Para: [EMAIL PROTECTED]
> Asunto:   Re: [PHP] URL FROM IP
> 
> Hi
> 
> Try
> 
> $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 Sistemas.
> >CODES S.A
> >
> >
> >--
> >PHP General Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Connection with a Palm

2001-04-18 Thread Renzi, Sebastian

Thank you ,where i can download more info about this ?

> -Mensaje original-
> De:   Plutarck [SMTP:[EMAIL PROTECTED]]
> Enviado el:   miércoles 18 de abril de 2001 10:42
> Para: [EMAIL PROTECTED]
> Asunto:   Re: [PHP] Connection with a Palm
> 
> "exporting data to a palm" is far too vague.
> 
> PHP can produce data in a format suitable for saving on a Palm, or you can
> have it interpret data from a Palm. To physically save data from a webpage
> to a palm requires client-side scripting.
> 
> 
> --
> Plutarck
> Should 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 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-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 Structure
> 
> Hi,
> I have a site structure like:
> 
> -> root
> ---> includes
> ---> admin
> ---> images
> 
> I'm using headers and footers and they are in the includes directory. My 
> pages in the root directory include the files like:
> 
> include('includes/header.inc');
> 
> Thats woprks fine, but i want to be able ti use the same headers and
> footers 
> in the admin directory but, of course, the paths are going to be wrong.
> 
> How can i get around this?
> 
> Any ideas,
> 
> Jord
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 de 2001 16:47
> Para: Brandon Orther
> CC:   PHP User Group
> Asunto:   Re: [PHP] Query Analyzer For MySQL with PHP?
> 
> 
> Use the mysql monitor, from shell:
> 
>   mysql -u username -p dbname
> 
> That'll log you in, now run some queries :
> 
>   mysql>SELECT * FROM tablename;
> 
> At this point everything is selected and displayed from table tablename.
> In otherwords, we can run and view SQL queries from this console, much
> like MySQL does it for PHP. Here are a couple tutorials that should help :
> 
>   MySQL Monitor Tutorial :
> http://www.mysql.com/doc/T/u/Tutorial.html
> 
>   MySQL Tutorial (demonstrates monitor) :
> http://www.devshed.com/Server_Side/MySQL/Intro/
> 
> Also, phpMyAdmin has a place to enter and view such queries via a form.
> 
>   phpMyAdmin :
> http://www.phpwizard.net/projects/phpMyAdmin/
> 
> 
> Regards,
> Philip
> 
> 
> 
> On Mon, 23 Apr 2001, Brandon Orther wrote:
> 
> > Hello,
> > I recently took an ANSI SQL class to better familiarize my self with
> SQL in
> > general.  In the class we used MSSQL SERVER 7 and to do queries we used
> the
> > Query Analyzer.  Does anyone know of a PHP script that works like the
> Query
> > Analyzer so I can test Queries in a Browser?  Like A Text Area where I
> can
> > put the query and a simple form that sends it to MySQL.
> > 
> > Thanks,
> > Brandon
> > 
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 <%=  %>
> 
> Hi there,
> 
> pedantic as it might seem, ..., but is there a way to implement the
> following ASP snippet in PHP
> 
> <%
> Dim PAGE_TITLE
> PAGE_TITLE = "My Page"
> %>
> 
> 
>   <%=PAGE_TITLE%> 
> 
> 
> ...
> 
> 
> Especially important is the use of '<%='. I'd like to get rid of  the echo
> in ''.
> 
> 
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]