SAP BCS. BPS
Hi all,
I am seeking reading note on the following in BW
BCS, BPS
ADVANCE
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
how to validate date using javascript
I need to validate date in textbox using javascript..
The date is must be not greater than TODAY
Calling All PHPFREAKS Blackberry Users
Are you a member of PHPFreaks and have a blackberry? Well RIM just recently released Blackberry Mes
Secure FTP
Hi experts,
There is no SFTP action in MII workbench.
This means it needs developing custo
Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t
mySQL and PHP search
Hello,
I am trying to code a project and ran into a brick wall with one of my pages. I am pretty
generate seo frienly url from a text like wordpress
Convert: "åäö" to "aao", "space" to "-", "!?&q
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<