A Few Questions
Hi, I want to ask a few questions that I can't seem to find..
1) I'm creating a "shortcu
Creation of Raw Exposure manually
SAP Gurus
I am creating Raw Exposure ( Hedge management ) thru T Code TEM10 with followin
SQL query not working well
Hi,
I made a small table with 5 rows and want to make them an sql consult using rownum
Problem executing bash script using shell_exec
Hi there,
I created a bash script file using following code to convert doc documents to pdf using
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
Table Control
Hi Guru's,
I've created a Module pool program, which contains the Table Control.
PHP Multiples of 2, Show posts...not working (wordpress)
I have been using this code to show div.example with 6 li columns inside it, each li is a post with
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();