Current Page: 1 of 1
Results 1 - 3 of 3
15 years ago
prawin
and i have another problem AS Notice: Use of undefined constant upload - assumed 'upload' in C:\wamp\www\prawin\new\locations\test\testupload.php on line 13 MY CODING IS : if(isset($_POST['submit'])) { $filesize=$_FILES['uploadfile']['size']; $filetype=$_FILES['uploadfile']['type']; $quote = $_POST['img_qut']; $filename=basename($_FILES['uploadfile']['name']); $isInser
Forum: WampServer English
15 years ago
prawin
THANK U VERY MUCH c2dan, I REALLY APPRECIATE UR WORK ON MY ISSUES. IT WORKS GOOD .Please fix my another problem <?php $act = $_REQUEST['act']; $id = $_REQUEST['id']; $qry = "select * from tbl_project where pro_code='$id'"; $rst = mysql_query($qry,$con); if($rst){ $row = mysql_fetch_array($rst); $projectname = $row['pro_name']; } if (isset
Forum: WampServer English
15 years ago
prawin
3. query
I updated the version of php. so that i got error for php programs which works normally good in the previous version. ERROR:Notice: Undefined variable: errorMsg in C:\wamp\www\prawin\new\locations\test\addlocation.php on line 10 PROGRAM IS <?PHP $locname = $_POST['loc_name']; if (isset($_POST['submit'])) { $isInsert=true; if ($_POST['loc_name'] == "" { $isInsert =
Forum: WampServer English
Current Page: 1 of 1