Excellent! Thank you very much! :D I would never have known to do that had you not said anything.
Haha, I was right! I got it to work! Turns out I needed to grab the model number (modelNo) database field as a variable. My new processing...
I posted the actual html, yes... <ul class="menucontents"> <li><a href="phpfile.php?modelNo=product1">product 1</a></li> <li><a...
Thanks! I was able to set my primary key to the model number column (modelNo) within mysql, but if I simply adjust my href tag to: <ul...
I'm working on a product page for my company. I have a database that contains all of our product information in it. Model number, computer...
YES! That's it! Perfect! http://www.musl.net/venue.php Thank you so much! :)
well aside from the database connection script here's the php query: mysql_select_db($database_Venue, $Venue); $query_Venue_set = "SELECT...
after some research and some manipulation, I'm left with... <table width="600" border="0" cellspacing="2" cellpadding="2"> <tr>...
Hello, I've done some research the last couple days and haven't been able to get anything to work... What I need is a PHP script to display...
Yes, thank you! However, I still don't know how a change in servers would corrupt the query code. Any ideas as to how?
Fixed! The problem WAS the query!!! I had to add the variable that appeared in the echo statement to the query command, like this: <?php...
I'll give it a shot and let you know the results...
Ok, here's an update (I been working on this all freaking day!). I've connected to the database just fine...so, I've determined that it MUST have...
Separate names with a comma.