Jump to content

OriginalBoy

Members
  • Posts

    93
  • Joined

  • Last visited

    Never

Everything posted by OriginalBoy

  1. Right basically I am having a real big problem trying to learn PHP. I just don't seem to get how and why things happen. What is the best and quickest way to learn? And is there any sites/books you recommend.
  2. Ok then. Surely there must be a tutorial on the whole of the web that will show me how to make a profile system with my user system?
  3. ^^^^^^^ did not really explain how to do it :-\
  4. Does anyone have any good links?
  5. No I just need it so I can add a shoutbox or a comment system so I can then ask questions if I have a problem desiging there website and also a little place where I can update progress.
  6. Hey, Could anyone point me to a good tutorial to make a profile system. I have basic knowlege of PHP and have already made a user system. Thanks, Steve
  7. Can anyone help me with this?
  8. Right basically I have made myself a user system. Now I need there User CP to be accessible to myself so I can add messages and questions and they can then view it in there User CP. I just need telling what to do what is needed and then I can make it using tutorials. I hope someone can help. Thanks, Steve
  9. great thanks! I need a lil more help with another project which is basically finishing off for me. If your interested as u seem like a competent programmer please add me on msn @ steve@whitepixeldesign.com
  10. Parse error: syntax error, unexpected $end in /home/stevehyd/public_html/viewcomment.php on line 70 I am now recieving that?
  11. oh well i forgot...can anyone tell me why it dnt work?
  12. Ok so I have this code but it does not show anything? www.whitepixeldesign.com/viewcomment.php *Password is * because i dnt want u to see it * <?php //mysql details $host="localhost"; // Host name $username="****"; // Mysql username $password="****"; // Mysql password $db_name="****"; // Database name $tbl_name="comment"; // Table name //connect to mysql mysql_connect("$host", "$username", "$password")or die("cannot connect server "); mysql_select_db("$db_name")or die("cannot select DB"); $sql="SELECT*FROM $tbl_name $result=mysql_query($sql); while($rows=mysql_fetch_array($result)){" ?> <table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC"> <td><table width="400" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF"> <td>ID</td> <td>:</td> <td><?php echo $rows['id']; ?></td> </tr> <tr> <td width="117">Name</td> <td width="14">:</td> <td width="357"><?php echo $rows['name']; ?></td> </tr> <tr> <td>Email</td> <td>:</td> <td><? echo $rows['email']; ?></td> </tr> <tr> <td valign="top">Comment</td> <td valign="top">:</td> <td><?php echo $rows['comment']; ?></td> </tr> <tr> <td valign="top">Date/Time </td> <td valign="top">:</td> <td><?php echo $rows['datetime']; ?></td> </tr> </table></td> </tr> </table> <BR> <?php mysql_close(); //close database ?>
  13. the array stuff is because i was testing something. U need to enter a valid zipcode 12345. I am talking about the main form.
  14. No it just does not even check anything and continues onto the next page. you can check it out at carloanautocredit.com (please excuse no design we not got to that yet lol).
  15. Hey, I created this form validation and it does'nt work at all! Wondering if someone can help me. The code can be found at http://pastie.caboo.se/175645 Its near the bottom like 542 it starts. Thanks, Steve
  16. to upload, mysql_query("INSERT INTO example (id, p_date, content) VALUES(null, NOW(), 'whatever' ) ") or die(mysql_error()); What would go in the 'whatever' ?
  17. Do i need to make a new file or add it to an existing one? That's just how you fetch the information include it in your current file and use variables to store the information and display it only whenever you need it. If that makes since? The point im trying to get to is where do i add the code i made the table in PHPmyadming now I keep getting a load of code but have no idea what to do with it and where to add it.
  18. Do i need to make a new file or add it to an existing one?
  19. But how do i get the code from the table i created in PHPmyadmin??
  20. Hey, I have set up a mysql database with a date feature. I need this date feature to work so when it is submitted it will show the date it was submitted. Everything is done apart from this so I am very keen to get it finished. I made the table in phpmyadmin and now I do not know whats next. If its to complicated to explain in a post feel free to add me on msn steve@whitepixeldesign.com. Thanks
  21. Depens on the company but experience helps
  22. it's stupid there just accepting some bad quality site for a cheap price
  23. Yes try making it in ie.
×
×
  • 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.