No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi, I have an insert statement that i need to refine...basically I need to trim the first couple of letters of whats trapped inthe field. so e.g. Z:\aaa\1.jpg needs to become aaa\1.jpg Im tried this but its not working [CODE]sImagelink = mid(request.form("Imagelink"),4,len(request.form("Imagelink")))[/CODE] any ideas?
Hi, I think this is probabgly something simple but im hosting a site on our work server which is visable to the outside world (ouside our firewall) using the web address e.g. [url]http://www.domainname.com[/url] but i cant access inside the firewall but i can access it using the IP address its …
Hi, I just came across a piece of script that has been put into my source code throughout the site...and not by me. Im not sure how they did it but im fearing this could get more serious and end up them hitting my db. Here is example(kind of) of …
Hi, I have an insert statement in an asp page that works fine on one server. Basically the statement traps various details and username. I had to move the site to a new server and unfortunately its not trapping the username for me. [CODE] strSQL="INSERT INTO TBLCART (USERNAME, VALUES ('" …
Hi, Im inserting data into a SQL2000 table with breaks/paragraphs and returning it on an ASP (VBScript) page without the breaks. The information is going into the table as follows; The quick brown fox jumps over a lazy dog. The quick brown fox jumps over a lazy dog. But its …
The End.
kegathor