First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
[SOLVED]mail command failing
Mike Wright wrote: Hi all, I'm very puzzled by this. I've been using the php mail command for years but now I can't get it to work and can't figure out how to diagnose the problem. I can access the mail server with "/usr/bin/mailx" and by telnet "localhost 25". I can also send mail using ... 29 Jun 2010 15:12
Open Source SEO tool
Hello All, Does anyone know of an open source tool for SEO that would check your positioning in the search engines and then email a result? Probably something that runs in cron and executes daily weekly etc? Thanks! Jack ... 6 Jul 2010 21:10
Info : Regular Expressions Website.
Team, I came across this website which can be very helpful to all of us when we are struggling to get the Regex right. I just started using it and seems very helpful. http://www.gskinner.com/RegExr/ Regards, Shreyas Agasthya ... 29 Jun 2010 12:59
PHP & QPay
Has anyone here ever done an integration with QPay? If so, can you share their API docs? Thanks in advance! ... 29 Jun 2010 12:59
Brandon Rampersad wants to chat
<div dir="ltr"> ----------------------------------------------------------------------- Brandon Rampersad wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b89a7a894d-92135d717d-ghWMc8mdQtBa8hhz4DGhBvCe8-... 28 Jun 2010 23:51
call_user_func_array how to use on object php >= 5.3
I am working on code that implements a delegate design pattern, this makes use of the call_user_func_array function. I am having trouble with this particular line in PHP 5.3 return call_user_func_array(array($delegate, $methodName), $parameters); $delegate is an object, and not simply the class name in a string... 28 Jun 2010 15:04
Brandon Rampersad wants to chat
<div dir="ltr"> ----------------------------------------------------------------------- Brandon Rampersad wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b89a7a894d-64536000e2-4urVbjaule33mrAn37NJq9MKld... 28 Jun 2010 10:37
Brandon Rampersad wants to chat
<div dir="ltr"> ----------------------------------------------------------------------- Brandon Rampersad wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b89a7a894d-a89de444ea-qNA2NPWwf-0ll8Gz7bfGZh8Mgf... 27 Jun 2010 10:39
Modifying Existing Text File From PHP Is Not Working
Hi, I have the code as in the following: <?php $name= "Test"; $phone= "123-456-7890"; $email = "myemail(a)mymail.com"; $comments = "Test Only"; $string = "<message>\n<name>" . $name . "</name>\n<phone>" . $phone . "</phone>\n<email>". $email . "</email>\n<comments>" . $comments . "</comment... 27 Jun 2010 13:56
mysql case statement
Hello, how to select only if value is present? $query = $db->query("select menus.id, menus.name, case when panels.id is not null then '1' end as hiddenpanel from " . \DB_MENUS . " as menus left join " . \DB_HIDDENPANELS . " as panels on (menus.id = panels.menu_id) ... 28 Jun 2010 12:51
First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44