Jump to content

genu

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by genu

  1. Hi, please help me log into this website with the Snoopy class. I have tried with no success, That might be because of my little understanding of the class. Here is the link to the class: [a href=\"http://sourceforge.net/projects/snoopy/\" target=\"_blank\"]http://sourceforge.net/projects/snoopy/[/a] the website im trying to log into is [a href=\"http://www.royouth.com\" target=\"_blank\"]http://www.royouth.com[/a]. help is appreciated
  2. How do I make it so that a person can click a button, and form elements are dynamically added to a form. For example, there is a text box, and a button. When they click the button, a new text box is added everytime they click it. I looked everywhere for a javascript example, but wasnt able to find one.
  3. ok thanks that worked
  4. Hi, I have this setup: [code]     while($row = $mysqldb->fetchObject()) {         $today = time();         $date = $row->startdate;         $d = split("-",$date);         $date_seconds = mktime(0,0,0,$d[1],$d[2],$d[0]);         if ($today > $date_seconds) {               //DO SOMETHING [/code] but the end result is this: http:genuchelu.redirectme.net/youth.php Before this query I have a query to extract all the article for that day, and this I have the query above to extract the articles from the past. After the current day articles are extracted, for some reason, query above starts extracting the past article STARTING with the current date. WHY IS THAT? I specifially put to be ">" as in to extract everything smaller, not ">=". any help is appreciated. this is my first time usage of these type of functions.
  5. [!--quoteo(post=347623:date=Feb 20 2006, 10:12 AM:name=ChrisDarl)--][div class=\'quotetop\']QUOTE(ChrisDarl @ Feb 20 2006, 10:12 AM) [snapback]347623[/snapback][/div][div class=\'quotemain\'][!--quotec--] Flash? [/quote] I cant use flash, because the data is extracted from the database via php.
  6. [!--quoteo(post=347391:date=Feb 19 2006, 11:07 AM:name=AndyB)--][div class=\'quotetop\']QUOTE(AndyB @ Feb 19 2006, 11:07 AM) [snapback]347391[/snapback][/div][div class=\'quotemain\'][!--quotec--] Guess what? You're the only person on the planet that can connect to [a href=\"http://localhost:8080/youth.php\" target=\"_blank\"]http://localhost:8080/youth.php[/a] Personally, I'd use Google and search for a simple javascript 'show/hide' script so that the div containing the news is either visible or not. Why your javascript/CSS doesn't work in some browsers is because your choices of js/CSS don't work in all browsers. [/quote] im sorry...try genuchelu.redirectme.net/youth.php what else can I use other than JavaScript, to get the same effect?
  7. HI, I am using PHP to get the articles from a database, and then JavaScript and Css to truncate them to a certain height. When they Click Read More...That article would expand to show the whole thing. Here is what I have so far: [a href=\"http://localhost:8080/youth.php\" target=\"_blank\"]http://localhost:8080/youth.php[/a] I notice that the JavaScript or CSS is messed up in Firefox...why is that, and how do I fix. Furthermore...how can I make it so that the once they click "Read More", it turns in to "Read Less" and when they click "Read Less", it woul again truncate the descripiton. thx in advance
×
×
  • 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.