Search results

  1. konekt

    help w/php mail

    Here are some troubleshooting points from the API: SUBJECT: This must not contain any newline characters, or the mail may not be sent properly. ADDITIONAL HEADERS: Note: When sending mail, the mail must contain a From header. This can be set with the additional_headers parameter, or a...
  2. konekt

    PHP/MySQL

    Every time a script is loaded all the variables are as they were when you first coded it (reset).
  3. konekt

    RAte my SIte....

    The background and gradients on your buttons are very tacky. The outline on the buttons screams 1999. The layout is fairly coherent, but the color scheme screams "GO TO SLEEP". Not a bad effort, but questionable design decisions. 4/10
  4. konekt

    Need a Suggestion

    You can include one in the other and just send the variables via function. If you do this, it won't matter where you validate.
  5. konekt

    PHP recent news

    If you don't mind fiddling with MYSQL you can have the page load the first 'x' number of news columns from a database. You can then manually add the news you want featured to your MYSQL; you can also make some sort of CMS that adds the news to the MYSQL database without direct MYSQL-coding (i.e...
  6. konekt

    Safety?

    I'll be honest, I understood about 20% of what you want. From what I gather, you want to have a file with password data in it and that puts forth code, but can not be seen by outside browsers. The first possibility is PHP, which doesn't render it's code on the site, but can still be- through...
  7. konekt

    GFX-Cage Is Back!

    I hope you do not take this the wrong way, because I sincerely thought this would help. If you are serious about this forum, and want people to join, you need a more official approach; for the most part, the latter has been accomplished but a big detraction is lack of formality and proper...
  8. konekt

    Check Screen Resolution With PHP

    Yeah, you are right, I apologize. It's been a while since I've had to do something like this, and I remembered the latter attempt working. If anyone is looking for a reason why this is, it is because the php is calling the JS which is doing the outputting. The echo statement is not doing any...
  9. konekt

    Check Screen Resolution With PHP

    You'll have to forgive me for not seeing the difference between the two. Outputting a variable is having the information and variable. He can use the outputted information like any php variable...
  10. konekt

    Check Screen Resolution With PHP

    This gives your width screen width (not document width): http://konekt.x10hosting.com/test.php
  11. konekt

    Check Screen Resolution With PHP

    It will work, I tried it out.
  12. konekt

    I need get the server time

    There are many ways of doing something like which you have described, but it will all depend on the specifics. Are you loading a new page every 24hrs? If so you may want to consider Cron Jobs. Do you need a page loaded between certain times? If so, what are those times? If, say, it were...
  13. konekt

    Check Screen Resolution With PHP

    This will give you the width: $width = " <script>document.write(screen.width); </script>"; You, however, can not manipulate width by manipulating that variable (and you shouldn't be changing screen sizes anyway).
  14. konekt

    I want use file instead databases

    I would strongly argue with this. When storing data in files you have to take up a lot of O(n) time writing your own algorithms to sort and shift through the myriad of information. With databases, most of this work is efficiently taken care of. You don't need to do traversals to find a specific...
  15. konekt

    Create Rounded forms in html

    Your Java question was answered, and yes it can. I really have no idea what you're asking with the forms... you want to style a form to have rounded corners? The text box to have rounded corners? I'm a little lost... I also don't know what you mean by full URL. Do you not want it to be like...
  16. konekt

    Will Do Web Design Work For Credits

    A few things you might want to clean up on your site before offering services: The theme selector doesn't work in FF. On the order tab it says to click the button below... I see no button below. Also, resizing windows is a big no-no in design. I don't think I've ever continued my visit on...
  17. konekt

    Basic Ruby Question

    You should not need anything supplemental to code Ruby. I would make sure it is properly installed on the server.
  18. konekt

    I want use file instead databases

    Sure, but be ready to do a lot of encryption. The easiest way I can think of is a .txt file with complex encryptions and hashes on the user data. The encryption is necessary because, even with protection, it is relatively easy to access read-files such as .txt.
  19. konekt

    learn php

    Three of the best php information sources on the web are w3schools, php.net, and tigzag. I still refer to tigzag's tutorials from time to time. When it comes to actually learning from the tutorials, what I would recommend you do is start coding practice programs that interest you but...
  20. konekt

    Banner/Image needed -=- upto 800 credits awarded

    Well... if you're accepting designer input ;), I'll throw my hat in the ring. I think- and I accept the risk of vanity with this statement- that both designs are undoubtedly very well thought-out and "professionally" put together. Each has its strengths and weaknesses. Besides the question of...
Top