|
First
|
Prev |
Next
|
Last
Pages: 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
VCard I there! I've writed and app that sends a sms trough a gateway, but i want to send vcard messages, it works in some phones but doesn't work in others like some recent nokias, does anyone knows the valid vcard formats? Thanks in advance! ... 19 Aug 2008 11:10
mail() and exim4 Good day list, I am having some problems with our new server. exim4 is installed, and I am trying to send a mail via the mail() function. Script: <? ini_set ("error_reporting",E_ALL); echo ini_get("error_reporting")."<p>"; if(mail("haensel(a)phpstop.com","test","ding")) { echo "Ja"; } else { echo "Nein"... 19 Aug 2008 11:10
Semi-ADVERT, not really spam, sorry for it If you provide "paid" help in code development/ testing/ troubleshooting related to php or other software areas, please feel free to drop a line to me at my id mentioned below. Please don't write here as some other members might find this off topic. Sorry for bothering the rest of you. I hope you wouldn't really ... 21 Aug 2008 11:26
pdo compilation question Hi list, I hope this is the right area to ask, I'm trying to compile PDO support in 5.2.6 and am following the instructions here http://us2.php.net/manual/en/pdo.installation.php My compile line is the following ../configure --enable-force-cgi-redirect \ --disable-rpath \ --with-bz2 ... 19 Aug 2008 18:23
Negative Look Ahead Regex Hi I do not know if this is possible using negative assertions, but you can do it with a search for any links, and then applying a callback which will conditionally add your session id. This seems to do the trick: function addid($href){ $id = "?PHPSESSID=t9gksvpdcuobsnqt98qloe6lg4;"; $href = $href[1]; if(... 18 Aug 2008 15:41
FCKEditor, TinyMCE, ... I need a light weight WYSIWYG HTMLEditor Warren Vail wrote: A textarea is a simple editor, I am assuming you want something better than that, or you wouldn't have looked further. I just tried Demo and got this: "Sorry, you must have Internet Explorer 5.5 or higher to use the WYSIWYG editor" ?!? I'm using FF. -afan Have you heard the... 18 Aug 2008 14:39
Number of duplicates in an array? Hi gang: Anyone have a cool method of finding duplicate items in an array and the number of times they appear? I'm doing it in a way that is probably less than optimum. I want to see how you guys solve it. Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com ... 18 Aug 2008 11:34
PHP Prado Does anyone has an opinion 'bout developing with Prado? Thanks in advance, Hélio Rocha ... 18 Aug 2008 10:32
File download problem Greetings, I need to create a script to let registered users to download files from a non-public folder. The files name, type, and size are stored in a MySQL Database. The user need to click on a link, and a PHP script should handle the download of the file. Here is how I organized it: The script gets... 19 Aug 2008 11:10
Regexp to get paramname Hi, I have these lines to get parameters' name to $regs, but I always get the first one twice. What do I do wrong? $sql = 'select * from hotsys where ALREND=:alrend and SYSKOD=:syskod'; eregi('(:[a-z,A-Z,0-9]+)', $sql, $regs); Thanks, SanTa ... 18 Aug 2008 09:30 |