Re: [PHP] web based chat app

2008-04-28 Thread paragasu
> i believe the sysv-ipc functions in php can give you access to that as well (dont quote me tho; > im to lazy to look it up atm :)) well, thanks.. i just aware of semaphore function in php. i never see anyone use this function yet. and i don't know how to use it .but i have something to find out t

Re: [PHP] web based chat app

2008-04-28 Thread Nathan Nobbe
On Tue, Apr 29, 2008 at 1:56 AM, paragasu <[EMAIL PROTECTED]> wrote: > > > im thinking you probly dont need a database unless you want to preserve > chat history. > i don't think chat history is necessary. but i need to keep some of the > user chat session > right? well it should be better perfo

Re: [PHP] web based chat app

2008-04-28 Thread paragasu
> im thinking you probly dont need a database unless you want to preserve chat history. i don't think chat history is necessary. but i need to keep some of the user chat session right? > but honestly, id really think about what youll be using the database for here.. well, i am still thinking :) ..

Re: [PHP] web based chat app

2008-04-28 Thread Nathan Nobbe
On Tue, Apr 29, 2008 at 12:48 AM, paragasu <[EMAIL PROTECTED]> wrote: > i am planning to integrate chat application on my website. > the idea is to make online user on my website to chat to each other. > it is using PHP5+jQuery, i want it to be as light as possible. I am not > sure > about the dat

[PHP] newbie with another HTML/navigation question

2008-04-28 Thread Rod Clay
I have a php script that is invoked on 2 different occasions: 1) the first to create a page with a form the user will use to input information for a new table row - this form has method=POST 2) the script is run a second time to accept the input from the completed form, add the new row to the

[PHP] web based chat app

2008-04-28 Thread paragasu
i am planning to integrate chat application on my website. the idea is to make online user on my website to chat to each other. it is using PHP5+jQuery, i want it to be as light as possible. I am not sure about the database to use, but i have 3 options.. file based, sqlite3 or mysql5. i am thinkin

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread paragasu
i use our local email-to-sms service. it is not reliable. more often than not, it is not delivered to user. I did found kannel project (www.kannel.org), opensource gateway. but still not sure how it going to work or how to roll my own gateway. i guess, even we have our own gateway. we have to make

Re: [PHP] Re: SEE MY LATE JANGO JIMMY(Snr) BUSINESS CARD,I SEND MY PICTURES WHENI HEAR FROM YOU.

2008-04-28 Thread Wolf
> > > Wow, hi yusuff Jimmy! > > I will be very glad if you download the sum of (USD$15.8Million) into my > bank account! > > -abdul Shawn Anyone else notice that his ID looked Wesley Snipes? At least we know where his money came from! ;) -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] OS need anything for mail() to work?

2008-04-28 Thread Richard Lynch
On Mon, April 28, 2008 3:09 pm, Jason Pruim wrote: > > On Apr 28, 2008, at 3:47 PM, Richard Lynch wrote: > >> On Fri, April 25, 2008 3:44 pm, Brian Dunning wrote: >>> Is there any way for PHP to know that this email is not going >>> through? >> >> You could, perhaps, hack your MTA to notify somethi

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Richard Lynch
On Mon, April 28, 2008 2:39 pm, Al wrote: > I didn't word my question well. I know about the following, etc. And, > I know they charge their > customers. > >> Cingular: [EMAIL PROTECTED] >> Sprint: [EMAIL PROTECTED] >> Verizon: [EMAIL PROTECTED] >> Nextel: [EMAIL PROTECTED] If you send more than a

Re: [PHP] OS need anything for mail() to work?

2008-04-28 Thread Jason Pruim
On Apr 28, 2008, at 4:13 PM, Shawn McKenzie wrote: Jason Pruim wrote: On Apr 28, 2008, at 3:47 PM, Richard Lynch wrote: On Fri, April 25, 2008 3:44 pm, Brian Dunning wrote: Is there any way for PHP to know that this email is not going through? You could, perhaps, hack your MTA to notify s

Re: [PHP] OS need anything for mail() to work?

2008-04-28 Thread Shawn McKenzie
Jason Pruim wrote: On Apr 28, 2008, at 3:47 PM, Richard Lynch wrote: On Fri, April 25, 2008 3:44 pm, Brian Dunning wrote: Is there any way for PHP to know that this email is not going through? You could, perhaps, hack your MTA to notify something somewhere that PHP can check... But it's re

Re: [PHP] Making an array from delimited data

2008-04-28 Thread Richard Lynch
On Mon, April 28, 2008 2:44 pm, Joe Harman wrote: > I have some data that I pull from a database that is in the following > format: > > - > Gauge Style: Auto Meter Pro-Comp > Tachometer Usage: Standard > Gauge Series: Analog > Gauge Range:

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] Do you have any experience with any of 3d party gateways? [/snip] No, we own our own gateway -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OS need anything for mail() to work?

2008-04-28 Thread Jason Pruim
On Apr 28, 2008, at 3:47 PM, Richard Lynch wrote: On Fri, April 25, 2008 3:44 pm, Brian Dunning wrote: Is there any way for PHP to know that this email is not going through? You could, perhaps, hack your MTA to notify something somewhere that PHP can check... But it's really out of PHP's h

[PHP] Re: SEE MY LATE JANGO JIMMY(Snr) BUSINESS CARD,I SEND MY PICTURES WHENI HEAR FROM YOU.

2008-04-28 Thread Shawn McKenzie
Acct.yussuf Jimmy wrote: Dear, I am yussuf Jimmy,from Togo Republique.I will be very glad if you do assist me to download the sum of ( USD$15.8Million)into your bank account. I got your contact through a Global Network and i decided to communicate with you in a good manner. I will compensat

Re: [PHP] Re: Making an array from delimited data

2008-04-28 Thread Joe Harman
Thanks guys... that help me out a lot... i was thinking too hard on ... LOL have a great day! Joe On Mon, Apr 28, 2008 at 3:01 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 1:58 PM, Joe Harman <[EMAIL PROTECTED]> wrote: > > > this is the complete data that was initially su

Re: [PHP] Re: Making an array from delimited data

2008-04-28 Thread Nathan Nobbe
On Mon, Apr 28, 2008 at 1:58 PM, Joe Harman <[EMAIL PROTECTED]> wrote: > this is the complete data that was initially submitted through a textarea > field. > just to clarify my example assumes $dbData is a single string. if the info you posted is getting stored in a single field it should work j

[PHP] SEE MY LATE JANGO JIMMY(Snr) BUSINESS CARD,I SEND MY PICTURES WHEN I HEAR FROM YOU.

2008-04-28 Thread Acct.yussuf Jimmy
Dear, I am yussuf Jimmy,from Togo Republique.I will be very glad if you do assist me to download the sum of ( USD$15.8Million)into your bank account. I got your contact through a Global Network and i decided to communicate with you in a good manner. I will compensat you for effort after the

Re: [PHP] Re: Making an array from delimited data

2008-04-28 Thread Joe Harman
this is the complete data that was initially submitted through a textarea field. On Mon, Apr 28, 2008 at 2:56 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > > Joe Harman wrote: > > > I have some data that I pull from a database that is in the following > format: > > > > --

[PHP] Re: Making an array from delimited data

2008-04-28 Thread Shawn McKenzie
Joe Harman wrote: I have some data that I pull from a database that is in the following format: - Gauge Style: Auto Meter Pro-Comp Tachometer Usage: Standard Gauge Series: Analog Gauge Range: 0-11,000 rpm Gauge Diameter (in): 5 in. Gaug

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] Do these gateways get paid?  I can send a text message to [EMAIL PROTECTED] using sendmail. So it appears Verizon is just charging my phone's account.  Is that the case with the 3d party gateways? [/snip] As is the case with everything telecom someone is going to make money off of it. T

Re: [PHP] Making an array from delimited data

2008-04-28 Thread Nathan Nobbe
On Mon, Apr 28, 2008 at 1:44 PM, Joe Harman <[EMAIL PROTECTED]> wrote: > I have some data that I pull from a database that is in the following > format: > > - > Gauge Style: Auto Meter Pro-Comp > Tachometer Usage: Standard > Gauge Series:

Re: [PHP] OS need anything for mail() to work?

2008-04-28 Thread Richard Lynch
On Fri, April 25, 2008 3:44 pm, Brian Dunning wrote: > Is there any way for PHP to know that this email is not going through? You could, perhaps, hack your MTA to notify something somewhere that PHP can check... But it's really out of PHP's hands at this point. If you put a letter in a mailbox,

[PHP] Making an array from delimited data

2008-04-28 Thread Joe Harman
I have some data that I pull from a database that is in the following format: - Gauge Style: Auto Meter Pro-Comp Tachometer Usage: Standard Gauge Series: Analog Gauge Range: 0-11,000 rpm Gauge Diameter (in): 5 in. Gauge Diameter (mm): 127

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] I didn't word my question well. I know about the following, etc. And, I know they charge their customers. > Cingular: [EMAIL PROTECTED] > Sprint: [EMAIL PROTECTED] > Verizon: [EMAIL PROTECTED] > Nextel: [EMAIL PROTECTED] I want to send a pure SMS via these gateways without the regular ema

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Per Jessen
Al wrote: > Anyone enlighten me about sending SMS text messages via sendmail or or > just php mail()? > > I've been Googling, etc. and everything I've found so far, comes up > with for-fee services. See smsclient. We've been using that for three or four years. /Per Jessen, Zürich -- PHP Gen

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Al
I didn't word my question well. I know about the following, etc. And, I know they charge their customers. Cingular: [EMAIL PROTECTED] Sprint: [EMAIL PROTECTED] Verizon: [EMAIL PROTECTED] Nextel: [EMAIL PROTECTED] I want to send a pure SMS via these gateways without the regular email headers,

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] Anyone enlighten me about sending SMS text messages via sendmail or or just php mail()? I've been Googling, etc. and everything I've found so far, comes up with for-fee services. [/snip] SMS messaging requires a gateway, hence the for-fee services. -- PHP General Mailing List (http://www.

Re: [PHP] SOAP and nested input

2008-04-28 Thread Richard Lynch
On Mon, April 28, 2008 4:52 am, Emil Edeholt wrote: > If I need to pass nested input to a SOAP function; For example a > function that requires these parameters: > > bar > > foobar > > > Should I simply nest two arrays to the php soap function, i.e: > $client->foo(array("foo" => "bar", "foone

[PHP] SMS Cellular Text Messaging

2008-04-28 Thread Al
Anyone enlighten me about sending SMS text messages via sendmail or or just php mail()? I've been Googling, etc. and everything I've found so far, comes up with for-fee services. I can send messages to my cellphone with sendmail but the regular email format is dumb at the cellphone. Al.

Re: [PHP] PHP debugger

2008-04-28 Thread Daniel Brown
On Mon, Apr 28, 2008 at 12:08 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > Also... the only attachment was your logo :) The list strips non-text attachments. Amazingly, embedded graphics still come through. -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/

Re: [PHP] PHP debugger

2008-04-28 Thread Jason Pruim
On Apr 28, 2008, at 10:58 AM, J. Manuel Velasco - UBILIBET wrote: Ok, so I am going to try this one, Jason Pruim, let's check how it works ... :p PROBLEM DESCRIPTION: In my whois web-app, when a EU doamin is queried, whois.pl perl script is lunched and I got the right result to my PHP scri

Re: [PHP] PHP debugger

2008-04-28 Thread J. Manuel Velasco - UBILIBET
Ok, so I am going to try this one, Jason Pruim, let's check how it works ... :p PROBLEM DESCRIPTION: In my whois web-app, when a EU doamin is queried, whois.pl perl script is lunched and I got the right result to my PHP script I the result is shown at the web. If I do the query to a ES domain,

Re: [PHP] PHP debugger

2008-04-28 Thread Jason Pruim
On Apr 28, 2008, at 10:32 AM, Thijs Lensselink wrote: Quoting Daniel Brown <[EMAIL PROTECTED]>: On Mon, Apr 28, 2008 at 7:00 AM, J. Manuel Velasco - UBILIBET <[EMAIL PROTECTED]> wrote: Hello, Anybody knows a good debugger for PHP and basic usage? There's a pretty good one known as Jas

Re: [PHP] newbie with php/HTML/HTTP question

2008-04-28 Thread Andrew Ballard
On Sun, Apr 27, 2008 at 5:44 PM, Rod Clay <[EMAIL PROTECTED]> wrote: > I've written my php script to accept either: > > 1) url parameters, when first invoked (so in this case I'm getting > variables out of the $_GET global array), but then I create a form with > method=PUT and, when this form is s

Re: [PHP] PHP debugger

2008-04-28 Thread Thijs Lensselink
Quoting Daniel Brown <[EMAIL PROTECTED]>: On Mon, Apr 28, 2008 at 7:00 AM, J. Manuel Velasco - UBILIBET <[EMAIL PROTECTED]> wrote: Hello, Anybody knows a good debugger for PHP and basic usage? There's a pretty good one known as Jason Pruim. ;-P ROFL! -- Dedicated Servers - Inte

Re: [PHP] PHP debugger

2008-04-28 Thread Daniel Brown
On Mon, Apr 28, 2008 at 7:00 AM, J. Manuel Velasco - UBILIBET <[EMAIL PROTECTED]> wrote: > > Hello, > > Anybody knows a good debugger for PHP and basic usage? There's a pretty good one known as Jason Pruim. ;-P -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.

Re: [PHP] PHP debugger

2008-04-28 Thread James Dempster
I'd suggest Xdebug -- /James On Mon, Apr 28, 2008 at 12:00 PM, J. Manuel Velasco - UBILIBET < [EMAIL PROTECTED]> wrote: > Hello, > > Anybody knows a good debugger for PHP and basic usage? > > I've found: http://dd.cron.ru/dbg/, what do you think about it ? > > Thanks. > --

Re: [PHP] PHP debugger

2008-04-28 Thread Jignesh Thummar
Best one is Xdebug .. But probably i would like to try this one also. - Jignesh On Mon, Apr 28, 2008 at 12:00 PM, J. Manuel Velasco - UBILIBET < [EMAIL PROTECTED]> wrote: > Hello, > > Anybody knows a good debugger for PHP and basic usage? > > I've found: http://dd.cron.ru/dbg/, what do you thin

[PHP] PHP debugger

2008-04-28 Thread J. Manuel Velasco - UBILIBET
Hello, Anybody knows a good debugger for PHP and basic usage? I've found: http://dd.cron.ru/dbg/, what do you think about it ? Thanks. --

Re: [PHP] mysql_connect slowness

2008-04-28 Thread Aschwin Wesselius
Waynn Lue wrote: Our site has been slowing down dramatically in the last few days, so I've been trying to figure out why. I ran some profiling scripts on our site and saw that we're spending between 3-9 seconds on mysql_connect. Then I connected to our db and saw that there were over 100 connec

[PHP] curiosidad

2008-04-28 Thread J. Manuel Velasco - UBILIBET
Hello, Since I saw in avaaz site [http://www.avaaz.org/en/], I felt the curiosity to know how to develop a system like they use to spread the world. It is to connect to a address directory and get our contacts. Anybody knows any library, references,... to know how to develop this service? t