... get e-mail notifications As several people asked how to get e-mail notifications when new postings in the forum come in I'll give a short description: - e-mail notifications in the SDN are based on 'watches' - you can add watches on several levels: for a single thread, persons or this forum. - to add a watch go the object you want to watch. If you want to get an e-mail for all new messages in this forum go to the main forum page. Then use the 'Watch Forum' link above the thread view. It's indicated by a binocular icon. - you should check, that your personal settings in the SDN are set appropriately. Go to 'Your Control Panel' and check if 'Notify me by email of watch updates' is set to yes. ... create attachments Attachments are not supported in forums. Attachments can be added to a Wiki page, in this forum please use this page: https://wiki.sdn.sap.com/wiki/display/HOME/DB2+Forum The picture attached to the Wiki page gets a unique URL (e.g.) : https://wiki.sdn.sap.com/wiki/download/attachments/32736111/Screen_example.JPG This URL can be used in a forum thread.
Mail form doesn't send Russian/Cyrillic characters correctly?
When someone enters foreign characters (like Cyrillic text, and Japanese/Chinese probably gives the same problem) into the mail form, the email that arrives is all gibberish. For example this should
Run function every 5 mins ??
I have a function PostMessage()How can I run it every 5 mins ??
mysql UNION | warning mysql_fetch_array !!
Code: <?php $i = 0; $query1="SELECT * FROM `products` WHERE `division`='$f_usr_div' ORDER BY `pname` UNION SELECT `stock_close` FROM `stockiest_entry` WHERE
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm trying to get it print the original value => ASCII code, splitted by :, like:A => 65:
I need an iframe that calls up a different page according to the date
hiI don't know any php (only html) and I urgently need to do the following: I need an iframe that calls up a different page according to the date e.g. on the 2th Dec a page called 'special2.php',
Mysql error message
help me find out what this error message means:"Duplicate entry '0' for key 'PRIMARY'"the sql for it is Code: INSERT INTO accounts (firstname, lastname, username, password, joined, email,
Variable Clash
In the past I've had variables clash. For example:Code: <?php $c = 5; $cat = "Molly"; $echo $cat . " is " . $c . " years old.";?>Before, I've seen it
Working with popups and such in a class
I've recently started building my applications completely enclosed in classes. I like the fact that I can base everything off one root and work with that, but I'm having a problem with popups
losing variables between php brackets
Hihave got this code:Code:
Batch Session SM35 stuck in status 'in Background
Hi Experts,