Jump to content

swatik

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by swatik

  1. i have 2 buttons on their on click event i have written javascript redirection using location.href, to 2 different pages but they redirecting on the page written for the first one.. here is the code <input type="button" name="addmore" id="addbtn" value="Add More" onClick="location.assign('menuadd.php'); " /> <br /> <input type="button" name="editcontent" id="editbtn" value="Edit Content" onClick="location.assign('menuadd.php?mid=<?php echo $insid; ?>');" /> and this happening in google chrome on IE its working fine.. can you help me to sort out this iisue...
  2. i solved my issue, the data was getting truncated for that i have text limit size in ini file..
  3. i have feild declared as text in sql, but when retrieving data using mssql_fetch_assoc , i am not able to retrieve whole data , its limiting its size to 450 characters, should iuse some other fetching method or please any other method ..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.