Hi Bastien,
I have actually implemented sending SMS using PHP by installing NOW SMS
gateway. You can find all the information regarding it on www.nowsms.com.
They have a software that you can buy and configure on your server.
I wrote scripts that can help sending single SMS, BULK SMS, User Define
hello all,
i'm poor in php and english,I want to know is there have something in
php that allows method redispatch?
like this
http://search.cpan.org/~dconway/NEXT-0.60/lib/NEXT.pm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hello all,
i'm poor in english and php. i want to kown is there have something in
php that allows method redispatch?
like this
http://search.cpan.org/~dconway/NEXT-0.60/lib/NEXT.pm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
use it just like in JAVA, It offers a uniform/good way to manage exception
in app.
e.g.
function getObjFromDB($key)
{
if (strlen($key)!=0 )
throw new Exception ("need condition .");
if (!mysql_connect(...))
throw new Exception ("can't connect to db .");
.
}
function foo ()
{
$err='';
for (
I think you misread my pure-hearted thankfulness.I am sorry for my
ambiguous sentence.
Last reply mean : I'm happy to known that we have the same idea, just
like a student got teacher's praise .
Merry Christmas Eve!
> -Original Message-
> From: Jochem Maas [mailto:[EMAIL PROTECTED
Yes i have looked in that but not understadn anything
-Ursprungligt meddelande-
Från: Christophe Gosiau [mailto:[EMAIL PROTECTED]
Skickat: den 23 december 2007 23:37
Till: php-general@lists.php.net
Ämne: [PHP] Re: Php exec
Try to configure courier te read his mailboxes/users from mysql?
Anyone know when PHP 5.3.0 will be out? 5.2.5 is Current and a lot of the
documentation on php.net is showing that it will be implemented in 5.3.0 such
as namespaces.
Joshua
-
Never miss a thing. Make Yahoo your homepage.
Try to configure courier te read his mailboxes/users from mysql?
mattias schreef:
If i use courier-mta
Can i create a php script wich create mailboxes?
And users
Hope any understand
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If i use courier-mta
Can i create a php script wich create mailboxes?
And users
Hope any understand
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello everyone here.
This is my first post in this newsgroup, I hope I won't be to much
off-topic. Feel free to redirect me to any better group.
I am getting strange timing issues when failing to asynchronously connect
sockets on closed or filtered ports, but I'm quite unsure if this is a PHP
is
Try{} catch{} makes more sense when your application is Object Oriented
and you use the MVC model.
Your library performs some actions but when an error occures, it can't
write directly to your browser.
Your modules speak with your library and checks if an error occures.. If
so a decent error mes
I understand it's intended use and how to use it, have just not found a good use
for it yet.
Martin Alterisio wrote:
It's not supposed to be practical, it's just a way to handle errors. You
shouldn't rely on try/catch for algorithm implementation.
You create exceptions for errors and unexpec
It's not supposed to be practical, it's just a way to handle errors. You
shouldn't rely on try/catch for algorithm implementation.
You create exceptions for errors and unexpected behavior. Then in some other
part of the system you use try/catch to prevent the code from terminating
abruptly. You ca
Try() and Catch() seems neat; but, I've not found it to be very practical.
Anyone using it? How?
Al...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I'm trying to write the following program:
A browser connects to an apache web-server where a PHP application is
running. Most of the actions of the application are Mysql database actions.
There are however also actions that needs to be done on the client side
but that are not possible insid
having gone through configure and compile hell getting php built on Mac OS X
Leopard I have
become a little more familiar with the intricasies of compiling software ...
undoubtly I
still have a heap to learn.
to that end I was hoping someone could shed some light on the following queries
1. wha
PDF is easy, there are many packages and classes that can convert the html to
PDFs. A quick google will give you lots of results like
www.fpdf.org
http://www.digitaljunkies.ca/dompdf/
etc
word docs will be harder to create
bastien
__
Sending proper SMS messges requires that you use an SMS gateway or buy a
cellular modem. SMS is essentially XML will the message body limited to 160
characters.
do some googling to get more information
bastien
> Date: Sun, 23 Dec 2007 08:30:29 +0330
> F
18 matches
Mail list logo