[PHP] Need help

2002-06-18 Thread Barbara
I want to know how I have to install cURL on my apache server. My apache server is running on Windows ME. Thanks for all. Barbara Guillen. Spain

[PHP] PHP/Javascript Job in Madrid

2009-06-03 Thread barbara
Hi all, I am Bárbara Vilela and I work at Tuenti in the Human Resources department in Madrid. Tuenti is a social application and our mission is to improve the communication and transmission of information between people who know each other. Already the #6 most-trafficked website in Spain, Tuen

[PHP] help with regular expression

2004-07-29 Thread Barbara Picci
" the script doesn't find nothing and doesn't print. For this example the right content of $contents must be: $contents = "the [EMAIL PROTECTED]"; instead of nothing. I've tried with thousand of variant of this script but without success. have you any ideas of the

[PHP] group queries result

2004-09-13 Thread Barbara Picci
mber of results (variable $num). query2: select from ads where guest='PK' limit $num; now I have to export all results together sorting them. How can I do that? Can anyone help me? Thanks in advance Barbara -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] group queries result

2004-09-13 Thread Barbara Picci
mber of results (variable $num). query2: select from ads where guest='PK' limit $num; now I have to export all results together sorting them. How can I do that? Can anyone help me? Thanks in advance Barbara -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] group queries result

2004-09-13 Thread Barbara Picci
mber of results (variable $num). query2: select from ads where guest='PK' limit $num; now I have to export all results together sorting them. How can I do that? Can anyone help me? Thanks in advance Barbara -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] group queries result

2004-09-13 Thread Barbara Picci
mber of results (variable $num). query2: select from ads where guest='PK' limit $num; now I have to export all results together sorting them. How can I do that? Can anyone help me? Thanks in advance Barbara -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mysql search query ignoring dots

2011-01-24 Thread Barbara Picci
+POSE' IN BOOLEAN MODE) OR (replace(aziende.ragione_sociale, '.', '') = replace('POSE', '.', '')) order by aziende.ragione_sociale limit 0, 10 The alternative choice could be REGEXP but I've red that it make my query slow in a tabl

[PHP] die function

2005-03-21 Thread Barbara Picci
what happens. I found a script function die_script($errmsg) { print $errmsg . ""; die; } ?> and I tried to insert a mail() before die function but I cannot call the function in this way: or die("Connection failed: " . die_script()); But no email is generated. How c

[PHP] Re: die function

2005-03-23 Thread Barbara Picci
68.1","user","password") or die(die_script($errmsg)); mysql_select_db ("dbnamei"); Thanks for your help Regards Barbara Barbara Picci wrote: Hi all, I have a machine that must insert in cron in a mysql db in another remote machine. The problem is that I cannot kn