Jump to content

corylulu

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

corylulu's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. well first off.... are these dates entered seperately from day to month and to year? or do you just type in 01-01-2000 if you enter them seperately and want to have the outcome of just typing in 200? and getting it to post 2000-2009 then all you really need to do is make a function that takes in the year value, then run it through an if-else statement that asks if the variable is < 1000. and if it is have it run a For loop that muliplies it by ten and adding one to it 10 times until it gets to 2009. Each time it adds one have it posts all the posts that fell on that date and then continue adding. Once the loop is done you are set. as for the other part... im not sure what your asking
  2. corylulu

    div

    i recommend not doing a full site with divs... try to do the underlining information with table structures and then put the div's over that.
  3. HTML, CSS, Javascript and non server side computer languages cannot work a forum, visually it can put things together but PHP and ASP are what do all the math and saving of information, usernames, passwords, checks content, posts contents and all that good stuff...
  4. and if you want it to move with the cell size... simply make the width and height percentages instead of px's
  5. I was actually planning on doing a bit of developing for facebook as well... just for utter practice... what did you have in mind?
  6. thats what i am hoping to do, i mean i have read a total of 1 PHP/MySQL book and now am working on a just PHP book, but in order to really know these languages you have to see them in use.
  7. MySQL is gonna be your help in this. creating series of subfolders is gonna make the code extremely complicated and have to be altered by which folder you are already in.
  8. Do you have the full function for the code available so we can see any other underlining problems? If you wanna just avoid the issue and put a little disclaimer, yours should do, but in sakes of learning the problem and avoiding it from happening again, i think we should look for a conclusion.
  9. awesome... well it looks like you guys got a new regular member
  10. Okay, so right now I have a page that I am trying to build, a piece of a much larger one, but heres what it needs to do. I have 3 IFRAMES set up that all have individual names all on the same page. on top of those 3 IFRAMES is a form that submits a URL to the IFRAMES with a drop down box to select which IFRAME to send it too. My problem is although, I have no way to store what page the IFRAME are on when they are brought to a new site, so when sumitting the URL it will refresh the screen and lose the information from the other IFRAMES and bring them back to there default page or the page they were last changed too. So I am looking for a way NOT to refresh the screen and reset everything while still being able to submit the URL
  11. Okay, so basicly I know a bit of PHP and a bit of MySQL, but those two in particular are my main focus right now. I am very fimiliar with HTML, CSS, JavaScript, and a few other web programming languages along with non web languages as well. But basicly I want to know if this would be the forum to go to to really build my skill in PHP. Basicly I wanted to know if this was a community where everyone is kinda fimiliar with everyone else and helps get through problems or if this is just a forum where you see a post once and you forget it the next day.
×
×
  • 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.