... 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.
frame help
on the bottom frame is menu.htmlCode: <body><form action='link.php' method='post' name='changer'><label>URL<input type="text"
PHP - HTML
Could anyone give me some GOOD sample links for php - html email tutorial.Thanks!
update sql when refresh - php
hiI have made a table (attachement)the users can update the sql database using + or x buttons.My problem is that the last row under value2 decreases by one everytime i refresh the page. How do i
send message to the java application
Oracle 10g with Windows platform.
Sequencing or queuing parallel process
Scenario is as followsThere is one parent process say P1 and 4 child processes say A B C DProcess A starts at 3:00 pm Process B starts at 3:15 pm Process C starts at 3:30 pm Process D starts at 3:45
weeks in a year
hi,i found this snippet on php.netQuoteFor the week number for weeks starting on Sunday:<?phpfunction week_of_year($month, $day, $year) {$day_of_year = date('z', mktime(0, 0, 0, $month, $day,
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server. The way I want to achieve this is as follows: 1) I will have a page on my localhost server with a form
Storing the referrer in session... problems with tabs
Hello AllI am currently working on an ERP project based on the MVC methodology, when a user navigates the site we store the referrer in session.The problem we have is that using multiple tabs upsets
for some reason mysql query not working, not inserting, please check it out
This code is not inserting anything into my db, don't know why, the $_SESSION variable does contain data.Please have a look.Code: function add_user_to_db() {
uploading video files into mysql in php
hi,I have the video files which i have to upload into mysql db. along with creating thumbnails from the video.can any one help me in this which will be greatful to methank u