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
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Upload file!
Ok i have a form..
Code: <form name="form1" method="post" action=&quo
Log $_POST
How would i log submits on a form, by everyone? I want to then echo the number of submissions.
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
Getting a variable to work in function params
I have this fuction which is inside a class:
Code: public static function generateEmbedCode($
Add "width" check when upload
Hi!
Can someone add a function that is checking if picture witdh is bigger then 800px whwn up
utf8_general_ci error ??
I have all kinds of data to be inserted in database table
//I am getting this error
Yo