unlike UPS, USPS has made it extremely difficult to read XML nodes:
here is the response xml i got from USPS....
<IntlRateResponse>
<Package ID="1st">
<Prohibitions> </Prohibitions>
<Restrictions></Restrictions>
<Observations></Observations>...
so i pretty much finished my asp shipping cart. and im at the point where i want to make a tiny little drop box that shows ups shipping methods and the price next to it (2 day shipping ($4.00)) and depending on what they choose it would change the total cost of the order. i contact UPS... got...
I am converting an access mdb to a new MySQL database. from my classic asp website.
and although i can read the data from the SQL i cannot update recordsets. it gives me an error that i do not have update permission. ....oookkk. so since i was able to create the thing, why cant i insert a new...
this is a part of my WYSIWYG. the "textcontent" is in HTML. and when the user presses the Update button. the page redirects to update page where the changes to the "textcontent" will be updated where ID number = 1.
this is my code:
objDBconn.Execute("UPDATE news SET articleContent =...
this is a part of my WYSIWYG. the "textcontent" is in HTML. and when the user presses the Update button. the page redirects to update page where the changes to the "textcontent" will be updated where ID number = 1.
this is my code:
objDBconn.Execute("UPDATE news SET articleContent =...