Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
InventoryTransferInventory
Hi, i can`t understand what I`m doing wrong! Please Help me
<form name="form1" method="post" action="">
<label for="itemID"></label>
<input name="itemid1" type="text" id="itemID" value="1728">
<input name="itemqty1" type="text" id="itemqty1" value="5">
<input type="submit" name="submit" id="submit" value="Submit">
</form>
<?php
if($_POST["submit"] == "Submit"){
error_reporting(E_ALL & ~E_NOTICE);
ini_set("display_errors", 1);
ini_set('max_execution_time', '0');
ini_set('memory_limit', '-1');
set_time_limit(0);
require_once 'includes/NetSuite/PHPtoolkit.php';
0