Re: [PHP] isset() and !=NULL

2004-03-28 Thread Dimiter Naydenov
David Risner [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 26 Mar 2004 10:40:43 -0800, Marcjon Louwersheimer [EMAIL PROTECTED] said: Is there an easier way to do isset($variable) AND $variable != NULL ? I use this alot in my if statements, and I was wondering if there's

php-general Digest 28 Mar 2004 09:29:14 -0000 Issue 2672

2004-03-28 Thread php-general-digest-help
php-general Digest 28 Mar 2004 09:29:14 - Issue 2672 Topics (messages 181617 through 181625): Convert string and char in unicode format 181617 by: edwardspl.ita.org.mo slow script 181618 by: Luis Gustavo Faccioni Barcellos 181619 by: electroteque 181620 by:

[PHP] Error: `phpize' failed?

2004-03-28 Thread Johannes Tyra
Hi... while installing the PEAR Package SQLite the following Error accours: www:~ # pear install SQLite downloading SQLite-1.0.2.tgz ... ...done: 362,412 bytes 51 source files, building running: phpize `phpize' failed Anyone who could help?? -- Mit freundlichem Gruß, Greetz... | Johannes Tyra

Re: [PHP] slow script

2004-03-28 Thread Marek Kilimajer
Luis Gustavo Faccioni Barcellos wrote: We notice that while the php is running, anything happens and suddenly(after ~70 seconds) the page arises. Do you have gzcompression enabled in apache or php? If so, disable it, it is useless for localhost requests. -- PHP General Mailing List

[PHP] PHP 4.2.3 || Can't unset $_SESSION!

2004-03-28 Thread CF High
Hey all. Strange problem here. I'm running on apache 1.3.26 php 4.2.3. In a test page, test1.php, I set $_SESSION['checker'] = 1; In another test page, test2.php, I unset($_SESSION['checker']); When I print_r($_SESSION) in test1.php, $_SESSION['checker'] is still set still equals 1! I've

[PHP] plz help

2004-03-28 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , i have an apache web server in linux . Those php scripts runs in that pc. Mean while another perl scrips runs associate with that php scripts . altogether they develop a out put and store in the mysql database.That process perfectly running.There is no any dout. Once this web server

Re: [PHP] PHP5RC1 Windows problem

2004-03-28 Thread Hemp Cluster
Hi, Trying to run PHP5RC1 on Apache1.3 I get the following error in my syslog: Faulting application Apache.exe, version 0.0.0.0, faulting module php5ts.dll, version 5.0.0.0, fault address 0x0003c773. ... and Apache terminates. Anyone have a solution? -- PHP General

[PHP] Newbie question on arrays

2004-03-28 Thread Willem van der Scheun
Hi, I've written the piece of code below and I do not get any output out of the 2 dimensional array. I do not see what's wrong. Must be something obvious I guess. ?php $monthname[NL][1] = Januari; $monthname[NL][2] = Februari; $monthname[NL][3] = Maart; $monthname[NL][4] = April;

[PHP] Re: Newbie question on arrays

2004-03-28 Thread ma.siebeneicher
you need to declare your $monthname var as global, now you can use it! function show_lang_date($timestamp, $country) { GLOBAL $monthname; $date = getdate($timestamp); echo mday = . $date['mday'] . ; echo country = $country ; $mon = $date[mon]; echo mon = . $mon . ; echo

[PHP] $$$wanna make real money$$$..you will no longer need student loans

2004-03-28 Thread theeb
EXCELLENT CASH INCOME I started out with $6. Now, I am making thousands. I found this on a bulletin board and decided to try it. A little while back, I was browsing through newsgroups, just like you are now, and came across an article similar to this that said you could make thousands of dollars

[PHP] Re: PHP 4.2.3 || Can't unset $_SESSION!

2004-03-28 Thread DvDmanDT
It should be unset($_SESSION['checker']); try to use var_dump($_SESSSION); on another page, called test3.php, and let us know what happends.. also, I hope you remember to use session_start(); and no session_write_close(); on test2.php.. Otherwise, please mail me the files: dvdmandt at telia dot

[PHP] Newbie question on Array

2004-03-28 Thread carlson
Sorry, I am new and could not supply the correct search strings on search sites to answer by question. I am trying to construct an array with key-value from a resultSet which will be used often within the page or between pages. Which looks like this: $optionBox=select used_1, rub from

[PHP] Re: Newbie question on Array

2004-03-28 Thread DvDmanDT
You can't do it that way.. You'll probably get parse error.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] Sorry, I am new and could not supply the correct search strings on search sites to answer by question.

[PHP] proc_open child pipes ignoring stream_set_blocking()

2004-03-28 Thread Jason Donald
Hi! I have a problem! stream_select() is always returning *all* the streams. I only want it to tell me which streams have data waiting on them, or even better, which streams are 'finished' and have an EOF at the end of them (I wish?? Is this possible??). I think it is because the STDOUT

Re: [PHP] Newbie question on Array

2004-03-28 Thread Jason Wong
On Monday 29 March 2004 03:27, [EMAIL PROTECTED] wrote: I am trying to construct an array with key-value from a resultSet which will be used often within the page or between pages. Which looks like this: $optionBox=select used_1, rub from rub_table order by rub asc;

php-general Digest 28 Mar 2004 22:22:13 -0000 Issue 2673

2004-03-28 Thread php-general-digest-help
php-general Digest 28 Mar 2004 22:22:13 - Issue 2673 Topics (messages 181626 through 181638): Error: `phpize' failed? 181626 by: Johannes Tyra Re: slow script 181627 by: Marek Kilimajer PHP 4.2.3 || Can't unset $_SESSION! 181628 by: CF High 181634 by:

[PHP] Accessing HTTP Content

2004-03-28 Thread Quentin Bennett
Hi, Is this possible, please? What I want to do is, using an HTTP class, $myComms = new Ihttp_base_class($httpParams); $myComms-request = $some_document; $myComms-requrl = /mysite/myscript.php; $myComms-Send(); myscript.php runs within the same Apache server, processes

[PHP] How to send SMS

2004-03-28 Thread saepudin
How to send sms with PHP and Mysql and mobil phone Nokia 5110? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] preg_match

2004-03-28 Thread Jason Williard
I am trying to use preg_match to pull a specific piece of a variable. However, I don't have enough experience with the syntax to be able to figure this out. The variable looks like: John {mailto:[EMAIL PROTECTED]) All I need is the name, John. The rest can be discarded. How would I pull that

Re: [PHP] How to send SMS

2004-03-28 Thread Jake McHenry
I have one of my scripts set up to just send an email to the sms email address that ATT provides me. Verizon also does this. Not sure about the rest. The phone provider then changes from email to whatever the phone understands Jake - Original Message - From: saepudin [EMAIL PROTECTED]

Re: [PHP] How to send SMS

2004-03-28 Thread Evan Nemerson
You can send through OSCAR (AIM/ICQ), too. With a bit of clever hacking, you could connect GAIM to PHP and live happily ever after. On Sunday 28 March 2004 08:14 pm, Jake McHenry wrote: I have one of my scripts set up to just send an email to the sms email address that ATT provides me.

Re: [PHP] preg_match

2004-03-28 Thread Tim Traver
Jason, well, if the string is exactly how you have it, then something like this would do : $var=mailto:[EMAIL PROTECTED]); if(preg_match(/^(\S+)\s.+/,$var,$match)){ $name=$match[1]; } Of course, that would exclude those addresses that might have two names, like Tim Traver [EMAIL

[PHP] reg expression for ide-emails

2004-03-28 Thread Robert Kornfeld
as with april 1, on may use special german and frech characters for urls and email-names. does anyone know a reg. expression to validate the syntax of a email-adress? thanx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php