Jump to content

ryanfilard

Members
  • Posts

    252
  • Joined

  • Last visited

Everything posted by ryanfilard

  1. Lighter gradient in the logo
  2. Yes you can.
  3. How would I make a script to Create Temporary TXT file on load
  4. Everything is great but the logo could be easier to read.
  5. Try This: <?PHP $t = echo '<a href=\"../'.($r['accounttyperaw'] == '') ? 'c' : 'u'.'/'.($r['accounttyperaw'] == '') ? $r['companytag'] : $r['feedusername'].'\">'.ucwords($r['feedfirstname'].' '.$r['feedlastname']).' has updated</a>'; ?>
  6. Thank you
  7. What is the maximum amount of records in mysql if there is one?
  8. How is the style of my website? Do you like it? I had someone from this forum touch it up a little. http://www.ryanweekly.com
  9. I fixed everything but the Verify Script I don't think there are any more issues beside SQL Injection
  10. How do I make a verify script for my website. After a user registers they have to verify via email link https://www.ryanweekly.com/register.php
  11. mysql_query("SELECT * FROM yourtable ORDER BY id DESC")
  12. Did you try the "ORDER BY id DESC" It works here: http://ryanweekly.com/user/index.php?p=ryanweekly
  13. Try This: $f_q = mysql_query("SELECT * DISTINCT thread FROM jos_kunena_messages ORDER BY id DESC");
  14. My email is ryanweekly@gmail.com what is really bad please email me
  15. It is great! I did not see any problems with your website.
  16. Try this: body { text-align: center; }
  17. Try NeoLoad It worked for me.
  18. It is because the div is automatically readjusting itself.
  19. I use this: <?php $link = mysql_connect("localhost", "myuser", "mypass"); mysql_select_db("login_system", $link); $result = mysql_query("SELECT * FROM users", $link); $num_rows = mysql_num_rows($result); $totalone = $num_rows ; echo "$totalone"; ?>
  20. How would I become a global moderator for the forum?
  21. header("location:yourpage.php"); it should redirect you. Here is the redirect code in html <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourweb.com/index.html">
  22. I am running my own sever with cpanel
×
×
  • 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.