... 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.
Word filter problem
Hello,im trying to make a filter for words inputted in to my website but i want to store the swear word and the replacement for that word in a mysql db i have developed the code
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so I don't quite understand what they're talking about or what the code means.Here's the situation: I
Users and Groups with PHP Classes
Hi,I have setup what I hope to be a good working User class. Now I want to introduce group membership and group permissions. Before doing so, I have a couple of questions.Firstly, because users and
Is there a function ... auto send IP
Is there some function that can be sent to a ddns service that returns the ip address of a ddns forward. I am working on a script that uses a dvr from a home and the owner wants to have the dvr stream
having a small php error tha deals with the 'foreach'
Last night i was working on a script for a cart and it seemed to working good, until this morning. For some reason i'ts giving me the following error:Warning: Invalid argument supplied for foreach()
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending upon where the visitor comes from. The code below works but looses the original referrer information
Multithreading design
HiI have come up with a Singleton class that manages a pool of database connections. Basically the pool is a queue in which I have stored some connection objects. When ever a client calls any of the
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a CMS but the majority (but not all) are running through the same FTP account.I've searched
bit of help needed
Im about to sort out my registration page for my website by customising a "registration" script I came across. It has about all that I need, apart from the changes that i need to make to it
Why is my row count 0?
Here's the MySQL query i'm running. It basically pulls data from 2 tables based on some data passed.Here are things i know.1. The data passed is passed correctly, and is correct as far as data goes.2.