Recent content by jrobert755

  1. J

    Free (Need to create long term, almost permenant team)

    i would like to help as well. the current problem now is that no one can get registration emails. your hosting account has basic php, and mail() is forbidden.
  2. J

    PHP textarea problems

    here is a working example: <?php $first_name = "test"; $last_name = "test"; $message = "Dear " . $first_name . " " . $last_name . ",\n\n We thank you for your purchase. Please allow 7-10 days for delivery. If you have any questions please feel free to email us at info@yourwebsite.com."...
  3. J

    ajax problem

    thanks guys for the help. and especially for changing from submit to a button. my script now works. :biggrin: and i will look into jQuery when i have more time. thanks again.
  4. J

    ajax problem

    here is my problem. i am creating a login script with html and ajax that will check if the information is correct. but, it is targeting itself instead of the intended webpage. how can i fix it. here is the code: login.php <html> <script language="javascript" type="text/javascript"> <!--...
  5. J

    Learning PHP

    do you mean behind? if so, try tizag.com its a great html, java, php, and php/mysql tutorial website
  6. J

    php mysql help

    yeah, like i said, uploaded to another hosting site i had before, fixed that problem, and it worked like a charm.
  7. J

    php mysql help

    changed my password (copy- paste error :mad:). didn't work, no error and no results tested it on a different host that i had before x10 and it works almost perfectly (need to work on css to get layout right though), and it got the data i wanted. its probably a restriction on the php on the server
  8. J

    php mysql help

    this is not working. it should get a list of values from a table, but it never does, and just stops running, displaying whats before it, and thats all (its in an include command on another page) could someone try to fix it? mysql_connect("localhost", "jrobert7", "password")...
  9. J

    Tutorial plugin for joomla

    sorry, wasn't thinking. ill install joomla and the script and try to fix the problem
  10. J

    Tutorial plugin for joomla

    under: <form name="adminForm" method="post" action="index.php">replace whats currently under the <div class="tutorials-fav"></div> section with this: <ul id="tutorials-fav-count-2" style="padding-left: 0px; width: 65px;"> <li class="tutorials-fav-star" style="left: 30px; width: 70px...
  11. J

    RuneScape.

    i have a members account and i play when im bored. the only problem is, i can only play it for a couple of minutes, then im bored again! the repetition in the game is crazy, and level grinding isn't that much fun. then you have all the people that are offensive or you cant understand unless you...
  12. J

    Why consoles are rubbish!

    consoles also have the advantage of being initially cheaper. they can also be modified (with questionable legality) so Linux can be installed and used. computers are more rounded, and easier to upgrade (consoles are almost impossible without getting the new version or a deep understanding of the...
  13. J

    PHP mail() function not working

    try this: $header = 'From: email address' . "\r\n"; $message= "whatever"; mail("whatever your email is (doesnt have to be real)", "subject of message", $message, $header);i just tried this and it worked. if it doesn't try going to your account panel, make sure its at intermediate php, and then...
  14. J

    cPanel theme

    yes, please give the option to go back to the old style. i liked it much better
  15. J

    Battle of the Browsers

    i prefer ff3 because of all the add-ons and extra security over the other unmentionable web browser. now to convince my family to swich, especially when microsoft lets viri in all the time
Top