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
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
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
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-level, eg English - Advanced
>
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:
> Rodrigo,
>
> Th
Hi list,
I have a form to post resumes. In one parte the user have a option to choose
up to 5 languages and his knowledge in it. example : english: basic advanced
My problem is that was stored serialized in the BD and now I need to do a
search by language and knowledge. How can I do this. I
Hi list,
I have a form to post resumes. In one parte the user have a option to choose
up to 5 languages and his knowledge in it. example : english: basic advanced
My problem is that was stored serialized in the BD and now I need to do a
search by language and knowledge. How can I do this. I
Hi list,
I have a project that was develop in a partnership, now this partners
doesn't so partners anymore :-/
My question is there's a way to create a protection that I can trace if the
software was installed in other servers?? I mean not hide the code, but put
an important include of the projec
have one row, containing the number of
> males in the database in the Male column, the number of females in the
> database in the second.
>
> You could probably do the majority of your "statistic" queries this way.
>
> ---John Holmes...
>
>> -Original Message
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
Hi list,
I'm in a problem that is driving me crazy!!! I want open a file and puts
each line into an array, but this files was created in macintosh!! so
the file() can't recognize the end line and only outputs 1 element in
array!! How can I solve it. I tried to fread() the file and
eregi_repla
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
Hi list,
In my system I have multiples choices of language that user selects
using drop down menus. So I've named this dropdows language[] and grab
it as php array, and with looo i insert it into mysql as registers. But
now i need to put a text field that the user can type any language that
i
Hi list,
I need to read a txt file and insert it lineas a record in mysql.
My list in the format
aa|b | cc |
fff|hhdhdhdh|jsjjsjs
in other words my separator is "|" and the lines have a return at the end of
each one.
I'm new to PHP, so can anyone help me with and Idea???
thank'
Hi list,
In order to avoid many left joins I took an aproach that I didn't know
if it's good, but I couldn't figure out another way. If my cliente has
10 phone numbers I buld an array, serialize it and store in database, so
I didn't have to create another table. The problem is now I need to
migra
Hi list,
In order to avoid many left joins I took an aproach that I didn't know
if it's good, but I couldn't figure out another way. If my cliente has
10 phone numbers I buld an array, serialize it and store in database, so
I didn't have to create another table. The problem is now I need to
m
List,
I'm trying to include some .inc files in my project, but I got errors
all time saying that this includes couldn't be found. I'm a newbie, so I
can't understand what's happend, since it worked pretty good in my local
machine and not in the ISP. I tried to speak to ISP many times but they
Hi list,
I'm in a serious trouble that I couldn't figure out an escape. I have
basically to html pages that pass variables to each other by get method. So
I register some vars in sessions. in one o this pages i have.
if(isset($HTTP_GET_VARS['erase_data'])) {
session_unregister('data');
}
bu
Hi list,
Regarding my last post about serialize, I've tried many things but couldn't
make it function.
I'm trying to store the data from a form in order to allow my user to stop
the process of filling the form and retrieve later what was inserted before.
Among many other thing I tried this litt
Hi list,
I've already look at the php manual but couldn't figure out a way to use
serialize to solve my problem.
I have a form, with many fields like (name, age, adress, state), that I put
a save button. This button allows my user to save the fields already filled
in order to finish the form late
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
Hi list,
I have a huge text file with many text on it. I'd like to know if someone
can help in construct a regular expression to delete everything that not
have this pattern "Email: [EMAIL PROTECTED]". The part "Email: " is fixed
and the email adress changes. I've tried many time to make the repl
Hi list,
I think this could be an idiot question but I couldn't find an answer.
I have 4 input text in a html, and I'd like to store them as a list, so I've
named it Name[]. OK, php understand it as an array, but how can I make an
validation code with javascript to know if the user didn't typed i
Hi list,
I have my data distribuited across 3 tables, that I'm using left join to
retrieve data from them. Now I need to make a search system in this tables
and I like, if possible, that someone can send me tips in how is the best
way to concatenate the query string in order to do the search. The
Hi list,
I'm developing an CMS, and I started a session with PHP 4.1.1
With I use this in javascript "alert(document.forms[0].elements[0].name)"
it returns "PHPSESSID" and if i use
"alert(document.forms[0].elements[0].value)", it returns a number.
It's a bug???
I'm using IE5 in macos 9.2.2
Tha
Hi list,
I'm developing an CMS, and I started a session with PHP 4.1.1
With I use this in javascript "alert(document.forms[0].elements[0].name)"
it returns "PHPSESSID" and if i use
"alert(document.forms[0].elements[0].value)", it returns a number.
It's a bug???
I'm using IE5 in macos 9.2.2
Tha
Hi list,
I'm new to PHP, but I found it greate. But I have a question. Recently I've
saw a friend using asp and the object record set seems perfect, I mean the
function to count records, navigate in throw record (back and forth)
everything automatic is amazing. There's a way, to implement such th
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
Hi list
I have some buttons made in photoshop in .gif format. This buttons have
round corner, feather, multiple colors etc. There's a way to open it with
php and write some text to it. I know that is possible to create images, but
what about to change them??? I need to do this because the text th
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
Hi list,
I've made this script in order to solve the problem with reload button that
I've posted. My idea is to register in a session the id, them check if it
exists, if so don't insert again. But even if I quit the browser the session
persists. Why?? ps: this is an include in the main page where
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
Hi list,
I'm new to the xml world, and I need to create a page with data retrieved
from my database using PHP. The process is the same of create an html page??
I mean I can use echo to output the xml tags and values?? Since this page
will be dinamically generated what kind of headers I need to us
List,
I'm using the following code to retrieve image from Mysql. My problem is how
can I output another image if the given ID doesn't have an image on it??? I
had already inserted a blank gif in the database in order to use it, but
I've tried to check if ($resultado['Imagem_data'] == "") or null
List,
I'm using the following code to retrieve image from Mysql. My problem is how
can I output another image if the given ID doesn't have an image on it??? I
had already inserted a blank gif in the database in order to use it, but
I've tried to check if ($resultado['Imagem_data'] == "") or null
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 unsubs
f that also returns a null
> mysql_num_rows()
> then echo an image (probably the same default) from a known location in the
> filesystem.
>
> HTH
>
> Bogdan
>
> Rodrigo Peres wrote:
>
>> Hi list,
>>
>> I have some images stored in a blob in mys
EMAIL PROTECTED] wrote:
>
> If I understand you correctly, use Javascript to open a second browser
> window for url_2.
>
> Miles Thompson
>
> At 02:49 PM 1/10/2002 -0200, Rodrigo Peres wrote:
>> Dear List,
>>
>> I have this sql command that grabs a result of 3 t
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
Hi list,
I have some images stored in a blob in mysql. I've made this code to output
them to html, but the problem is if there's no image at a given id the page
tooks a long time to load and display the "broken image", there's a way to
avoid this, I mean, there's a way to print a message or anoth
; 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!!!
ase(left(Nome_Artistico,1)) as letra FROM categorias LEFT JOIN
celebridades ON categorias.CategoriaID=celebridades.Categoria WHERE
CategoriaID='1' ORDER BY Nome_Artistico
Thank's in advance
Rodrigo Peres
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
d I need a table with 3 colmns and
many rows as necessary to have all names.
Thank's
Rodrigo Peres
on 12/17/01 12:10 PM, Andrey Hristov at [EMAIL PROTECTED] wrote:
> try to start the sql at a prompt
> and post the error which mysql returns
>
> Regards,
> Andrey Hrist
$query->dados()) {
$curletra = $resultado['letra'];
if($curletra != $ultletra) {
$row .= "\n\n\n\n\n";
}
$row .= "".$resultado['Nome_Artistico']."\n";
$ultletra = $curletra;
}
Thank's in advance
Rodrigo Peres
--
Hi list,
I'm using this script to generate an alphabetical list of names, and a .gif
as separator. Thank's Gerard onorato for the code. But I'd like a help to
make something that I always have problem. At this moment my script outputs
a html table with 1 column, how can I make it outputs a 3 colu
; if ($curletter != $lastletter) {
> // Put code to insert a separator here
> }
> // put code to display the name here
> $lastletter = $curletter;
> }
>
> Mike
>
> Rodrigo Peres wrote:
>
>> Hi list,
>>
>> I have a mysql tables, with names on i
tters separated.
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]
Hi list,
After an extensive search, without results, in web, I'd like to know with
there's a way to integrate PHP4 and Lotus Notes. I'll develop a new module
to a intranet that is based in lotus notes.
Thank's in advance
Rodrigo Peres
--
PHP General Mailing List (htt
Hi,
I have a table in mysql that stores some images my fields in this table are:
ImageID,Image_Name, Image_Size, Image_Type, Image_Data (this is the blob).
The problem is, when i insert a new image everything goes fine, but I can't
update it!!! Why?
to insert I'm using this
if($image != "none")
Hi List,
My ISP runs the PHP in Safe Mode, this is causing me a lot of trouble. In
safe mode how can I change the permission of a dir to 0777?, my problem is
that I've built a Content management system, and for every new people
inserted the system creates a Directorie and will upload things
autom
The ACTION="'.$SCRIPT_NAME.'"
> should sort that out since it will remove anything passed on the url
> when the form is submitted.
>
> Or perhaps you have set the values in the form to php variables with
> the same name as the form variables e.g.
>
> print
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 additional command
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
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]
?
>
> function remove_accents( $str ){
> if( strlen( $str ) == 0 )
> return $str;
> else
> $ret = strtr($str,
> "ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïðòóôõöùúûüýÿ",
> "AACOYaacoouuuuyy");
> return $ret;
> }
>
> ho
--
> interaktion gmbh
> Stefan Rusterholz
> Zürichbergstrasse 17
> 8032 Zürich
> --
> T. +41 1 253 19 55
> F. +41 1 253 19 56
> W3 www.interaktion.ch
> ------
>
> - Original Message -
>
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
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
58 matches
Mail list logo