[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] 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'm Bruno, from brazil Somebody knows how

[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] 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: html head ... /head body ?php session_start(); session_register(test); ? /body /html The message returned in my browser is: Warning: Cannot send session

[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 Sada:\t\t$dt_saida\n\n\n"; $corpo.="\tClique no link abaixo para visualizao da Folha de Cotao:\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,

[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: html head script function nomearq() { teste.nome.value=teste.arquivo.value; } /script body bgcolor="#E6" ?php if

[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] 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)

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!!!

[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] HELP! REVOKE COMMAND!!!!

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