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
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 PR
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. Veri
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
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 b
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
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-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: DvDman
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";
>
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 pipe/st
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.
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 rub_
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
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 wi
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 . " ";
ech
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.
When I run this I get the following output
Content-type: text/html
X-Powered-By: PHP/4.3.3
mday = 28 country = NL mon = 3
mday =
> 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?
>
> --
> P
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 s
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
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 (http://www
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
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: G
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 wonder
23 matches
Mail list logo