[PHP] issue with accents and mysql

2005-02-15 Thread mario
, let à the value of the field Field, and say $result = mysql_fetch_array($answer, MYSQL_BOTH), where $answer= mysql_query(SELECT * FROM Table). Now accents($result['Field']) returns à (instead of \`{a}). Why? I have no idea. Any hint is welcome. Thanks a lot mario -- PHP General Mailing List

Re: [PHP] issue with accents and mysql

2005-02-15 Thread mario
latin1 character_sets latin1 big5 cp1251 cp1257 croat czech danish dec8 ... any further idea? thanks mario ps of course, I could On Tue, 2005-02-15 at 21:42, Guillermo Rauch wrote: Try SHOW VARIABLES LIKE 'character_set%' and verify your character set is latin1. If not, see http

[PHP] Accents! Pls help. Still very confused.

2005-02-23 Thread mario
Hello, I am still very puzzled. If you a couple of minutes of spare time, pls give a look at http://www.chiari.org/help/ and suggest a way out. Thanks a lot. mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] TO Bret Hughes ---- Accents! Pls help. Still very confused.

2005-02-23 Thread mario
Bret, i have just seen your reply to me. Please, check link below. Thanks mario -- Hello, I am still very puzzled. If you a couple of minutes of spare time, pls give a look at http://www.chiari.org/help/ and suggest a way out. Thanks a lot. mario -- PHP General Mailing List (http

Re: [PHP] Please help me as fast as possible.. very important!!

2004-01-20 Thread Mario
The only thing you need to know is that you enter a file in the cron dir (in /etc I think) and you have the following line in that file: 52 10 * * * /usr/bin/php /home/mainwebsite_html/file.php this line runs the file.php every day at 10.52 (min hour week month year) (php dir) (file location) -

Re: [PHP] How to prevent duplicated values?

2004-01-26 Thread Mario
Run a select first to check whether you have that value stored and by using an if statement add the new value or show an error. - Original Message - From: BAO RuiXian [EMAIL PROTECTED] To: Radwan Aladdin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:35 AM

[PHP] cron problem

2004-01-26 Thread Mario
anyways). So the question is: Is there some file somewhere that lists the names of the files that should run in the cron directory? If not, can someone tell me what the h*ll is going on? Thanks in advanced Mario - Marios Adamantopoulos Web

[PHP] PHP timeout

2004-01-30 Thread Mario
the hell is going on? Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
thanks for the reply Raditha. I don't have a firewall setup on this PC Is there a chance it's a permissions problem? And why do few simple scripts run fine though? Thanks Mario - Original Message - From: Raditha Dissanayake [EMAIL PROTECTED] To: Mario [EMAIL PROTECTED] Cc: [EMAIL

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
/h3brDescription: . mysql_error()); ? - Original Message - From: Raditha Dissanayake [EMAIL PROTECTED] To: Mario [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 30, 2004 1:01 PM Subject: Re: [PHP] PHP timeout Well the situation you have described are the typical symptoms

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
] To: Mario [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 30, 2004 1:33 PM Subject: Re: [PHP] PHP timeout Hi, Make sure the mysql service is started and make sure that there isn't anything else competing for the same port (3306) beyond that i am afraid i cannot help as i am

Re: [PHP] PHP timeout

2004-02-03 Thread Mario
Hi all just a note that the problem was with the php 4.3.2 version finally and nothing to do with permissions. So if anyonwe has a similar problem, install a different version (the 4.3.4 is working fine here) Mario - Original Message - From: Mario [EMAIL PROTECTED] To: [EMAIL PROTECTED

[PHP] Uploading and directory permissions

2004-05-10 Thread Mario
can do to protect the dir? Thank you Mario - Marios Adamantopoulos Web Developer [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Uploading and directory permissions

2004-05-10 Thread Mario
for the owner (another problem there since I can't download (through FTP) the images I uploaded through PHP. Mario - Original Message - From: James E Hicks III [EMAIL PROTECTED] To: Mario [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 10, 2004 3:56 PM Subject: Re: [PHP] Uploading

[PHP] keeping the last zero

2004-05-17 Thread Mario
Hi all I have a list of products with prices e.g. $100 $100.50 (those are examples, they can be anything, not all prices have decimal) when I add those I get $200.5. Is there a way to get $200.50. Thanks Mario - Marios Adamantopoulos Web

[PHP] Replace or regex?

2004-09-30 Thread mario
Hi all I have a string: ##CODE## and I want to replace that with a href=somewhere.php?id=CODECODE/a can u help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] variable hell

2005-01-04 Thread mario
that, the variable $is'products'sorttext (--$isproductssorttext) and use its value so if $x was offers on echo I would have (250) -- $isofferssorttext if $x was newproducts on echo I would have (350) -- $isnewproductssorttext Thanks in advance Mario -- PHP General Mailing List (http://www.php.net

[PHP] DB2 from PHP : ODBC ?

2002-02-27 Thread Mario Bittencourt
Hi phpers, Does anybody know if accessing DB2 using ODBC runs ok ? I've never tried that and was wondering if there are any tips/limitations (like configuration settings on both ends...) ? Thanks, Mário -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] '--enable-track-vars' php.ini file on Mac OS X

2002-06-11 Thread Mario A. Salinas
. Any ideas? Thanks in advance, Mario Salinas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems Retrieving Session Variables on 2nd submit.

2002-07-22 Thread Mario A. Salinas
); session_register($row_4_title); session_register($row_5_title); session_register($row_6_title); session_register($where_from); } ? Any suggestions anyone can offer will be greatly appreciated. Thank You, Mario A. Salinas -- PHP

[PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
'; //doesnt work: $var_from_dropdown = theme // ..SNIP ... What did i do wrong? Thank you! Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
']; Regards -|Scott -Original Message- From: Mario Ohnewald [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 1:11 PM To: [EMAIL PROTECTED] Subject: [PHP] dropdown Newbie question Hello! I am very new in php and i have a little dummy question ;D I have

RE: [PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
Well, this is my original Code: -- // Theme echo ' form name=theme action=options.php target=right class=menu METHOD=POST nbsp;nbsp;select name=theme'; for($i=0;$isizeof($theme_name);$i++) { echo option value='.$i.'.$theme_name[$i]./option\n; } echo '/selectnbsp;nbsp;input

RE: [PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
'; //and here, to be sure. Of course never toghether! Mario Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] dropdown Newbie question

2002-09-10 Thread Mario Ohnewald
Hello, after a little break ( i really needed it ;P), i tried to get this thing wotkig again. I changed action to .$PHP_SELF. and i added the echo to test if it works: echo $_POST['test']; But still emtpy, what do i do wrong? ?php echo ' form name=test action='.$PHP_SELF.' method=POSTbr

[PHP] exec(echo ... issuse

2002-09-25 Thread Mario Ohnewald
the admin. I was sleeping for | smbclient -M Server ^^ ^^ missing missing Can anyone tell me where the my mistake is? Cheers, Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: exec(echo ... issuse

2002-09-25 Thread Mario Ohnewald
PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... use \ instead of so that you don't actually end the string Henry Mario Ohnewald [EMAIL PROTECTED] wrote in message 001801c2647a$070aa100$350aa8c0@W2KDP">news:001801c2647a$070aa100$350aa8c0@W2KDP...

RE: [PHP] Re: exec(echo ... issuse

2002-09-25 Thread Mario Ohnewald
? this is quite important ;) Cheers, Mario Mario Ohnewald [EMAIL PROTECTED] wrote in message 001901c26480$5e280df0$350aa8c0@W2KDP">news:001901c26480$5e280df0$350aa8c0@W2KDP... Hi Henry, From: Henry [mailto:[EMAIL PROTECTED]] Have you tried using single quotes arround the mai

[PHP] Trouble creating a list on months

2001-07-31 Thread Mario A. Salinas
(/select); } Any Ideas what could be causing the problem? I'm new to this and have been staring at it for a while. Your help is greatly appreciated. Thanks in advance, Mario Salinas

[PHP] I'm Looking for a PHP Tutor in Los Angeles.

2001-07-08 Thread Mario A. Salinas
with my time to accommodate your schedule. If you are interested, please email me with some information about your experience, some contact info and a best time to call. Thank you in advance for your responses. Sincerely, Mario A. Salinas -- PHP General Mailing List (http://www.php.net

Re: [PHP] PHP ide?

2007-11-11 Thread Mario Guenterberg
with the needed plugins. On every machine the same environment for development and the individual stuff for design/grafix and more. No problems with a central subversion/CVS repo and a NFS/Samba share for the apache document root on the devel server. regards Mario

Re: [PHP] PHP To an EXE Executable for Win32 ( Is it possible)

2008-02-21 Thread Mario Guenterberg
viewing the script through a webbrowser, but without having to install php. What is the name of this? Hi... look at this: http://www.php-editors.com/forums/other-php-tools/2374-php-compiler-embedder-php2exe.html Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s

Re: [PHP] php-5.2.5 glibc detected *** free()

2008-02-23 Thread Mario Guenterberg
configure options. The debian/control file has listed all the dependencies for build the php-xxx.deb packages. See also in this file for mistakes in your environment. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M

Re: [PHP] Re: php security books

2007-07-04 Thread Mario Guenterberg
for groups for the apache logs can be different per distribution. You can configure your environment for the PHP processes to log in seperate files. If you allow write access for the 'group' you open the door wide for hackers. greetings Mario

Re: [PHP] Where does PHP look for php.ini??

2007-07-08 Thread Mario Guenterberg
with -c /etc it works fine :) Hi... you can use the configure parameter --with-config-file-path. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277

Re: [PHP] Where does PHP look for php.ini??

2007-07-09 Thread Mario Guenterberg
this scripts for my own builds from scratch or vanilla source. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60

Re: [PHP] Where does PHP look for php.ini??

2007-07-09 Thread Mario Guenterberg
On Mon, Jul 09, 2007 at 10:38:24PM +0200, Tijnema wrote: On 7/9/07, Mario Guenterberg [EMAIL PROTECTED] wrote: On Mon, Jul 09, 2007 at 05:16:20PM +0200, Tijnema wrote: I've build my own Linux, so good to know how to change it :) Tijnema Ahh, a linux from scratch user, eh

Re: [PHP] About Eclipse JVM Termination

2007-07-10 Thread Mario Guenterberg
** Ehm, wrong list? Try the eclipse mailing lists to solve your problem. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966

Re: [PHP] Announcing Xaja, a PHP Reverse Ajax framework

2007-07-13 Thread Mario Guenterberg
On Fri, Jul 13, 2007 at 12:44:35PM +0200, David Négrier wrote: Hi Mario, hi Stuart, I fixed the SVN repository. You can try it now, it works better. Regarding the way Xaja is pronounced well that's a good question. Actually, I'm French and my pronunciation is... well

Re: [PHP] Announcing Xaja, a PHP Reverse Ajax framework

2007-07-13 Thread Mario Guenterberg
the username and password documented in the website. :-( Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60

Re: [PHP] Apache child pid segfault + APD

2008-05-03 Thread Mario Guenterberg
with suhosin/apc, apache 2.2.8 and xdebug 2.0.2 it works fine. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h r+++ y --END GEEK CODE

Re: [PHP] Apache child pid segfault + APD

2008-05-05 Thread Mario Guenterberg
unjustified... Would upgrading glibc help? On Sat, May 3, 2008 at 12:48 AM, Mario Guenterberg [EMAIL PROTECTED] wrote: On Fri, May 02, 2008 at 10:24:03PM -0700, Waynn Lue wrote: *** glibc detected *** free(): invalid pointer: 0x002a9956d000 *** Hi Waynn, try to use xdebug instead

Re: [PHP] Incorrect version shown in phpinfo() and phpversion() in 5.2.6

2008-05-06 Thread Mario Guenterberg
On Tue, May 06, 2008 at 02:00:33PM -0400, Scott Lerman wrote: Yup, I restarted Apache several times. The httpd.conf line I have is LoadModule php5_module C:/Program Files/PHP/php-5.2.6-Win32/php5apache2.dll. If nobody else has seen this problem, I'll just assume it's some oddity on my system.

Re: [PHP] preg_match_all

2008-05-29 Thread Mario Guenterberg
On Thu, May 29, 2008 at 01:07:11PM -0500, Chris W wrote: What I want to do is find all links in an html file. I have the pattern below. It works as long as there is only one link on a line and as long as the whole link is one line. It seems there should be a way to get this to work

[PHP] SimpleXML and registerXPathNamespace

2008-06-13 Thread Mario Caprino
()-statement? As you may notice the same is not true for namespace 'g'. I can't get this to make sense! Any insight would be much appreciated. Best regards, Mario Caprino ?php #Simpliefied sample data $str= EOF ?xml version=1.0 encoding=iso-8859-1? feed xmlns=http://www.w3.org/2005/Atom; xmlns:g

Re: [PHP] PHPExcel

2008-07-03 Thread Mario Guenterberg
? Hi Dan... change the value of memory_limit in your php.ini to a greater value than 16M. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h

Re: [PHP] What font/size do you use for programming?

2008-07-09 Thread Mario Guenterberg
+PDT. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h r+++ y --END GEEK CODE BLOCK-- signature.asc Description: Digital

Re: [PHP] PHP editor for linux

2008-08-15 Thread Mario Guenterberg
funclist from rasmus and extend it if needed. Variables and contants defined in the file that i edit are also autocompleted. Happy coding Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X

Re: [PHP] import XLS sheet into DB

2008-08-15 Thread Mario Guenterberg
Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h r+++ y --END GEEK CODE BLOCK-- signature.asc Description: Digital signature

Re: [PHP] Using DOM textContent Property

2008-09-09 Thread Mario Trojan
iteration $child = $next_sibling } Is this correct, or is there any better way? Thank you in advance! Mario Nathan Nobbe schrieb: bouncing back to the list so that others may benefit from our work... On Fri, Sep 5, 2008 at 3:09 PM, Tim Gustafson [EMAIL PROTECTED] wrote: Nathan, Thanks

Re: [PHP] PHP Form email w/attachment

2008-12-17 Thread Kastner Mario
use a mailer class, for example phpmailer, to handle this. man i say emailing could be a very crazy job for an coder. thank god that some guys make it simple for us ;) http://sourceforge.net/projects/phpmailer I need to create a php form and mail it to a recipient (that I can do). My

Re: [PHP] MERRY XMAS

2008-12-24 Thread Kastner Mario
Merry XMas from Austria out to the world! Love to everyone Mario http://unite-it.at ?php function celebrateChristmas(array $people) { foreach ($people as $individuum) { printf(Wish you a merry Xmas, %s, $individuum); } singSomeChristmasCarols

[PHP] how to test paralelly?

2005-05-11 Thread Mario Lopez
Hi, I would like to measure how much users per minute can handle my php script, mysql db and apache server also, would like to determine how much users can be served at the same time and how script execution time changes in this case if i run a script like: $id = rand(1,70); $file =

[PHP] Mindbuster - uploading works in some directories

2005-05-18 Thread Mario netMines
tell them to go. Here is the script: $thepathwithoutslash = c:/Inetpub/wwwroot/mario/cms-front; $subpath = images/uploaded; $unique_id = time(); $num = 0; $unique_id = time() + $num; $picture = fileup$num._name; $picture1 = $$picture; $picture2 = fileup$num; $picture3 = $$picture2; $picture1

[PHP] PHP on XP SP2 IIS Security?

2005-05-29 Thread Mario netMines
($filename, w+) but it fails. If the file is outside the Inetpub directory, it works!!! Can anyone help PLEASE Thanks in advance Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] date problem

2005-06-28 Thread Mario netMines
a (($to-$from)/60/60) and get the total number of hours but depending on the date and time you get a different result. Can anyone help with the SQL? Thanks in advance Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: date problem

2005-06-28 Thread Mario netMines
Hi Jasper and thanks for the quick reply. something tells me it's not a straightforward SQL query that I have to use here but a logic using PHP and SQL. Mario - Original Message - From: Jasper Bryant-Greene [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, June 29

Re: [PHP] Re: date problem

2005-06-29 Thread Mario netMines
Isn't DATEDIFF() a MySQL 4.x function? The server I'm using has 3.x and I can't upgrade... - Original Message - From: Jasper Bryant-Greene [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, June 29, 2005 7:49 AM Subject: Re: [PHP] Re: date problem Mario netMines wrote

[PHP] URL decode

2005-07-10 Thread Mario netMines
Hi all I have a value like: %u0394%u0397%u03A4%u039C%u039B Is there a way to decode to normal characters (like javascript's unescape() function) Thanks in advance Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Install PHP in Linux

2005-08-18 Thread Mario Lacunza
Hello, Im newbie in Linux and I need your help for install PHP5 in my Ubuntu 5.04 Linux distro, any links, manuals, etc Thansk in advance!! -- Saludos / Best regards Mario Lacunza Desarrollador de Sistemas - Webmaster Email: [EMAIL PROTECTED] Email: [EMAIL PROTECTED] Messenger MSN: [EMAIL

[PHP] PHP/MySQL offline

2005-09-04 Thread Mario netMines
Hi all I have a project where I'm using PHP/Mysql. The client wants to run that project to a cd. Does anyone know of a trick either by using javascript, XML or an automated script that creates a static site that will allow me to do that? Many Thanks M -- PHP General Mailing List

Re: Re: [PHP] transform RDF to HTML via XSL and PHP

2006-06-12 Thread Mario Pavlov
xsl:template match=rdf:RDF html body table border=1 xsl:for-each select=item tr tdxsl:value-of select=title//td tdxsl:value-of select=link//td /tr /xsl:for-each /table /body /html /xsl:template /xsl:stylesheet I'ts been awhile, but try the above. -- Anthony Ettinger Signature:

Re: Re: [PHP] transform RDF to HTML via XSL and PHP

2006-06-12 Thread Mario Pavlov
Mario Pavlov wrote: nope it doesn't work like this still the same result I think the problem is in the way that I'm accessing the elements how exactly this should be done ?... Its due to default namespaces in the feed. The item elements and its child elements are in the default

[PHP] Shared variable

2005-02-09 Thread Mario Stiffel
Hello. Is there any oppertunity to create varaibles that can accessed by more than one instances? I need a way to communicate between many php-instances. It can be, that they are not active to the same time. Is there any way without using a file or a database? Mario -- PHP General Mailing List

[PHP] problems with several JPEGs in GD2

2005-02-28 Thread Mario Lopez
with these types of JPEGs in GD2? Any workaround? Thanks, Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] php 4 php 5

2005-03-04 Thread Mario Micklisch
[snip] Is there a way to install two version of php on the same machine, and use them for two different users? [/snip] No. Yes! Having that in my LiteSpeed-Servers configuration with 3 different PHP Versions. No problem if you use CGI or fastCgi's. On Apache also possible via the

AW: [PHP] pulling content from a URL

2005-03-04 Thread Mario Micklisch
[..] into a variable. I need to include some sort of error checking that will kill this request if for some reason the URL request hangs for more then 15 seconds. In researching this, I think the correct function to use is fsockopen, but I can't seem to get it to work. Can someone

[PHP] Mathematical differences?!

2003-09-18 Thread Mario Werner
but different outputs? Is this a PHP-bug? :-? Kindly regards, Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: *Umlauts/UTF-8

2003-04-04 Thread Mario Soto
this is the general list. Mario Soto [EMAIL PROTECTED] -.-.-.- - Original Message - From: Alexey Lysenkov To: [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 AM Subject: [PHP] Re: *Umlauts/UTF-8 Please, anybody? I'm really stuck with this. Please, help, if you know the solution. -Alex

Re: [PHP] Re: *Umlauts/UTF-8

2003-04-04 Thread Mario Soto
This function will help me to other suff that I wanted to do. Thank you. That is the main reason of the mailing lists, learn of others, in this case, from others in a lot of different countries around the world on an specific topic. Cheers Mario Soto [EMAIL PROTECTED] -.-.-.- - Original

[PHP] Questions

2003-04-04 Thread Mario Soto
on a php programs usign JavaScript as support with html). Any idea? By the way I joined the list the 2nd day of march (about the 22 GMT), and I can't chech in older messages if one of my questions were answered before. Thanks for your help. Mario Soto [EMAIL PROTECTED] -.-.-.- -- PHP General

Re: [PHP] imap mail() problems

2003-04-04 Thread Mario Soto
add the CC address to $strSubject separated with a semi colon and still use the CC extra header. Greetings, and my best wishes. Mario Soto [EMAIL PROTECTED] -.-.-.- - Original Message - From: Alec Wallis To: [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:54 AM Subject: [PHP

[PHP] Sorry for my mistake

2003-04-04 Thread Mario Soto
or request this information directly on my mail ([EMAIL PROTECTED]), and I will sendit. I don't add the files into the mesage because are 7kb compressed at 23% ratio. Mario Soto [EMAIL PROTECTED] -.-.-.- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Sessions and login

2003-06-11 Thread Mario Oberrauch
()); - enabling session.use_trans_sid in php.ini IMO latter is unpreferable. , mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending headers

2003-06-23 Thread Mario Oberrauch
of the headers call is an include statement to my main db class; this class has absolutely NO output unless a function is called (which it is not)... What am I missing? Hi too May be spaces/empty lines before/after ?php/? . -- Mario Oberrauch

Re: [PHP] Else If/Elseif

2003-06-30 Thread Mario Oberrauch
different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior. therefore: a space :o) -- Mario Oberrauch --- CREATO - creative online systems - Spindler KEG

Re: [PHP] Yahoo Stuff.

2003-07-01 Thread Mario Oberrauch
On Tue, 2003-07-01 at 03:21, Rasmus Lerdorf wrote: Someone had subscribed [EMAIL PROTECTED] to php-general. I got rid of it. -Rasmus wow, that's really nasty btw, got this mail too. -- Mario Oberrauch --- CREATO - creative online

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
nasty one (at least it was in my case) to figure out. i'd suggest looking for the content-type you are sending with. may it be it's a text/html or somewhat thislike? regards mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
] sorry list for the mess in this thread. got somewhat wrong. try to take the following line out: meta http-equiv=Content-Type content=text/html; charset=iso-8859-2 (modifing to output correct type would be even better) regards mario -- PHP General Mailing List (http://www.php.net

Re: [PHP] output compression and MSIE

2003-07-09 Thread Mario Oberrauch
) Haven't tried that, but i see a chance that it works properly. Question is, if you let mod_gzip zip your pages, how to know when to send this header-directive. I'm quite sure about that IE is up to making troubles getting unzipped content with that header. regards mario -- PHP General Mailing List

[PHP] Simple form problem -

2002-10-25 Thread Mario Montag
the error. I changed the REGISTER_GLOBALS of the php.ini file to ON and I still get the variables error. I also added $_POST as stated in another form issue but it did not resolve my problem. It must be simple but I don't know enough to identify the issue. Thanks for any help or input. Mario [EMAIL

[PHP] Re: php and databases

2002-10-25 Thread Mario Montag
I found some products that may be of help to you. http://www.mysql.com/documentation/mysql/bychapter/manual_Contrib.html#SEC67 4 MyAccess is an AddIn for MS Access 97/2000 that allows you to manage MySQL databases from within Access. Main functions are: a.. Create/Modify Tables b.. Execute

Re: [PHP] Simple form problem -

2002-10-25 Thread Mario Montag
:/Program Files/Apache Group/Apache/htdocs/mysql4.php/b on line b2/bbr / on this server. Apache/1.3.27 Server at localhost Port 80 // END OF ERROR - Thanks again for you help Mario Vidyut Luther

[PHP] shell_exec with pipes

2003-11-11 Thread Mario Ohnewald
with it as shell does. $var=shell_exec(ls -al); for examle works just fine! Could someone please give it a try, cause i have spent hours in irc channels and googeling around to get this solved :/ Thanks a LOT!! Mario -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing

Re: [PHP] shell_exec with pipes

2003-11-11 Thread Mario Ohnewald
Have you tried escaping the pipes and quotes? Try this: $var=shell_exec(/usr/local/bin/mplayer -identify -frames 0 /tmp/pitstop.mpeg 2/dev/null\| grep ID_LENGTH \| cut -d \=\ -f 2); nope, still get nothing back. Mario Ohnewald wrote: $var=shell_exec(/usr/local/bin/mplayer -identify

RE: [PHP] shell_exec with pipes

2003-11-12 Thread Mario Ohnewald
back :/ Told you, its not that easy :P Thank you very much, Mario -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse für Mail, Message

Re: [PHP] shell_exec with pipes

2003-11-12 Thread Mario Ohnewald
$length On Wednesday 12 November 2003 17:21, Mario Ohnewald wrote: $var=shell_exec(/usr/local/bin/mplayer -identify -frames 0 /tmp/pitstop.mpeg 2/dev/null | grep ID_LENGTH | cut -d \=\ -f 2); $var=shell_exec(/usr/local/bin/mplayer -identify -frames 0 /tmp/pitstop.mpeg 2/dev

Re: [PHP] shell_exec with pipes

2003-11-13 Thread Mario Ohnewald
Hello! I think we are almost there yet :) On Wednesday 12 November 2003 21:48, Mario Ohnewald wrote: ok, i am running the script like this now: [snip] This seems to suggest that shell_exec() does not like your command and is not executing it, so: Try tackling it logically, step

[PHP] PHP ftp web client

2004-03-15 Thread Mario Ohnewald
Hello! Can someone recommend me a good/stable PHP-FTP Web client? I wasnt quite happy with the google search results :P Thanks a lot! Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Which PHP for MySQL 4.1

2004-11-12 Thread Mario Bittencourt
I could not compile php 5.0.2 with the latest mysql 4.1.7. I've installed the rpms (server,max,client,devel,shared) from mysql.com. ./configure --with-mnogosearch --with-xml --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2 --enable-soap When I compile I get tons of messages

[PHP] free php live support script ?

2004-11-16 Thread Mario Bittencourt
Hi, I was wondering if there is any free php live support script ? I'd like to add a chat room in my web site so users could chat with a human operator in a 1-1 mode. thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Validating XML Schema

2004-11-20 Thread Mario Bittencourt
Hi, I am trying to use php to validate a document using it's schema. I keep getting Warning: Element 'Invoices': No matching global declaration available. My xsd has ?xml version=1.0 ? xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; targetNamespace=http://www.mysite.com;

[PHP] Problems compiling mnogosearch

2004-11-25 Thread Mario Bittencourt
Hi, I can't compile php 5 (or 4) with mnogosearch and mysql support. I saw a couple of posts but I was wondering what do I have to do in order to make it compile. mnogosearch is already installed and working. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Problems compiling mnogosearch

2004-11-25 Thread Mario Bittencourt
: Permission denied On Thu, 25 Nov 2004 10:06:47 -0500, John Nichel [EMAIL PROTECTED] wrote: Mario Bittencourt wrote: Hi, I can't compile php 5 (or 4) with mnogosearch and mysql support. I saw a couple of posts but I was wondering what do I have to do in order to make it compile

Re: [PHP] downloading files

2004-08-19 Thread Mario Micklisch
Hi Aaron, [..] The download files are in a directory protected by htaccess which it is my understanding that PHP can go underneath htaccess to get access to the files. My problem is where do I put this directory? I was already told to put it outside the web root directory, [..] Both are

[PHP] dynamical class variable definition

2004-09-13 Thread Mario Lopez
Hi, I have a class, but the problem is that its variables need to be defined dynamically. example: class class_myclass{ var $variable1; var $variable2; var $variable3; ... var $variableN how to initialize these $variableN class variables from a global array which contains the

Re: [PHP] dynamical class variable definition

2004-09-13 Thread Mario Lopez
Oh Thanks, I thought that only those variables that are defined with VAR will be accessible and trieted as class variables Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] checking multiple URL parameters

2004-09-16 Thread Mario Micklisch
I know you could write a short script that would do it, but I think I saw a built-in function that did it as well. I think parse_str is what you're looking for: http://www.php.net/manual/en/function.parse-str.php i.e. parse_str(getenv('QUERY_STRING')) -- Mario -Ursprüngliche

Re: [PHP] Performance: While or For loop

2007-03-22 Thread Mario Guenterberg
For post-increment (10): 0.066 While pre-increment (10): 0.028 While post-increment (11): 0.025 [schnipp ] Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966

[PHP] Smarty Website down?

2007-03-27 Thread Mario Guenterberg
Hi... I try to connect in the last hours and the results are timeouts. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60

  1   2   >