Tutorial

Introduction to Java

... (Continue reading)

Tagged with:             

How to Create Data Manager in VB.net

... (Continue reading)

Tagged with:                     

SharePoint User’s Guide by O’Reilly Media

... (Continue reading)

POST – Review

POST – Review In our PHP Forms Lesson we used the post method. This is what the pertinent line of HTML code looked like: HTML Code Excerpt: <form action=”process.php” method=”post”> <select name=”item”> … <input name=”quantity” type=”text” /> This HTML code specifies that the form data will be... (Continue reading)

Tagged with: