Search:
Type: Posts; User: salientking
Search :
Search took 0.02 seconds.
So im new to the whole dynamic website arena, and DBs for that matter. Im using MySQL 4.1
Im putting together a site, and i want to let users set others users as their "favorites" and display this...
Im looking for something thats low cost yet reliable to host the beta version of my website. It needs to support MySQL/PHP, suggestions?
SO ive received some old hand me down code that i want to use, but I've avoided C++ for awhile now and have no idea how to do what i want to do
First off i have a union, and i want to pass this...
Im new to java, trying to print out this stream but i keep getting errors.
char[] input = new char[40];
String fileName = "input.txt";
File myFile = new File(fileName);
...
I have a page with several different themes. Each theme is a different CSS file. So id like to change the src of certain images on my page depending on which CSS sheet is being used. How do i go...
So what im trying to do here is pass a php var containing a series of html links to a javascript var on page load. The effect im going for is on button click the page changes the links on a certain...
using php requires a page refresh, id like for the user to only have to talk to the server once.
no not using frames of popups, just css box elements. Theres some html between some div tags that i want to be able to replace on mouseclick.
so im using this to replace the text in one of my CSS box elements
<script type="text/javascript">
function changeSrc()
{
document.getElementById("mid").innerHTML="stuff"
}
</script>
but...