Search:

Type: Posts; User: mdcloud; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,593

    looking for a donation script

    hello all.

    i have spent many hours searching for an out of the box solution to a need i have. i am doing a church site and they need to be able to take credit cards through authorize.net for...
  2. Replies
    1
    Views
    1,504

    extreme newbie questions. please help

    hey everyone. i am trying to set up a news form for a client. i have used php before, but in a very limited way with help of others. this is the first time out on my own trying to use it. what i...
  3. Replies
    3
    Views
    3,767

    yea i have not found much in my searching that...

    yea i have not found much in my searching that fit the bill. if you find what you wrote it would certainly be helpful. my php is pretty weak so any head start would help.
  4. Replies
    3
    Views
    3,767

    site design and content managment tool?

    i am looking for a program that i can install for my clients that they can go through to create thier own website and to do updates once it is created. does anyone know anything like this. i have...
  5. that is definatly a start, i will give it a try...

    that is definatly a start, i will give it a try but i will still have to have 2 different pages which is what i was trying to get away from. on showing new users only and one showing all. that is...
  6. well i have a mysql database set up with a table...

    well i have a mysql database set up with a table called form in it. in that table i have columns for all of the things i ask. however i think i already have a way to show who is new, i just do not...
  7. sorry for the confusion. i will try to explain...

    sorry for the confusion. i will try to explain it more clearly.

    it might help for you to know what the site does. it is basicly a reservation system for classes. a client books a specific week....
  8. Replies
    2
    Views
    3,907

    vbulletin tutorial in flash???

    does anyone know if a flash presentation that can teach some of my newer users about the functions of a vbulletin board? really just the basics of posting a thread, updating profile, ect. i have...
  9. below is my listing page. you can ignore most of...

    below is my listing page. you can ignore most of that code, but i thought i would throw it in just in case.

    basicly we have people approved to come or not in a database field called Approved with...
  10. can php change a background color of a html form field?

    what i have is class registration. it is in weeklong sessions. on my admin area i have a drop down in a form. my admin user selects the class week to look at in that drop down. is there a way to...
  11. Replies
    2
    Views
    2,003

    heheh sorry. ok what my website does is...

    heheh sorry.

    ok what my website does is schedule classes that are a week long on health. what i need is a way to denote which week has new people registered that we have not looked at yet. the...
  12. Replies
    2
    Views
    2,003

    Is this possible in PHP

    hello everyone,

    i have a unique issue to work out and i am wondering if it is possible. what i have is a website that schedules classes. each class is a week. the way the admin area works is i...
  13. Replies
    3
    Views
    2,291

    thanks. i will give that a shot. thank you both...

    thanks. i will give that a shot. thank you both for your help. the ie6 thing is what was throwing me off i think. thanks for your input.
  14. Replies
    3
    Views
    2,291

    max-width help please

    i have been trying to get my page to size up in different resolutions. i came across the max-width command and it sounded very helpful but it doesnt seem to do anything. can someone explain? ...
  15. instead of a in the first row, use a ...

    instead of a <td> in the first row, use a <th> you can then assign width to that column
  16. Replies
    4
    Views
    3,310

    background image set as a percent?

    i have a background that looks like a piece of parchment paper. i want it to take up 90% of the screen regardless of resolution. is there a way to assign a percent to it in the body part of the css...
  17. Replies
    9
    Views
    4,250

    look at the line above that and see if you left...

    look at the line above that and see if you left out a ;

    could be the problem
  18. help with arrays -- how do they work and syntax.

    ok, i made a post last week about sorting on 2 varibles. i guess my code was too ugly to get a fix for so i went back to the drawing board. i think i know the concept i need, but do not know much...
  19. Replies
    5
    Views
    2,823

    can no one help on this one? please?

    can no one help on this one?

    please?
  20. Replies
    5
    Views
    2,823

    the point is i want to filter the results i get...

    the point is i want to filter the results i get from the date search.

    what does the escape string do? i am very new to all this, so you will have to forgive my ignorance.
  21. Replies
    5
    Views
    5,410

    hmm. thanks for the input. i am kinda new to...

    hmm. thanks for the input. i am kinda new to all this, but i will give it a go with the div tag.
  22. my bad dude. i was just trying to help.

    my bad dude. i was just trying to help.
  23. you can use javascript to call different css...

    you can use javascript to call different css files based on browser. i use that for resolution like this


    <script language="JavaScript1.2">

    if (screen.width==640||screen.height==480)...
  24. Replies
    5
    Views
    2,823

    any one know how i would take the output of the...

    any one know how i would take the output of the first while and add a second to just those results?

    brent
  25. Replies
    5
    Views
    5,410

    i do use style sheets. i have tried to use...

    i do use style sheets. i have tried to use percents on some things, but for instance i have a nav bar. it is pics. a pic is x amount wide. i have many things positioned absolute. how do i get...
Results 1 to 25 of 51
Page 1 of 3 1 2 3