[PHP] How know from wich page you came from

2002-12-10 Thread Rodrigo
anything I need from a single file. Thanks for any kind of input, Rodrigo

[PHP] Session Login

2003-06-04 Thread Rodrigo
get a good example of login with session MySql based. Rodrigo de Oliveira Costa http://www.ieg.com.br -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] parse html code

2002-09-26 Thread Rodrigo
I want to enter an url, get the html code, and obtain from this all the referenced urls. Anybody knows the way to do that? Bergus

[PHP] Quotes

2001-01-14 Thread rodrigo
I recently came across this problem and I am sure that there is a quick fix for it. I need a solution to the quotes problem when sending queries. I use single quotes to construct my SQL queries. This worked fine since the data entered into the DB was all in spanish. However, yesterday I was typin

[PHP] Making sure a class is declared only once

2001-05-12 Thread rodrigo
Someone on the list mentioned a way to check if a classed is already declared so it will only declare it once. I can't find it in the archives so if someone knows how to accomplish this I would appreciate it if you send me the code. Thanks in advance. -- Ivan

[PHP] Threaded discussion Phorum algorithm

2001-05-23 Thread rodrigo
I need to implement a custom discussion phorum for a news site. I would like to know what is the most common algorithm to display the message list threaded and indented. This to accomplish one task: to show the reply to a post directly below the parent post and so on. Thanks in advance. -- *

[PHP] Append a line to a text file

2002-04-28 Thread Rodrigo
I need to add a email to the text file that is already written, but I get the file writen over , so I always get only the last email send by the form. What I need is a form that get the e-mail and it writes the email at the end of a text file. Thanx, Rodrigo

[PHP] Append a line to a Text File

2002-04-28 Thread Rodrigo
ile at the end of it without overwriting it. Thanx, Rodrigo PS: If possible send a code for instruction. ;)

[PHP] append line to text file HELP !!!

2002-04-28 Thread Rodrigo
Ok guys, this is the code and under it you can see what I get when I try to submit the form. Warning: Supplied argument is not a valid File-Handle resource in /home/restricted/home/h4ck3r/public_html/write.php on line 4 Warning: Supplied argument is not a valid File-Handle resource in /

[PHP] Last time Append line to text file

2002-04-28 Thread Rodrigo
Ok, but I'm trying the following code wich is basicaly the same Miguel sent me and I still get the same message. Please excuseme for being so repetitive but Í don't seem to see where is the mistake, Sorry guys for the trouble. Warning: Supplied argument is not a valid File-Handle resource

[PHP] How to findout if the file is over

2002-04-29 Thread Rodrigo
I've got the following problem: I'm trying to send a number of messages to a certain number of e-mails, the e-mails are writen in a text file and I need to findout when the file is over. The sample code is under this line , if someone can help me, I'd apreciate it. "; $Assunto = "Assunto

[PHP] Login with Text Files

2002-04-30 Thread Rodrigo
ode goes after this message. Thanks to all. Rodrigo. http://www.domain.com/restricted/restricted.htm'); } else header('Location:http://www.domain.com/denied.htm'); ?>

[PHP] Help with Bookmark

2002-05-02 Thread Rodrigo
file for each user named loginbookmarks.txt containing the list of urls and hopefully an indicator, as in a hash, to call the bookmark by it's name. That's all, I've figured the first two but I can't seem to make the third one. Anyone can send me any ideas... Code hopefully. Thanks, Rodrigo

[PHP] Hashes in text files

2002-05-02 Thread Rodrigo
Can I store Hashes in text files? If yes, how? Can I store a multi dimensional array in a text file? If not how should I do to store the data in one file and the "pointer" in another file? Thanx, Rodrigo

[PHP] phpMyAdmin

2002-05-03 Thread Rodrigo
at I would need would be what are the configurations that I have to put in each of these fields. And also I would need to know a php script to access the fields, and write to new fields. Thanx, Rodrigo

[PHP] phpMyAdmin

2002-05-03 Thread Rodrigo
Hi guys, I need to know the script to insert some fields into the database. Like this: I need to get from a form the email, login, password and store it on the database. I'd like to know how this script would be. Code is apreciated. ;) Thanks, Rodrigo

[PHP] Help php MySql link

2002-05-03 Thread Rodrigo
Hi guys, what I need is how to make the link between the php and the Database. Is this the code for it? ro something like that? Help me guys... If you could tell me what each command line do I'd appreciate it, cause I got almost all from a friend, but is incomplete. The code follows this mes

[PHP] Message isn't received in form mailer

2002-05-04 Thread Rodrigo
Hi guys, I'm trying to send the contents of a form thru the php script under this message, but I'm not receiving the message itself, I just receive the message in blank. Just with the subject and the from. Does anybody know what the problem is? Thanks for the help, Rodrigo mai

[PHP] Text file

2002-05-20 Thread Rodrigo
Hi guys: What I need is a php file that will read a text file and show it on a html file. And it will also write to a text file, but at the end of the file. Thanx, Rodrigo de Oliveira Costa.

[PHP] Function

2002-05-21 Thread Rodrigo
Hi guys I’m trying to use a function on na .inc file, how should I do? How should I write the function and what should I write on the file so that the function file is “Included” to be used on a function call on the php file? I appreciate any kind of sample code. Thanx, Rodrigo de Oliveira

[PHP] How do I prevent remote loading of jpegs from my site

2001-10-28 Thread rodrigo
Hello. I run a site that has lots of pictures (jpegs). It is pretty popular, but some visitors have gotten into the habit of going to forums and bulletin boards on other sites and making direct links (you know, http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] Preventing remote linking of files

2001-10-28 Thread rodrigo
Hello. I found this on the web after a couple of people who answered my original request pointed me to it. It is a document that tells you how to prevento people from inserting files directly from your site, stealing your bandwidth. I hope it is useful to you. http://apachetoday.com/news_story.p

[PHP] Automatic backup application

2001-06-30 Thread rodrigo
Hello. I was wondering if there was a free app that will: a) Backup my entire Mysql Database (via a dump, I guess). b) Backup the entire directory where my pages are, preferrably to a different location (say a remote server by FTP or Mail). Thanks in advance. --

[PHP] How to prevent people from downloading images

2001-07-03 Thread rodrigo
This is probably more of a client side programming issue rather than something that has to do with PHP. But I figure that some of you might have something meaningful to comment. I need a way to prevent the download of some images in a web page. I also require that these images be presented within

[PHP] Algorithm for repeating calendar events

2001-07-10 Thread rodrigo
Have any of you seen those calendar applications that let you program events that repeat periodically? You can set it to repeat every thursday, every week, every third week, every six months, and so on? I am developing such an application in PHP and I know that the client will ask for this featur

[PHP] HTML tags in database fields

2001-07-11 Thread rodrigo
Hello. I wrote a comments application that allows the use of some HTML tags for text formatting (). I ran into a problem of users not closing the tags (), so when I display a page with all the comments, if the user did not close the tag then all the text in the other comments is bold. Is there a

[PHP] Problems with mail() function

2001-07-11 Thread rodrigo
Hello. I wrote a routine that queries a table (Mysql) to pull about 300 records and record their emails. I iterate over this recorset invoking the mail() function to send an email for each record in this recordset. The problem is that on my providers server, there is a big delay before the script

[PHP] Problems with Mail() and BCC

2001-07-16 Thread rodrigo
I must be doing something wrong with the headers. Can someone send me an example of how to send a message with multiple addresses as BCCs? It is a program i wrote that builds the header from multiple email addresses in a database. The people on the emails are not getting the message. Thanks in a

[PHP] mysql database has gone away

2001-08-30 Thread rodrigo
There is a Mysql error that is driving me mad. My ISP won't claim resposibility for it and it tells me it is a scrpting error. I don't agree with them. The error number is 2006, and it seems to restart the database every now and then. Please advice me as to what may be causing this problem. The e

[PHP] Passing arrays as arguments to a method

2001-02-08 Thread rodrigo
Is it possible to pass arrays as arguments to class methods? If so, how? What is the proper syntax and things to look out for. Thanks in advanced. -- Ivan R. Quintero E.* (507)228-3477 Aptdo 1263 * (507)228-9105 Balboa, Ancon * 640-0370 Rep

[PHP] Form posted?

2001-02-08 Thread rodrigo
Is there a function that can tell me whether a form was posted? Thank you. -- Ivan R. Quintero E.* (507)228-3477 Aptdo 1263 * (507)228-9105 Balboa, Ancon * 640-0370 Republic of Panama * -- PHP General

[PHP] PHP with JSP

2002-12-09 Thread Rodrigo Rezende
Hello, I hava to develop a solution that use PHP and JSP. But the system has to use the same session. I´ve already installed the PHP integration with Java and it works. But I can´t find the class to call a session? Regards Rodrigo Rezende PHP Developer

[PHP] Help with Filesize

2003-01-27 Thread Rodrigo Corrêa
ts because the fopen function works ok, I don´t known what to do Thanks in advance Equipe Pratic Sistemas Rodrigo Corrêa Fone: (14) 441-1700 [EMAIL PROTECTED] [EMAIL PROTECTED]

[PHP] Calling PHP from Java usign CGI...

2003-06-26 Thread Rodrigo Reyes
configure the CGI variables in order to be able to call PHP? Thanx in advance... Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Calling PHP from Java usign CGI...

2003-06-27 Thread Rodrigo Reyes
if I could just connect PHP to Jetty the same way PHP connects to Apache using CGI. Any idea on how to accomplish this? Thanx... Rodrigo "Catalin Trifu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I didn't quite understood what

[PHP] Connecting PHP to Jetty...

2003-06-30 Thread Rodrigo Reyes
Hi all Has someone been able to have PHP connected to Jetty? Thanx... Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] search in serialized string

2002-08-21 Thread Rodrigo Peres
. I've tried everything unsuccessfully. example: search english advanced. If the user have english basic and another advanced he/her appear in the search. Thank's in advance Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] search in serialized string

2002-08-22 Thread Rodrigo Peres
. I've tried everything unsuccessfully. example: search english advanced. If the user have english basic and another advanced he/her appear in the search. Thank's in advance Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] search in serialized string

2002-08-26 Thread Rodrigo Peres
well, I my opinion is not the way to work, but like I said the work was done by other guy, and now I have the problem to solve. So i back to old question :-) How can I search with some precision in a serialized string? on 8/24/02 12:13 PM, DL Neil at [EMAIL PROTECTED] wrote: > Rodr

Re: [PHP] search in serialized string

2002-08-26 Thread Rodrigo Peres
I mean double ouch!!! :-) well.. 1 no, it's a select for the language ( Rodrigo, > > Inherited problems = ouch! > > Sorry I don't keep old list msgs, perhaps you mentioned this before: does > the language skills field contain: > 1 both the language and the skill-

[PHP] PHP OOP

2002-09-03 Thread Rodrigo Dominguez
I have a problem, I can't create an array of classes into a class, for example: class one { var $a; function foo() { echo "foo"; } } class two { var $b; function initialize() { $b[0] = new one(); $b[1] = new one(); } } $test = new two(); $test->

[PHP] PHP OOP

2002-09-03 Thread Rodrigo Dominguez
I have a problem, I can't create an array of classes into a class, for example: class one { var $a; function foo() { echo "foo"; } } class two { var $b; function initialize() { $b[0] = new one(); $b[1] = new one(); } } $test = new two(); $test->

[PHP] Re: PHP OOP

2002-09-03 Thread Rodrigo Dominguez
.. > Not tested, but what if you change > > $b[0] = new one(); > $b[1] = new one(); > > to: > > $this->b[0] = new one(); > $this->b[1] = new one(); > > On Tue, 3 Sep 2002, Rodrigo Dominguez wrote: > > > I have a problem,

Re: [PHP] Uploading file

2002-09-03 Thread Rodrigo Dominguez
You are doing wrong... you are checking for the temp file and after that you are deleting the temp file, you should copy the files first This is your code if(isset($UploadedFile)) { unlink($UploadedFile); // Here you are deleting the temp file print("Local File: $UploadedFile \n"

Re: [PHP] XML vs Everything Else

2002-09-03 Thread Rodrigo Dominguez
I'm writting an application, a control panel for a web site, and it will be great if I can separe data from presentation, I know that I have to work with XML and XSL but I didn't understand how it works. Can you give me a simple example? Let guess that a client request index.php, and I have inde

[PHP] Re: Pass array in HTTP_POST_VARS question

2002-09-04 Thread Rodrigo Dominguez
If you are in a session you can register the array and it will be available on the next page, once you finish working with the array, just unregister the array. File1.php action= file2.php session_start(); session_register("foo"); var $foo = array(); File2.php session_start(); Work with $foo s

[PHP] XML doubt

2002-09-04 Thread Rodrigo Dominguez
I don't know how to work with XML... I know that it's a good standard to pass information between computer or applications, but I don't know how to separe my data from my presentation on my PHP projects. I always use OOP, I organize all the data in databases and clases, but I always have to put s

Re: [PHP] XML doubt

2002-09-04 Thread Rodrigo Dominguez
Forgot a step: (1C) make an xslt stylesheet which is basically just a > beefed-up html page. > Check out devshed.cm > xml.com > and w3c.org for info on xslt stlyesheets > > Geoff Hankerson wrote: > > > Rodrigo Dominguez wrote: > > > >> I don't know how to

[PHP] PHP e GD big files

2002-09-05 Thread Rodrigo Peres
Hi, I'm using GD to put a dinamic text in some buttons. The problem is that the original image that I use has 8k and after i put a black text it jumps to 20K. What I'm doing wrong? there's a way to compact this? Thank's -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP] sort dinamic generated table

2002-09-05 Thread Rodrigo Peres
Hi, I have a resume system that put a rank in it resume at runtime. example: If you do a serach for each match that it finds it atribute 1 point, now I need to sort the generated list based in this rank, how can i do this, since this rank is dinamic and isn't in database?? Thank's -- PHP Gene

[PHP] Re: checkbox question

2002-09-08 Thread Rodrigo Dominguez
Why you can't use square brackets? "Alex Shi" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > How to ontain data from a group of checkbox using same name? > For example, in a form there're 6 checkboxes and all named as > "Interesting_Area". I know if put a

[PHP] wrong date

2002-09-26 Thread Rodrigo Meurer
Hi! Someone knows why is this returning 1969-12-31 ??? $day = 13; $month = 10; $year = 2002; echo date("Y-m-d",mktime (0,0,0,$month,$day,$year)); And MySQL also does the same when I insert '2002-10-13' in a date field!!! ::: R o d r i g o M e u r e r [EMAIL PROTECTED] B a s e 5 1 - W

[PHP] php mail()

2002-10-14 Thread Rodrigo Peres
Hi list, I trying to send mail using PHP's mail() function without success. My email is rejected because it goes with apache@localhost. I've tried everything put a diferent from in header etc. Does anyone have a clue My system is a RedHAT 7, PHP4.2.3, sendmail thank's n advance -- -- PH

[PHP] protect code or something like..

2002-06-14 Thread Rodrigo Peres
ude of the project in another server and generate a log of the acess to it, or anything that can "tell me" who is installed and running the system. Thank's Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to use file() function with an "HTTPS:\\www.example.com"

2003-09-17 Thread Rodrigo Nakahodo
How to use file() function with an "HTTPS:\\www.example.com" https://www.example.com/'); foreach ($lines as $line_num => $line) { echo "Line #{$line_num} : " . htmlspecialchars($line) . "\n"; } ?> Thanks a million! Rodrigo Nakahodo --- Outgoing

[PHP] CURL - SSL

2003-09-17 Thread Rodrigo Nakahodo
Anyone knows how to get a simple(HTML) https response using CURL session. Thanks a million!! Rodrigo Nakahodo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 9/11/2003 -- PHP General

[PHP] Re:Form CheckBox question

2003-09-18 Thread Rodrigo Webler
If you've echo-ed or printed an Array value, yes, you'll get 'Array' as result, try to var_dump the value, and check if it isn't all well. Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Create a table with more than 1 column

2001-12-27 Thread Rodrigo Peres
; ORDER BY Nome_Artistico My problem is that I need to modify the script to output a 3 column table. I have tried everything but nothing works, and I've tried also all url about PHP that i could found. Please I'll appreciate any help. Thank's in advance and happy new year to all!!!

[PHP] PHP and Images stored in mysql

2002-01-09 Thread Rodrigo Peres
{ HEADER("Content-type: $type"); echo($imagem_banco); } } ?> Thank's in advance Rodrigo -- -- 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] echo diferent coluns from left join

2002-01-10 Thread Rodrigo Peres
ink as url, fanclubes.Nome as site_2,fanclubes.Site as url_2 FROM celebridades LEFT JOIN links_relacionados ON links_relacionados.CelebID=celebridades.CelebID LEFT JOIN fanclubes ON fanclubes.CelebID=celebridades.CelebID WHERE celebridades.CelebID='$celebID' Thank's in advance Rodrig

Re: [PHP] echo diferent coluns from left join

2002-01-10 Thread Rodrigo Peres
Sorry, Ithink that I not explain right. I nedd to create a list, something like: url site url site url_2 site_2 url_2 site_2 When the values returned by url and site finished them proceed to url_2 and site_2 values. Thank's Rodrigo on 1/10/02 3:16 PM, Miles Thompson at [

Re: [PHP] PHP and Images stored in mysql

2002-01-10 Thread Rodrigo Peres
= $query->dados(); mysql_close(); $imagem_banco = $resultado['Imagem_data']; $type = $resultado['Imagem_type']; if($imagem_banco != "") { HEADER("Content-type: $type"); echo($imagem_banco); } } ?> and I call it from

[PHP] PHP 4.1.1 and Mac OS X 10.1.2

2002-01-15 Thread Rodrigo Peres
Hi all, Does anyone have success in compiling PHP 4.1.1 in MacOS X 10.1.2? If yes, could please give some directions? After many tries I surrended miself and start using the pre compiled package that came with X. Thanks Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To

[PHP] get image from DB problem

2002-01-25 Thread Rodrigo Peres
= $query->dados(); $imagem_banco = $resultado['Imagem_data']; $type = $resultado['Imagem_type']; if($imagem_banco != "") { HEADER("Content-type: $type"); echo($imagem_banco); } Thank's Rodrigo -- PHP General Maili

[PHP] get image from blob in mysql

2002-01-26 Thread Rodrigo Peres
= $query->dados(); $imagem_banco = $resultado['Imagem_data']; $type = $resultado['Imagem_type']; if($imagem_banco != "") { HEADER("Content-type: $type"); echo($imagem_banco); } Thank's Rodrigo -- -- PHP Gener

[PHP] create xml document with PHP

2002-01-29 Thread Rodrigo Peres
ed to use to this page become an xml??? I saw many docs in web but all about parse an xml, but not in how to build one. -- Thank's in advance Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP] browser reload button

2002-02-14 Thread Rodrigo Peres
is just a insert into a table, and I put it in the beggining of my page with require(); Thank's in advance Rodrigo Peres -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session problem

2002-02-14 Thread Rodrigo Peres
;$celebID','$REQUEST_URI')"; $query_log = new Query($conexao); $query_log->executa($sql_log); array_push($visita,$celebID); session_register('visita'); } Thank's Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] My Session don't expire

2002-02-16 Thread Rodrigo Peres
7;t expire. How can I correct this??? Thank's in advance Rodrigo Peres -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Change gif image with php

2002-02-16 Thread Rodrigo Peres
text that will fill the buttons come from mysql and change everyday. Thank's in advance Rodrigo ps: If someone want to see the button I'm talking look in http://www.celebnet.com.br/home.php under the "AS ++". -- PHP General Mailing List (http://www.php.net/) To

[PHP] include() and require() problem

2002-04-19 Thread Rodrigo Peres
o ISP many times but they couldn't solve to. My directorie structure is : HRM(directorie)->includes(directorie)->my inc files(to be included in files that is in the directorie HRM). Thank's Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] multidimensional array

2002-04-19 Thread Rodrigo Peres
rt in another table. Thank's Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] multidimensional array

2002-04-19 Thread Rodrigo Peres
ert in another table. Thank's Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] read text file into mysql

2002-04-24 Thread Rodrigo Peres
e with and Idea??? thank's in advance Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] using html select as array

2002-04-25 Thread Rodrigo Peres
that is not in the dropdown. my question is how can i know when this was typed when i do the select to update the user itens. I mean, when i select and populate your preferences to update, how can i know that this info is from the input text??? Thank's Rodrigo -- PHP General Mailing

[PHP] build array dinamicaly

2002-04-29 Thread Rodrigo Peres
i try to access i will have something like $cliente['nome'][0] or $clientes['adress'][1] and so on. Someone can help??? Thank's in advace Rodrigo Peres -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] file() and macintosh line break

2002-05-01 Thread Rodrigo Peres
e file and eregi_replace the line breaks, it worked, but now I don't know how to use this to create the array! Thank's in advance Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php to generate statiscs

2002-06-02 Thread Rodrigo Peres
thing grouped by sex and alone too, present the respectives percentages etc... How do I begin??? Can someone help?? thank's in advance Rodrigo Peres -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php to generate statiscs

2002-06-03 Thread Rodrigo Peres
Does anybody knows the link to this article or other that treats something like this. I couldn;t find it in devshed. Rodrigo on 6/2/02 3:57 PM, John Holmes at [EMAIL PROTECTED] wrote: > Look into cross-tab queries (I think that's what they are called). There > is a good article on

[PHP] php mysql_num_rows problem

2002-02-27 Thread Rodrigo Peres
stricted/home/papagaiodigital/public_html/recrutamento/includes/clas sesql.inc on line 22" line 22 is "$this->numrows = mysql_num_rows($this->resultado);" what's the problem?? Thank's n advance Rodrigo Peres -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP vs object.record set

2002-03-07 Thread Rodrigo Peres
implement such things in PHP?? Thank's in advance Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] bug???

2002-03-07 Thread Rodrigo Peres
s a bug??? I'm using IE5 in macos 9.2.2 Thank's in advance Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] bug with session or normal procedure???

2002-03-08 Thread Rodrigo Peres
s a bug??? I'm using IE5 in macos 9.2.2 Thank's in advance Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dynamic query string

2002-03-11 Thread Rodrigo Peres
earch. The users will have about 8 types of options to search, age (18 - 25, 25-30..), gender, nationality. Thank's Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php array

2002-03-12 Thread Rodrigo Peres
er didn't typed in this fields??? I couldn't do javascript recognize my name[] field Thank's in advance Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP regular expression

2002-03-12 Thread Rodrigo Peres
ve tried many time to make the replace with PHP, but I'm very new to regular expression. Thank's Rodrigo -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Saving data with cookies

2002-03-17 Thread Rodrigo Peres
f so, how can I store this, multiples cookies, one big cookie, like an array?? this is possible?? Thank's in advance Rodrigo Peres -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] serialize()

2002-03-27 Thread Rodrigo Peres
h the form later. I thought in get the values submited by the save button and store it as cookie, them read it back later, but how can I store the fields in cookie with serialize and use it later to complety my fields again??? Thanks Rodrigo -- -- PHP General Mailing List (http://www.ph

[PHP] setcookie with array (was serialize)

2002-03-28 Thread Rodrigo Peres
ript aways returns 1, but I've submited 10 values. Thank's in advance Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail to authenticated smtp on WIN2K

2002-04-04 Thread Rodrigo Figueiredo
the authentication requirement. If this is so, is there a way to specify this authentication either in php.ini or in the script? Any input is greatly appreciated. Thanks. Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session unset or unregister??

2002-04-11 Thread Rodrigo Peres
ion_unregister('data'); } but the code doesn't erase the var from session, and If i use session_unset('data') it erases all vars from session, that I don't want to. How to solve this?!??! i have started the session and used session_register('data','id')..

[PHP] Problem with non us caracters and "strtr"

2001-11-01 Thread Rodrigo Peres
pens is if i try for example to clean up "São Paulo" it prints "são paulo". Why?? The "$name" will receive a string form a text field in a form. my html charset is iso-8859-1 Thank's in advance Rodrigo Peres -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] Re: Problem with non us caracters and "strtr"

2001-11-02 Thread Rodrigo Peres
intosh's browsers send this special caracteres to PHP??? Thank's again Rodrigo Peres on 11/1/01 9:17 PM, Yasuo Ohgaki at [EMAIL PROTECTED] wrote: > Rodrigo Peres wrote: > >> Hi list, >> >> I'm in a big trouble. I'm brazilian, so I've made a scri

Re: [PHP] Re: Problem with non us caracters and "strtr"

2001-11-02 Thread Rodrigo Peres
I need to transalte the chars because the system will create folder automatically, base in the name entered in this fields, so if it contains illegal chars Rodrigo on 11/2/01 11:10 AM, Stefan Rusterholz at [EMAIL PROTECTED] wrote: > I have little experience with this kind of prob

Re: [PHP] Re: Problem with non us caracters and "strtr"

2001-11-02 Thread Rodrigo Peres
Py, I've tried your method but again, didn't work, here how the word "São Paulo" appears in the url with get method "S%E3o+Paulo" and the word "zé" "z%E9", maybe there's some clue here. I'm in a macintosh sys 9.1, IE5 all in english. T

[PHP] Mysql and Images

2001-11-13 Thread Rodrigo Peres
e in the html. Thank's in advance Rodrigo Peres -- -- 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] silly question

2001-11-13 Thread Rodrigo Peres
changes I need to type in the url again with the parameter?? why?? There's a way to avoid this and get a new blank form page after the update? ps: I've stored the "id" in a input type hidden, so I could click the button and still have the id Thank's in advance Rodrigo P

[PHP] silly question cont...

2001-11-13 Thread Rodrigo Peres
Sorry all, just to add a little info, the inpu hidden i've mentioned in the other message is made if exist the id in the url!! it isn't all the time there :-) thks again Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Re: silly question

2001-11-15 Thread Rodrigo Peres
best way, but now I have the "refresh" of the page. Rodrigo on 11/14/01 4:01 PM, George Whiffen at [EMAIL PROTECTED] wrote: > Rodrigo, > > I don't quite understand your problem, it might help to see some of the > php or form html. It might also help if I explain how

[PHP] Safe mode and dir permissions

2001-11-16 Thread Rodrigo Peres
hings automatically on it, but I couldn't create it with 0777 permission, so I can't upload nothing with PHP, and I don't have how change every single folder permissio by hand. Thank's -- Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

  1   2   >