Jump to content

R4nk3d

Members
  • Posts

    157
  • Joined

  • Last visited

    Never

Everything posted by R4nk3d

  1. R4nk3d

    Desktop SS

    like really? how many effin internet browsers do u need? haha. I got a i think either a 19 or a 20" monitor. i forget. LG. very nice and sleek. i love it. I want to get a dual set up so badly for this thing.
  2. Taco Bell/White Castle/McDonalds
  3. I'm guessing they are their own ISP because its not that hard to set up and why would they go through all those paying troubles when they could just set it up by themselves?
  4. R4nk3d

    Desktop SS

    Heres mine P.S. The desktop bg picture is of homecoming this year at a friends. The two guys on the right with black and red are me and my friend. Im the smaller one (black shirt, red tie). [attachment deleted by admin]
  5. I do agree that when your 14 you can't be too good of a coder. I'm not a great coder but I have learned a great deal in these past 4 months out of the 9 months i've been learning PHP. I get so stressed out sometimes when things aren't working how I plan them to kindof like right now. Mostly just SQL that gives me problems when I cross script PHP and MySQL, but yeah. It's definately the trade everyone is wanting to learn now a days. But I am definatly still learnin a good deal of things from here and many other sites. I think im doing good so far for teaching myself and experimenting with php instead of having someone teach me it. But i hope to be as good as some of the others on this site soon. :)
  6. This doesnt exactly have to do with PHP more HTML, but i am not exactly sure how to do it. Look at the $_SERVER variables i think is ur best bet.
  7. Ah, ok. Thanks! That really helps me understand the coding of it.
  8. Ive always wanted to know how to make these so when i type or bold. Does anyone have a link to a tutorial on how to make these?
  9. Nevermind! Got it! Thanks
  10. Hi, i have a website made out of all divs, no tables. the layout is like this: ------------------------------------ | Header | ------------------------------------ | | | Context | | | |----------------| But what i need to do, is get the context area in the center of the page/center under header. i have tryed every way i could find on here, but it still doesnt work. im using css/html so if you could help id really appreciate it. any ideas are appreciated. thanks.
  11. I think that the lines: $query = mysql_query("DELETE FROM `1in` WHERE CONVERT(`1in`.`Type` USING utf8) = '$type' AND CONVERT(`1in`.`Batch` USING utf8) = '$batch'") or die(mysql_error()); if(mysql_num_rows($query)>0) { include("in1delup.php"); } The $query line shouldnt have the actual mysql_query command on it, just the "DELETE FROM....". Cause right now, ur deleting all the rows, then asking if there are any left, so of course there wont be, u just deleted them. I dont know if im right, someone else needs to confirm this.
  12. www.colorpicker.com thats what i would use for scripting when i scripted games and didnt have a color palette.
  13. I agree with you Project, that looks very helpful. All of the other ones I've seen just gave you the code and don't explain how to do it. I will look at this again as soon as I come home from school. Thanks!
  14. Yeah, I am quite young. I teach all the seniors in my computers in my class what to do since I've already finished every assignment for the semester and it's only the first half of the quarter so I have about 12 weeks to do anything I want in class for an hour. But I started coding when I was only 11 and I'm one of the smartest people in my school when it comes to computers, especially coding. I'm also glad to see that there are a lot of other young people on the forum.
  15. Ok, so I'm trying to complete this task: Use PHP to extract info out of a mysql database and display it on the page --- Check! Use JS to allow the user to change the order of the information displayed --- Need Help Then save the order theyre in and change the id of the item so it is now sorted correctly and saved into the mysql database --- Need Help I have been searching everywhere for the drag and drop codes but I am not able to find anything that shows me how to do it. I think after I get the drag and drop part I will be able to get it into the mysql database myself. If you guys could please give me a link to a good tutorial or show me how to do it on here, I would greatly appreciate it.
  16. Ok, well, I'm 14 years old, I have been active in computers for about 5 years now starting when I was nine when my uncle first taught me a lot about them. I have known HTML for about 2 years now and i started PHP about 7 months ago. I also know sql, js, and css. I am looking to go to [url=http://farmingdale.edu/]Farmingdale State College[/url] of Long Island, New York. I am hoping to get my Masters of Science so I have that for computer programming and then my Associates or Bachelors Degree in Art and Design for web/application design. I'm currently in a relationship right now. I also live in Southeastern, MI, US. I'd love to do some coding for you, so please just message me or e-mail me at [email protected]. Thanks. :)
  17. This is a great idea and this would help me a lot. But siddscool does have a good point. =/
×
×
  • 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.