Forum: PHP Dec 30th, 2008 |
| Replies: 1 Views: 916 Well not sure what I was thinking but I figured out how to solve my problem by looping through the $_POST array and checking to see if the $key exists. |
Forum: PHP Dec 30th, 2008 |
| Replies: 1 Views: 916 Hello all,
I looked around with google for a while and couldn't find an answer to my question.
I'm trying to use php to get the name (or ID) of an html tag. I need to do this because I am... |
Forum: JavaScript / DHTML / AJAX Dec 23rd, 2008 |
| Replies: 1 Views: 1,183 Hi guys,
I was wondering if it was possible to call a specific PHP function using AJAX instead of calling a whole page. An example:
function MakeRequest()
{
var xmlHttp = getXMLHTTP();
... |
Forum: JavaScript / DHTML / AJAX Dec 16th, 2008 |
| Replies: 1 Views: 859 Hey guys,
I'm trying to learn how to create an interactive menu (menu that drops down when you hover over it) without using JavaScript. The reason I want to do this is because IE always asks "are... |
Forum: ASP.NET Sep 14th, 2008 |
| Replies: 1 Views: 1,401 I am new to ASP.NET but I believe a way to implement a tab control with ASP.NET would be to have a master page with all the tabs, and then have all the pages that are going to be on the tabs linked... |
Forum: ASP.NET Sep 14th, 2008 |
| Replies: 1 Views: 1,395 Hi guys,
I'm new to ASP.NET and MySQL. I've worked with Microsoft Access for a while (6 months or so) so I have an understanding on how databases work. However, now I am trying to create a website... |
Forum: MySQL Sep 10th, 2008 |
| Replies: 1 Views: 658 Hello all,
I have a fairly good grasp on how to design a database (took a couple courses on it) but I'm not sure how to set up a database for use with a website. My plan is to develop the website... |