... 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.
PHP FTP connect doesn't work with correct login
Hi!i am working on this test code:Quote<?php $ftp_server = "ftp.*******.it";$ftp_user = "weburl@*******.it";$ftp_pass = "CENSORED";// set up a
Transport data between itab and textfield on ALV event
Hallo,
returning data from an ssh2_exec()
here's what i got.$conn = ssh2_connect($this->_host); ssh2_auth_password($conn,$this->_user,$this->_pass)or die("Cannot Connect"); //build command line to include
simple php table loop
Hi all,I've the following code <?php // Create category options $query = "SELECT * FROM categories ORDER BY category ASC"; $result = mysql_query
switch form actions? not working
i want on submit to go to different pages according to the CatIDCode: <?php $CatID=$_GET['CatID'];if (isset($CatID)) { }switch ($CatID){ case 1: echo '<form
Why doesn't this work? (SSH2)
This is my script:Code: <?php$connection = ssh2_connect('213.251.167.109', 22);ssh2_auth_password($connection, 'root', 'MGdgfskc');$stream = ssh2_exec($connection, 'useradd -d /home/users/test
Forms Authentication and Refresh at Login page
Hello,
creating a 1 to 100 in a table
hi guys I am a newb in php need some help. I have a table with 1 column and 100 rows and in each i want to do a 1-100. Can someone give me the full coding for this, please I can get it to work. I
Problem with a select distinct
I have a problema with a select distinct, I have the next sql:
Php Mysql Page Loading Notice
Hi all,I was wondering if there is a way (Sure there is) of showing a message or an image while a page is loading.The issue is that I have a big table and I'm running some queries against it.Obviously