Jump to content

designedfree4u

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

designedfree4u's Achievements

Member

Member (2/5)

0

Reputation

  1. Ok let me give more details so maybe someone can steer me in the right direction. I am broadcasting a radio station and I have minimal bandwidth. However, I have multiple computers on different ISP’s plans, which means more bandwidth. “Don’t ask” So, my question is, how I would display a visitor connection to each public IP address so that the listeners can choose the connection with the least listeners so that they get a better connection? Hope this helps, I’ve been following this forum some time now and appreciate all you guys do. Thanks, Jay
  2. How would I display a count of connections to a certain ip address. Is this php, Java? Thanks, Jay
  3. I have a webcalender that outputs html pages when updated. Within one of those pages is a table that is a mini calendar. What type of code would I use to grab this table and display in on my index page? Currently I go into dreamweaver and copy and past the "mini calendar" into my index page, but it would be nice if it update when I generated those html pages when updated my calendar. I don't think I can use an iframe because there is alot of other stuff on the html page than just the table I need. Thanks for the help, [attachment deleted by admin]
  4. Thank you for your help guys it seems it was a comment that was messing up <---!
  5. My Website not showing in IE but shows in FF. Just shows the background in IE. http://www.tastygrilling.com/ I'm using IE7 Thanks.
  6. How do I load database content last. Right now I'm getting images from a database and they are loading first, which takes a while. How would I load this content last in my web page? Thanks,
  7. Ok I did what you said and still nothing, I set the bk image: background-image: url('http://www.ratethepresidents.com/Layer-1.png'); And everything is contained in: <div id="Layer-1" > Thanks for the help.
  8. Any idea why my web page height is so long? http://www.ratethepresidents.com/Abraham-Lincoln.php Thanks,
  9. Thanks allot guys, I really appreciate it.
  10. Is there a way in css to make a div position a certain way were everything else will scroll behind it. example:checkout the navigation on this. Example: http://guerrilladigital.cc/portfolio.php or is this java or somthing? thanks,
  11. well we are getting close. yes it adds the number 1 to that field but i want it to add 1 for every entry. Thanks for the help.
  12. I'm pretty new at this, here is the intire code. i added the new var, like you said, but i'm having trouble incorporating it into my code. $counter = 0; $counter ++; Intire code: <?php $con = mysql_connect("localhost","******","******"); if (!$con) { die('Could not connect: ' . mysql_error()); } $counter = 0; $counter ++; mysql_select_db("jaybirdf_contestvote", $con);$sql="INSERT INTO Jason (email,count) VALUES ('$_POST[email]','$_POST[count]')";if (!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); } echo "1 record added";mysql_close($con) ?>
  13. How do I add a number to a certain field? I want to add 1 number to every entry into the field named count ('$_POST[email]','$_POST[count]')";if (!mysql_query($sql,$con)) I tryed: but doesn't work ('$_POST[email]','$_POST[count ++]')";if (!mysql_query($sql,$con)) Any help? Thanks
  14. I'm trying to make a scrollable area that contains Php. I tryed: <form name="form1" method="post" action=""><textarea name="textarea"> <?php echo "<img src='http://jaybirdfolio.com/News%20Template/TodaysNews/MainNews/mccain.gif'>"; ?> </textarea> </form> But it just gives me text with in the box. How would i create a scrollable php area? Thank You
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.