Search results

  1. R

    Php

    Thanks, I am pretty new to PHP, my PHP5 Book and all it showed was the Header thingy... I got the calculatator from that book, I am just glad I remember it all now, I've been deleting the files and then redoing them for the sake of memorizing...
  2. R

    Php

    Alright if (($_POST[val1] == "") || ($_POST[val2] == "") || ($_POST[calc] == "")) { What goes in here??? }
  3. R

    Php

    Alright, I wrote this calculator program and it's working now, but how can I do it instead of a using a header("Location: index2.html"); exit; ??? I want to write all of the codes inside of one PHP Script, named index.php, I tried it the same...
  4. R

    Closing Threads

    Well, nobody is replying, so I figured, mine as well not keep them hanging around, They're taking up space..
  5. R

    Closing Threads

    Hey, can somebody close all of my threads including this one?? I don't think I have enough powers to close my own, I looked in my subscriptions, is there any option in there where I can close them??
  6. R

    MySQL Help, can somebody move this thread if it does not belong here

    Thanks, I installed Apache 2.2.x and then PHP, but, PHP kept throwing an error about something about line 127 having a Syntax Error and can't complete installation..
  7. R

    MySQL Help, can somebody move this thread if it does not belong here

    Oooooooooooh, thanks, I had no idea, so I just need to install Apache2 then??? And then that'll compile PHP Source???
  8. R

    MySQL Help, can somebody move this thread if it does not belong here

    I have just installed MySQL on Windows and cannot find the Document Root, where would that be??? At least if I write some PHP Codes, I can do it offline before I upload then, thanks for the help..
  9. R

    Extra Information is appreciated

    Check this out.. http://obgpaintballing.x10hosting.com/index2.html Anybody else know what I can do to that Form??? Any extra help would be awesome...
  10. R

    x10hosting.com

    I don't know where to put it, there isn't any forum posts for x10hosting.com itself..
  11. R

    x10hosting.com

    Thanks, it's been saying that since last night..
  12. R

    x10hosting.com

    I am having some problems with my site connecting... It keeps saying that it's failing to connect to the remote server or something, my account isn't suspended, so I don't know why it's saying that..
  13. R

    HTML Frameset

    Thanks, that makes sense, I am going to use main.html as the right side for the results.. That was quite helpful, I almost thought I had it figured out, now I know I for a fact I do... So, I only need just a leftside.html and index.html file then?? I was thinking I need at least 3...
  14. R

    HTML Frameset

    Ooooooooooooh, thanks thanks thanks, that helped... Edit: Alright, I have the two frames working, how do I make so when a Link is clicked it shows it on the right side??? Is that using <iframe src="filename.html"></iframe> ??
  15. R

    HTML Frameset

    Hello fellow html editors, I am trying to work on Frames here I have an understanding of: <frameset cols="25%", 75%"> <frame src="LeftSide.html"> <frame src="RightSide.html"> </frameset> I used for Frames, but I typed it in how the tutorials say, but for some reason it's still not working...
  16. R

    Graphics Design

    Is tut short for tutorial?
  17. R

    Php

    No, when you hover the mouse over the "Main Menu" it'll drop down showing the Sub-Menu Items
  18. R

    Php

    I have asked this question a few days ago or whenever, but, I can use a Menu in HTML and CSS, is there anyway I can give that Menu a Unique ID, such as and use a mouseover effect in PHP??? I really don't think I can, I looked in my PHP book and couldn't find nothing, maybe PHP doesn't support...
  19. R

    Graphics Design

    Thanks, I'm actually looking for Pong type Paddles, I want to write a newer style Pong and have the paddles change colors as they move =)
  20. R

    Graphics Design

    Anybody here good at Graphics Design and willing to help with no charge, I don't charge and don't expect it back, thanks.... I am trying to write a Pong Clone and would like a Sprite Sheet of the two Paddles, every other color so when I move the paddle up or down it changes colors, I really...
Top