Material Master Update through BAPI - Follow up material not updated
Hi Experts,
I am updating the material master through a custom transaction using the BAPI
Problem with umlauts and UTF-8
Hello every1,
I'm creating my own little CMS at the moment and got some problems with the cha
DateObject and Nulls
Hi all,
I have an array mapped to a value object. One of the items in the array is a PHP Date
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
drop-down with sub-category appear
Hello,
i know how to build a simple dro-down list, im looking for a code when im gonna choose
Advice on how to delete a mysql row using my form
Hi,
I am very new to php and am struggling to work out how to delete a portfolio item (a row
How to limit the calls to an API
Hello, in my simple script I call an api which effectively involves me getting an xml file.
H
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
Ball movement
I want to move a ball from one point to another and it should hit a group of balls at the other end