I'm executing a query in vb.net inserting a row into an sql server 2008 table. The table has a unique id column that auto increments on each insert. How do i get the value of the id created on the last insert. What I need is equivalent to mysql_insert_id(); in php and mysql, but I need it for...
I need some help parsing XML with PHP. Below is a sample of the XML I'm using.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<requestinformation code="100">
<codemessage>RECORDS FOUND</codemessage>
<inputs>
<firstname>test</firstname>
<lastname>test</lastname>
<dob year="1976"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.