[PHP] Problems sending mails with PHP

2001-10-29 Thread Bruno
t the same message. Does anyone know what this problem is about? Thank you! Bruno -- 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] Re: Problems sending mails with PHP

2001-10-29 Thread Bruno
Yes, I restarted the apache web server. ¿I suppose this is enough, no? Bruno "Cc Zona" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Bruno) wrote: > > > Yeste

[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..

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

[PHP] HELP! REVOKE COMMAND!!!!

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

[PHP] help!!! (PHP)

2001-01-23 Thread Bruno Freire
'm realy thanks!!! Bruno de F. F City: Belo Horizonte Estate: Minas Gerais Country: Brazil

[PHP] apache doubt!!!!

2001-01-23 Thread Bruno Freire
'm realy thanks!!! Bruno de F. F City: Belo Horizonte Estate: Minas Gerais Country: Brazil

[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] 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!!! PDFLIB FOR PHP!!!!!

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

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

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

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

[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

[PHP] HELP, problems with sessions.....

2001-05-09 Thread Bruno Boettcher
hello, i have a problem with sessions. on the host where i want to install the prog i developed on my laptop the sessions doesn't seem to work investigating on the laptop where the system works, i allready have some understanding problems with how sessions work. i suppose that at th

Re: [PHP] HELP, problems with sessions.....

2001-05-09 Thread Bruno Boettcher
On Wed, May 09, 2001 at 09:30:27AM -0600, Johnson, Kirk wrote: > You should not have to call session_encode() to get sessions to work. Make uhm, i used session_encode to print out the things for debugging > session_start(); the first line on each page where you want to use session > variables

Re: [PHP] Session deletion on window close?

2002-01-22 Thread Bruno Baketaric
ht way, if you need to be really save that a session is destroyed. Bruno "Nick Wilson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * On 22-01-02 at 11:30 >

Re: [PHP] matches problem ("preg_match")

2001-11-14 Thread Bruno Grab
m a t c h o f a r e p e a t e d s u b p a t t e r n (e.g "(...)*" and "(...)+") ?? Thanks a lot (again) Bruno "Valentin V. Petruchek" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 028f01c16c5b$c87b1da0$

[PHP] matches problem: refinement of the question

2001-11-14 Thread Bruno Grab
Von: "Bruno Grab" <[EMAIL PROTECTED]> An: <[EMAIL PROTECTED]> Betreff: Re: [PHP] matches problem ("preg_match") Datum: Mittwoch, 14. November 2001 12:41 Thank you for your answer. However our real problem is to solve it with preg_match. we want to rather analyse

[PHP] P3P Implementation and PHP-Sessions

2001-12-03 Thread Bruno Baketaric
#x27;s that will have the described problem. (Not coded in PHP - we do quite the same thing with PHP and the BroadVision Application Server): http://www.siemens.de/solutionprovider/dialog Bruno Baketaric Development Director WOB Interactive AG Werner-Heisenberg-Strasse 6a 68519 Viernhei

[PHP] Re: call_user_func problem

2001-12-03 Thread Bruno Baketaric
Hi, just do it like this - the result will be the same, and $bar is still passed by reference: $result = call_user_func("foo", $bar); function foo( &$bar ) { $bar .= 'foobar'; return 1; } _ This error just tells you, that you have to declare "pass-by-ref

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

[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

Re: [PHP] totally new to PHP

2004-07-27 Thread Bruno Santos
Paul Kain wrote: I have never programmed anything I know html and really want to know php where is the best place to go for some really basic tutorials to start with ? Thank in advance Hello. There are a lots of tutorials around the net. www.phpbuilder.com <--- Very nice site for developers www.

[PHP] submission before

2004-10-13 Thread Bruno Santos
hello all. I've a question that i might think is not much related with PHP, even the pages are PHP and everything is working with PHP. I've a FORM in my site to be written by the user, but, i need to know before the value of a field to fill another field in the form depending with the value of

[PHP] URL verification

2004-10-08 Thread Bruno Santos
site via SSL ?? or i have to put a redirect in the page anyway, whether the user is alredy accessing the page via SSL? cheers Bruno Santos -- [EMAIL PROTECTED] -- Divisao de Informatica [EMAIL PROTECTED] Tel: +351 272 000 155 Fax: +351 272 000 257 -- Hospital Amato Lusitano Av. Pedro Alvares

Re: [PHP] Blank page of hell..what to look for

2009-02-05 Thread Bruno Fajardo
Maybe X-Debug (http://www.xdebug.org/) could help you find bugs in your code, and for development environments it's recommended to use the most sensitive level of messages (turn on E_STRICT and E_NOTIVE, for example). 2009/2/5 Ashley Sheridan > > On Thu, 2009-02-05 at 12:22 -0500, Paul M Foster w

Re: [PHP] long echo statement performance question

2009-02-06 Thread Bruno Fajardo
> > echo 'blah', $var, 'blah', $var2,...ad nauseum > > ... to output mixed html and php var values? If so could you refer me to a > work around, or better way? > > Frank > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsu

Re: [PHP] long echo statement performance question

2009-02-06 Thread Bruno Fajardo
ication, i agree. 2009/2/6 Eric Butera : > On Fri, Feb 6, 2009 at 12:15 PM, Bruno Fajardo wrote: >> In my opinion, you would achieve better results using a template >> engine, like Smarty (http://www.smarty.net/). In addition, your code >> would be entirely separated fro

Re: [PHP] long echo statement performance question

2009-02-06 Thread Bruno Fajardo
I am so stick to Smarty that I never tried other solutions, like Savant. Thanks for the tip, I'll try it right away. Cheers. 2009/2/6 Eric Butera : > On Fri, Feb 6, 2009 at 1:43 PM, Bruno Fajardo wrote: >> Well, Smarty's caching layer is very fast. Maybe not as fast as an >

Re: [PHP] php validate user password

2009-02-09 Thread Bruno Fajardo
tedd, I think that the problem of the "duplicated hashes" in the database (in the case of two users using the same password) persists with a constant prefix in the passwords. Although the random salt portion get stored in the database concatenated to the hash, the attacker don't know the string le

Re: [PHP] php validate user password

2009-02-09 Thread Bruno Fajardo
> another hash that does not have the same collision issues. > > Thank you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.p

Re: [PHP] sprintf thousand separator.

2009-02-11 Thread Bruno Fajardo
Can you extend the JPGraph class, intercepting the desired method, formatting the output the way you need? 2009/2/11 João Cândido de Souza Neto > > No, I can´t, because if I do it how can jpgrhph render without numeric data? > hehehe > > "Richard Heyes" escreveu na mensagem > news:af872644090

Re: [PHP] Re: Extract result from a https remote server response

2009-02-13 Thread Bruno Fajardo
Assigning the return of file_get_contents to a variable? Didn't get your point... 2009/2/13 m a r k u s > > Shawn McKenzie wrote: >> >> Shawn McKenzie wrote: >>> >>> m a r k u s wrote: Hi all, Example : https://www.moneybookers.com/app/email_check.pl?email=t...@toto.com&

Re: [PHP] RE: AJAX with POST

2009-04-04 Thread Bruno Fajardo
Ajax is asynchronous. The option of asynchronous or synchronous can be set in the XMLHTTPRequest object (used by Ajax), but a synchronous call is not Ajax. Cheers, Bruno. 2009/4/5 Phpster > Ajax can be both async and sync. Itsbthe fourth param in the open call and > I believe by default

Re: [PHP] SQL Injection - Solution

2009-05-06 Thread Bruno Fajardo
ape_string() like Shawn said, possibly something like this would do the trick (from http://br2.php.net/manual/en/function.mysql-query.php): $query = sprintf("SELECT firstname, lastname, address, age FROM friends WHERE firstname='%s' AND lastname='%s'", mysql_real_escape_string($firstna

Re: [PHP] Re: SQL Injection - Solution

2009-05-06 Thread Bruno Fajardo
ng to solve, has been solved a long time ago. Bruno. > > That is a recursive function and i can use array_map becouse i some cases we > obtain arrays of arrays and that will generate a error. > > > Regards, > Igor Escobar > Systems Analyst & Interface Designer >

Re: [PHP] Variables not initialized. Is it possible to...

2009-05-18 Thread Bruno Fajardo
This kind of tip is raised in form of notices. So, to enable that, use the following function on top of your scripts: error_reporting(E_ALL | E_NOTICE); Best regards, Bruno. 2009/5/18 Paul M Foster > On Mon, May 18, 2009 at 05:38:37PM +0200, Cesco wrote: > > > Is it possi

Re: [PHP] MYSQL 5 auto increment not working

2009-05-21 Thread Bruno Fajardo
2009/5/21 Leidago !Noabeb > Hi All > > > I know this is not strictly a PHP question, but i have a problem whenever i > insert a record using PHP. Basically the auto increment field does not work > at all. Here's the structure of the table that i'm using: > > CREATE TABLE `children` ( > `cid` int

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Bruno Fajardo
Hi there! Try out AES. http://en.wikipedia.org/wiki/Advanced_Encryption_Standard Bruno. 2009/6/3 Hemant Patel > > Hello Everyone, >                      Hope you all are doing great. >                      Now we are creating a application which has high level > of security so i

[PHP] Dual PHP installation and session sharing

2009-07-17 Thread Bruno Fajardo
Hi all, I'm using Apache/2.2.3 (Linux/SUSE), running PHP 4.4.7 in CGI mode, in a dual installation with PHP 5.1.2 running as an Apache module. Scripts with .php5 extension are executed by PHP 5, and those with .php are executed by PHP 4, and everything runs as expected. My question is: is it possi

Re: [PHP] Dual PHP installation and session sharing

2009-07-20 Thread Bruno Fajardo
iscontinue the current one. But if there's a chance to share session in the actual environment, I would certainly prefer that. Thanks for the reply! 2009/7/19 Zareef Ahmed > > > On Sat, Jul 18, 2009 at 1:34 AM, Bruno Fajardo wrote: >> >> Hi all, >> >> I'

Re: [PHP] SVG and PHP

2010-01-05 Thread Bruno Fajardo
2010/1/5 Alice Wei > > Hi, > > Just went online and saw an SVG generated from Python, and wanted to do > the similar thing by loading the SVG into an PHP script. Here is the script > that I have: > > > #Load the Map > $ourFileName= "USA_Counties_with_FIPS_and_names.svg"; > $fh = fopen($ourFileN

Re: [PHP] header("Location:...") fails

2010-01-13 Thread Bruno Fajardo
ng in putting a die command after the header("Location"). In fact, it is common. The header() command by itself don't imply in the send of the request. You can have many header() commands in sequence, and the header will be sent only in the end of the process. Cheers, Bruno. >

Re: [PHP] What's the best way to extract HTML out of $var?

2010-01-15 Thread Bruno Fajardo
2010/1/15 alexus : > What's the best way to extract HTML out of $var? > > example of $var > > $var = "http://http://stackoverflow.com/"Stack Overflow" > I want > > $var2 = "http://starckoverflow.com/"; > example: preg_match(); > > what else? Hi, If you simply wants to remove all tags from the stri

Re: [PHP] Cookies & sessions

2010-01-19 Thread Bruno Fajardo
2010/1/19 : > I am trying for the first time to use cookies. The manual contains the > statement "Cookies > are part of the HTTP header, so setcookie() must be called before any output > is sent to > the browser." > > When I first started using sessions, I was alarmed to read a very similar > s

Re: [PHP] Cookies & sessions

2010-01-20 Thread Bruno Fajardo
ore the session_start() or setcookie() functions get executed. Well, I hope this information is helpful. Cheers, Bruno. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to get the 'return type' of a function?

2010-02-23 Thread Bruno Fajardo
2010/2/23 Daniel Egeberg > > 2010/2/23 Dasn : > > Hello guys, I try to use 'ReflectionFunction' to retrieve the info of a > > function. > > For example: > > > > > $rf = new ReflectionFunction('strstr'); > > echo $rf; > > ?> > > === output == > > > > Function [ functio

Re: [PHP] Execution order of PHP

2010-03-10 Thread Bruno Fajardo
ould store they values in local variables, and then pass them to the $client->system->multiCall(), assuring that those methods are executed before the multiCall(). Something like: $methodOne = $client->methodOne(); $methodTwo = $client->methodTwo(); $client->system->multiCall($met

Re: [PHP] Execution order of PHP

2010-03-10 Thread Bruno Fajardo
2010/3/10 Auke van Slooten : > Bruno Fajardo wrote: >> >> 2010/3/10 Auke van Slooten >>> >>> Hi, >>> >>> In a hobby project I'm relying on the order in which the following piece >>> of PHP code is executed: >>> >>

Re: [PHP] Execution order of PHP

2010-03-10 Thread Bruno Fajardo
2010/3/10 Andrew Ballard : > On Wed, Mar 10, 2010 at 9:54 AM, Bruno Fajardo wrote: > [snip] >> 2010/3/10 Auke van Slooten : >>> This is not what I meant. I should perhaps mention that it's an xml-rpc >>> client and the method calls are remote method call

Re: [PHP] PHP MySQL Insert Statements

2010-03-11 Thread Bruno Fajardo
2010/3/11 Martine Osias : > Hi, > > My insert statements on this web page don't execute. The select statements > do work. This tells me that the database connection is working. The username > and password are the administrator's. What else could prevent the insert > statements from executing? Woul

Re: [PHP] Greate day for you,

2010-04-07 Thread Bruno Fajardo
2010/4/7 Nilesh Govindarajan : > On 04/07/10 21:41, Chris G wrote: >> >> http://sites.google.com/site/vfgbyuhoi6/kewe2w >> > > Bloody asshole spammer. > Is there no spam filter at lists.php.net ? It was probably a virus or a trojahn, not intentionally sent to the list by the OP... > > -- > Nilesh

[PHP] Updating to 5.3.6

2011-06-20 Thread Bruno Coelho
I realize this is a basic matter, but I've installed PHP 5.3.1 with XAMPP for Mac OS. How can I update my PHP version now? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Updating to 5.3.6

2011-06-20 Thread Bruno Coelho
I've installed through XAMPP. The latest version of XAMPP still has PHP 5.3.1 A 2011/06/20, às 18:50, Sean Greenslade escreveu: > How did you install it? Why can't you just uninstall it and reinstall with > the new version? > > On Jun 20, 2011 12:52 PM, "Bruno

[PHP] Users logins in Linux machine

2005-02-12 Thread Bruno Santos
m ?? (/etc/passwd) ?? can it be with LDAP ? or PAM ? or any other method ? cheers ! Bruno Santos -- Say no to software patents www.nosoftwarepatents.com/ -- [EMAIL PROTECTED] -- Divisao de Informatica [EMAIL PROTECTED] Tel: +351 272 000 155 Fax: +351 272 000 257 -- Hospital Amato Lusitano [EMAIL PROT

[PHP] memory error

2005-02-17 Thread Bruno Santos
= 300 max_input_time = 60 memory_limit = 8M by the way, is there any function that allows me to flush the memory ?? cheers Bruno Santos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] cannot remove cookies

2005-02-22 Thread Bruno Santos
er im testing it is firefox (linux) but in IE is not working either... PHP version is PHP-5.0.3 Apache version is Apache-2.0.52 Cheers Bruno Santos -- Say no to software patents www.nosoftwarepatents.com/ -- [EMAIL PROTECTED] -- Divisao de Informatica [EMAIL PROTECTED] Tel: +351 272 000 155 Fax

[PHP] URL encode

2005-02-23 Thread Bruno Santos
can i can resolve it ?? ive tryed with htmlentities, urlencode, urldecode, etc... help ? cheers Bruno Santos -- Say no to software patents www.nosoftwarepatents.com/ -- [EMAIL PROTECTED] -- Divisao de Informatica [EMAIL PROTECTED] Tel: +351 272 000 155 Fax: +351 272 000 257 -- Hospital Amato Lusitano

[PHP] Communication protocol of PHP and Mysql

2005-02-25 Thread Bruno Santos
Hello all. Im developing an application as my final school project and for the report (administration manual) i need to specifie the protocol of communication between PHP and Mysql when accessing the mysql database using the functions within PHP. PHP communicates with Mysql throw TCP/IP or any

[PHP] PHP and Access

2005-02-25 Thread Bruno Santos
Hello. I need to to an application in PHP with graphics creation. The database where i need to go and fetch the values is access. is possible for PHP to fecth values from an access database ?? cheers Bruno Santos -- Say no to software patents www.nosoftwarepatents.com/ -- [EMAIL PROTECTED

Re: [PHP] Re: PHP and Access

2005-02-26 Thread Bruno Santos
pete M wrote: Check this out http://adodb.sourceforge.net/ http://phplens.com/adodb/code.initialization.html#init have fun Pete Bruno Santos wrote: Hello. I need to to an application in PHP with graphics creation. The database where i need to go and fetch the values is access. is possible for PHP

[PHP] line feed

2005-03-04 Thread Bruno Santos
use double quotes, in a simple html comand i need to use \" and i dont want that. is any way i could use single quotes, and getting the line feed ?? example: Double quotes: echo "\n"; single quotes: echo ''; cheers Bruno Santos -- Say no to software patents w

[PHP] php and CSS

2004-06-14 Thread Bruno Santos
Hello all. Im deleloping some PHP pages for school work, and now, im trying to put the pages nice, with some colors and images, etc... I found a problem regarding CSS and PHP The same page, with html extension, it works fine, but when the page becames with php extension, the CSS just dont work.

Re: [PHP] php and CSS

2004-06-14 Thread Bruno Santos
Robert Sossomon wrote: Bruno, Drop some code our way, it's just a guessing game for me without it. Robert -Original Message- From: Bruno Santos [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: [PHP] php and CSS Hello all. Im deleloping

[PHP] URL

2004-07-21 Thread Bruno Santos
anage this, or not... any solucion ?? thx in advance ! Bruno Santos -- [EMAIL PROTECTED] -- Divisao de Informatica [EMAIL PROTECTED] Tel: +351 272 000 155 Fax: +351 272 000 257 -- Hospital Amato Lusitano Av. Pedro Alvares Cabral 6000-085 Castelo Branco [EMAIL PROTECTED] Tel: +351 272 000 272 Fax: +3

[PHP] URL

2004-07-21 Thread Bruno Santos
lt;[EMAIL PROTECTED]> -Original Message- From: Bruno Santos [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: [PHP] URL Hello All. Im developing a couple of pages and i need to do some redirecting to another page depending on the choi

[PHP] parse error, unexpected $

2004-02-10 Thread Bruno Mattarollo
en_tag" in the configuration file but it seems like the option is properly set in the httpd.conf file on pluto.greenpeace.com ... I am a bit lost now, any suggestions? /B -- Bruno Mattarollo <[EMAIL PROTECTED]> Head of IT - Greenpeace International [ http://www.greenpeace.org/ ] PGP.sig Description: This is a digitally signed message part

Re: [PHP] parse error, unexpected $

2004-02-11 Thread Bruno Mattarollo
generally above the line that's reffered to. try commenting out sections of the code. If you have an IDE it will be able to point out the error. If you don't have an IDE some text editor that is capable of syntax highlighting will also help. -- Bruno Mattarollo <[EMAIL PR

[PHP] $_FILE

2004-03-16 Thread Bruno Santos
PHP 4.1.0, and im using PHP 4.3.4. Can someone tell me why does not work ??? cheers -- - .-'''''-. .' `. : : : :

[PHP] File Upload problems

2004-03-16 Thread Bruno Santos
tream: Permission denied in */usr/local/apache2/htdocs/projecto/examples/upload.php* on line *51* *Warning*: move_uploaded_file(): Unable to move '/tmp/phpXBWdts' to 'teste.txt' in */usr/local/apache2/htdocs/projecto/examples/upload.php* on line *51* Could not move file to destination

Re: [PHP] creating a confirm page

2004-03-21 Thread Bruno Santos
that dont have register_globals on. -- - .-'''''-. .' `. : : : : : _/| : Bruno Santos : =/_/ : [EMAIL PROTECTED]

[PHP] imagecreatefromjpeg

2004-03-30 Thread Bruno Santos
ecreatefromjpeg() in */usr/local/apache2/htdocs/projecto/examples/uploadimg.php regards * -- - .-'''''-. .' `. : : : :

[PHP] file super global and functions

2004-03-31 Thread Bruno Santos
$_FILSE['user_picture'] is $userfile .. should i pass the values by reference ?i mean, putting some sort of & ?? cheers and best regars Bruno -- - .-'''''-. .'

[PHP] Global $_FILEs

2004-04-02 Thread Bruno Santos
Hello all. I'm developing a script that requires the user to upload 2 files. i want to put all the lines that takes care of the uploading of the file in a function. i've tried to pass the global array $_FILES to a function, but still no sucess... can someone help me ?? rega

[PHP] scripting with php

2004-12-14 Thread Bruno Santos
used #!/usr/bin/php -q, but it apears is not working ... can someone tell me how to i use php stand alone ? chears !!! Bruno Santos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] client information

2005-01-11 Thread Bruno Santos
he DISPLAY variable of the client ? if i make a system call, i get the server information and thats not what i want ? if not with php, is possible to do it with javascript ? thanx in advance Bruno Santos -- Say no to Software patents www.nosoftwarepatents.com -- [EMAIL PROTECTED] -- Divisão de Informát

[PHP] _construct() problem

2005-06-09 Thread Stéphane Bruno
Hello, I designed a player class with the following properties and constructor: class player { private $properties = array('firstname' => NULL, 'lastname' => NULL); function _construct($first, $last) { $this->properties['firstname'] = $first; $this->properties['lastname'] = $last; }

[PHP] _construct() problem

2005-06-09 Thread Stéphane Bruno
Hello, I designed a "player" class with the following properties and constructor: class player { private $properties = array('firstname' => NULL, 'lastname' => NULL); function _construct($first, $last) { $this->properties['firstname'] = $first; $this->properties['lastname'] = $last;

Re: [PHP] _construct() problem

2005-06-09 Thread Stéphane Bruno
Thanks, Richard It now works. It was not obvious in the book I was using. The author should have put a side note stating it is two underscores instead of one. Stéphane On Thu, 2005-06-09 at 08:42, Richard Davey wrote: > Hello Stéphane, > > Wednesday, June 8, 2005, 10:23:22 PM, you wrote: > > S

Re: Re[2]: [PHP] PHP vs. ColdFusion

2005-07-01 Thread Stéphane Bruno
Hello, I followed the discussions closely. I wanted to reply to some questions I saw in the discussions. I am using both PHP and Coldfusion, but both on Linux platforms. So, I am not bound to Microsoft technologies, and CF runs faster on Linux/Unix than on Windows. Like PHP, there is no need for

Re: [PHP] PHP vs. ColdFusion

2005-07-04 Thread Stéphane Bruno
On Fri, 2005-07-01 at 19:01, Mark Charette wrote: > It is always funny to read that one needs OO approches to do anything > useful. What one needs is a modular approach, re-factoring, and knowing I never said that you NEED OO approach to do anything. I found some problems where an OO approach he

[PHP] Imap, reading the email-body

2005-10-19 Thread Bruno Gola
main page and try to read any message... I dont know what can i do to fix it... Thanks for any help and sorry any mistakes about my english... Bruno Gola -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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] 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, everyt

[PHP] Re: SSL use

2005-04-23 Thread Bruno Wolff III
On Fri, Apr 22, 2005 at 16:38:29 -0400, "ruel.cima" <[EMAIL PROTECTED]> wrote: > hi, > > im handling some important information that needs to be stored in my > postgresql database via a php script. i´ve been reading the mails sent on > this mailing list on SSL use. my postgresql server allow

php-general@lists.php.net

2001-02-26 Thread Bruno Mário Amaral Almeida
Hi everyone, Can anyone tell me where can i find a place where to put my PHP/MySQL applications for free? Many thanks Bye Bruno

[PHP] unsubscribe me

2001-04-19 Thread Bruno Mário Amaral Almeida

[PHP] Reverse (or backward?) Infinity Loop

2004-10-19 Thread Bruno B B Magalhães
3 • Category 4 • Category 5 A reverse (or backward) loop! We need to get the last category and then follow the ParentId until the 0 ParentId. Have anybody made this before (I hope so)? Many Thanks, Bruno B B Magalhaes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Mixing classes

2004-10-20 Thread Bruno B B Magalhães
Hi Tomy, I did the same thing! I´ve used a class called framework to encapsulate everything... here is what looks like: framework.inc.php http://www.bbbm.com.br/ * @copyright 2004 Bruno B B Magalhaes * @author Bruno B B Magalhaes <[EMAIL PROTECTED]> * @package BBBM Framework * @version 0

Re: [PHP] Mixing classes

2004-10-20 Thread Bruno B B Magalhães
Hi Tomy, I did the same thing! I´ve used a class called framework to encapsulate everything... here is what looks like: framework.inc.php http://www.bbbm.com.br/ * @copyright 2004 Bruno B B Magalhaes * @author Bruno B B Magalhaes <[EMAIL PROTECTED]> * @package BBBM Framework * @version 0

Re: [PHP] PHP framework

2004-10-23 Thread Bruno B B Magalhães
then: http://www.zope.org http://www.fusebox.org http://www.mojavi.org http://www.binarycloud.com http://www.eZpublish.com http://amb.sourceforge.net http://www.phpmvc.net http://phrame.itsd.ttu.edu http://www.horde.org Best Regards, Bruno B B Magalhães On Oct 23, 2004, at 4:04 PM, Igor wrote: I need

  1   2   >