[PHP] passwd in php....

2001-06-29 Thread Bruno Freire
Title: passwd in php Hi... My name is Bruno. Somebody Knows how to use passwd in php? I mean, create linux users on my httpd server using a php page. I already try the EXEC(), but i had no sucess.. Any help will be needed Thanks everyone

[PHP] ENC: ADD a user in linux using PHP

2001-06-29 Thread Bruno Freire
Title: ENC: ADD a user in linux using PHP -Mensagem original- De: Bruno Freire Enviada em: quinta-feira, 28 de junho de 2001 11:31 Para:   '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Assunto:    ADD a user in linux using PHP Hi! I&

[PHP] ADD a user in linux using PHP

2001-06-29 Thread Bruno Freire
Title: ADD a user in linux using PHP Hi! I'm Bruno, from brazil Somebody knows how to create a new user in LINUX (not http server) using PHP? Something like useradd and passwd Thanks, Bruno.

[PHP] Session Problems....HELP!!!!

2001-05-03 Thread Bruno Freire
Hi! my name is bruno, from Brazil and i'm having some problems with sessions. Look my code: ... The message returned in my browser is: Warning: Cannot send session cookie - headers already sent by (output started at /home/httpd/html/intranet/teste.php:11) in /home/

[PHP] Mail help!!!!!

2001-04-17 Thread Bruno Freire
Hi! My name is Bruno. Somebody can tell me how to send the same message to more than one recipient without repeat de code?? something like $corpo.="\n"; $corpo.="\tData de Saída:\t\t$dt_saida\n\n\n"; $corpo.="\tClique no link abaixo para visualização da Folha de Cotação:\n\n";

[PHP] Include files????

2001-04-02 Thread Bruno Freire
Hi! My name is Bruno. Anybody can tell me how can i do Include files? I mean, Write a function in a file and after this just include this file in the code, like <#include file.h> of C++?? Thanks !!!

[PHP] Day of Week??

2001-03-14 Thread Bruno Freire
Hi It's me again! Bruno...From Brazil... Hi wanna know How can i take the day of week of aany date... Example: How to know that 14 of march of 2001 is a Wednesday?? Thanks... Bruno.

[PHP] TXT files

2001-03-13 Thread Bruno Freire
Hey Everybody! Its me...Bruno From Brazil. Look, How can i read txt files with php Thanks See ya!

[PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread Bruno Freire
Hi, My name is Bruno, From Brazil. Yes...it's me again...hehehe Look...my problem is.. I wanna make something like this: (10 november 2001) - (5 November 2001) = 5 days (10 november 2001) - (10 December 2001) = 30 days How can i do this Thanks for any help Your friend, Bru

[PHP] HELP!!! Upload files!!!!

2001-03-06 Thread Bruno Freire
Look the message: Warning: Rename failed (Invalid cross-device link) in /usr/local/etc/httpd/htdocs/intranet/upload.php on line 26 What i'm doing wrong??? My code: function nomearq() { teste.nome.value=teste.arquivo.value; } "; ?> Nome do Arquivo

[PHP] HELP!!! FTP!!!!

2001-03-05 Thread Bruno Freire
Hi my name is bruno from Brazil. I have a linux server with Apache and PHP 4 running. What i wanna do is upload a file. Look the problem: I have a lan.(local Network) Consider this: Network server running apache : 6.6.6.6 Network client station : 6.6.6.5 If The apache server executes t

[PHP] Form Variables!!!!!

2001-02-21 Thread Bruno Freire
Hi! It's me again Bruno From Brazil!! My problem is: I wanna know the names of the variables that my actual page recives from the last page (using the POST method). Thanks!! Bruno.

[PHP] MyODBC and Crystal Reports

2001-02-20 Thread Bruno Freire
Hi, everybody! It's me again Bruno, from Brazil. Now i'm having some problems with MyODBC and Crystal. I have an ODBC named MyCOMERCIAL. I did make a report in the Crystal linked at this ODBC. When I call this report or update the data in the report from crystal reports, everythink is OK.

[PHP] Help!! IP functions!!!

2001-02-19 Thread Bruno Freire
Hi!! My name is Bruno, From Brazil!!! I need to know how can i discovery the ip address when somebody access my home page What function can I use Thanks!! Bruno.

[PHP] How do I to declare a function or procedure in PHP???

2001-01-25 Thread Bruno Freire
Please , I don't know how to declare a functionhow is the scope?? In C++ is for example... Void test(int a, int b) { . } But... In php HOW DO I DECLARE A FUNCTION OR PROCEDURE BrunoBrazil

[PHP] HELP!!! PDFLIB FOR PHP!!!!!

2001-01-24 Thread Bruno Freire
I need learn how to install this library to create pdf files dinamicaly.!!!

[PHP] PHP and PDF!!!!!

2001-01-24 Thread Bruno Freire
I Know that PHP can make PDF files. But Some body PLEASE can pass to me a Binary instalation of this library?? Or tell me where i can find it THANKS

[PHP] HELP!!! $PHP_AUTH_USER!!!!!!

2001-01-23 Thread Bruno Freire
Look I justs wanna make that password box show up in the screen But without a protected directory... Thanks Bruno

[PHP] apache doubt!!!!

2001-01-23 Thread Bruno Freire
Hi ... I'm having some problem's here I'm need to know if my apache server is able to run scripts in a specific date and hour. For example: Every month, in the 15th day, I need to run a script PHP that check my Mysql database for some cause. Is that possible??? I'm realy thanks!!! Brun

[PHP] help!!! (PHP)

2001-01-23 Thread Bruno Freire
Hi ... I'm having some problem's here I'm need to know if my apache server is able to run scripts in a specific date and hour. For example: Every month, in the 15th day, I need to run a script PHP that check my Mysql database for some cause. Is that possible??? I'm realy thanks!!! Brun

[PHP] HELP! REVOKE COMMAND!!!!

2001-01-22 Thread Bruno Freire
>From Bruno: Brazil How is the sintaxe of this command Thanks...

[PHP] Help!!! MY ODBC!!!!

2001-01-22 Thread Bruno Freire
Hi everyone!! My name is BRUNO, and I'm in Brazil I dont know how to configure my_odbc!!! What I wanna do: I wanna make a report using The Crystal reports. My Mysql database is placed in a pc with LINUX. Then i have instaled Myodbc in may pc with Win98 but just install the MYODBC doesn'

[PHP] ENC: Datasets

2001-01-19 Thread Bruno Freire
Hi My name is Bruno, I'm in Brazil and I'm new in PHP... I wanna know how can I roll in the records of a dataset. Like... Move First Move last Move next.os something like this Move previous Thanks..

[PHP] Datasets

2001-01-19 Thread Bruno Freire
Hi My name is Bruno, I'm in Brazil and I'm new in PHP... I wanna know how can I roll in the records in a dataset. Like... Move First Move last Move next.os something like this Thanks..