No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Just a few days ago I was actually re-installing my webserver...thanks to a php virus due to poor security >.< I installed Fedora 12, never have I been so aggravated by a Linux OS ever. So I downloaded and installed Ubuntu, Installation was a breeze. Running SUDO commands actually work, …
Hi I realize this thread is kind of old, but hopefully someone will be able to help me. I am currently working on a photo portfolio site for a client, however I am trying to do it with AJAX and as I am still very new to AJAX. I am …
Hey everyone, I'm having a little trouble with creating a 'dynamic' calendar with events called from a MySQL database. So basically I would like to have the Month automatically change when the month changes, and highlight the days which have events scheduled, and make those days links to my thickbox …
Oh I have done something like this. What I ended up doing was I made a separate AJAX javascript. Then at the bottom of the AJAX JS I added a function set. What this does is it pulls the "values" of input/textarea fields even if they're hidden and adds them …
Ok what I am trying to do is submit changes. I have all the information being collected. I'm just having trouble with the proper query to run. I currently have: [CODE] $sql = "UPDATE anime_list SET anime_name = '$animename' rating = '$rating' episodes = '$episodes' WHERE id='$id'"; $result = mysqli_query($dbc, …
Hey everybody. So I am just trying to write a script to delete a row in a MySQL database. Unfortunately I seem to have something wrong...even though I don't get any errors. Here is a snippet of the code on the page to send the request: [CODE] echo "<tr><td width='138px' …
Another option for if you wish the keep you links inside the "echo" [CODE] echo "<A href='Carscript.php'" . "onMouseOver='SwapOut(" . $name . ")'" . "onMouseOut='SwapBack(" . $name . ")'" . "onclick='func(" . $name . ")'> " . "<img border='0' name='" . $name . "' src='" . $fix_name . "'/>" . …
Hi everyone. I am trying to figure out if it's possible to write a PHP or JavaScript that changes the background image every time the browser refresh button (or F5) is pressed. I haven't seen it done this way, however I have seen it done for banners and other images. …
Hi I am trying to write a script that puts a Horizontal Line between MySQL query results but doesn't show up after the last row. eg: First Line ---------------- Second Line ---------------- Third Line I'm using PHP, MySQL and JavaScript AJAX. Don't know if that's relevant for this instance or …
Hi ok this is what I'm trying to achieve. I have a page that loads a youtube.com video and below that video is a comments section. The video section is it's own DIV section and so is the comments. The submit new comment sits outside the DIVs. Initially the video …
Is this still unsolved? If it is I may be able to re-write the code so it works and is fully AJAX. But if it's solved I don't want to waste time. LoL
I looked around for a solution on the site but I couldn't find exactly what I was looking for so... On my website I have a Table with 2 columns, each column has a DIV in it. How can I make it so that each of the DIVs take up …
Hi everybody I am building a website but having some trouble figuring out the right way to achieve my goal. Here is what I have currently: [CODE]<div id="Header"><div id="Banner">Business Name*<br><br><br><br><a href="#"><span class="style3"><strong>Home</strong></span></a><a href="#"><span class="style4"><strong>Portfolio</strong></span></a><a href="#"><span class="style5"><strong>About Us</strong></span></a></div></div>[/CODE] Each of the styles have margins set to position them over the Tab …
Hey everybody. I am quite interested to see what this place has to offer. I just started a business designing websites, and am in the process of teaching myself AJAX, JavaScript, Ruby on Rails. I came across this forum when I was stumped with as to how to get data …
Hi I am working on a website, that has 2 JavaScript elements. I have a post in another thread about loading content into a HTML DIV, I have that partially working. Doesn't work from a link yet. Does work on initial page load. Ok my problem is: I am using …
The End.