Jump to content

otha

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

otha's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. otha

    How to?

    Thanks for the input. I will have to work on that idea and see where it leads me.
  2. otha

    How to?

    Point noted and taken.
  3. otha

    How to?

    I had intended to allow inlimited text and images with access to a primative calendar. The idea of a CMS doesn't really appeal to me because I don't get any education or sense of accomplishment from using "cook books". I don't mind getting a push in the right direction. I had thought there might be a way to do it in PHP but can't get by the fact that there seems to be no way to redirect a form after posting it.
  4. otha

    How to?

    I do a few web sites for social purposes. The one thing I find is everyone wants a web site, no one wants to contribute. A for instance would be my cub scout site, I want to be able to have the den leader input information and on a mouseclick send the file to my ftp host and forward that file to the site folder. Any ideas?
  5. Thanks folks, let me try that.
  6. In the following function all of the variables except $topOpen are assigned values in a form (method=post), the $offsetf is the name of a set of radio buttons, with top being one of the values. $desireda is also given a value in the form on a html document. <? function desfaceError(){ $topOpen= ($offsetf== top); if($topOpen) {$desireda = $desireda;} else {$desireda = -$desireda;} ; return $desireda; } ?> is the scope of the variables my problem, or am I asking for the wrong return value? If the scope is the problem how do I declare the variables global? or is that the right way to be heading?
  7. otha

    variable

    That is what I am trying to do but I get a parse error
  8. otha

    variable

    Anyone have an idea why this won't work as a variable <? $topOpen= if ($offsetf== top ) { echo $desireda  .'  Mils, Open at the top';} else { echo abs(-$desireda)  .'  Mils, Open at the bott.';} ; ?>
  9. otha

    variables

    Can a conditional statement be used as the assigning portion of a variable?
×
×
  • 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.