No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
hai, can somebody help me, how to change root password for mysql in CPANEL? i tried to put my website online, but it send message : Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/akmajuco/public_html/_class/cms_class.php on line 9 Access denied for user 'root'@'localhost' (using password: YES) …
yes, u should, its better have a session of username in order to direct specific user to specific page. example like this code. this code is for admin. [CODE] <?php $username = $_POST['username']; $password = md5($_POST['password']); if($username&&$password) { $connect = mysql_connect("localhost","root","") or die("mysql error"); mysql_select_db("databse") or die("DB ERROR"); $query = …
try this, this will print out all the email. [CODE] <?php require_once("../db.php"); //delete $id = $_GET['emailID']; $query = "SELECT * FROM `clf_email`"; $result =mysql_query($query) or die("Error: ". mysql_error(). " with query ". $query); $sql = "DELETE FROM $t_email WHERE emailID = $id"; $result = mysql_query($sql); ?>[/CODE] do you have search …
hello, i'm very dull at js, so i hope you guys can help me. ok, i have create a prompt box that will ask user to enter a password, and this prompt box will take user to secured page. [CODE] <script type="text/javascript"> function show_prompt() { var name=prompt("Please enter your password","Fill …
hello, need help from you guys. ok, i have create a prompt box that will ask user to enter a password, and this prompt box will take user to secured page. [CODE] <script type="text/javascript"> function show_prompt() { var name=prompt("Please enter your password","Fill Here"); if (name!=null && name!="") { location.href="index.php"; } …
Hello, i have create a form for uploading file and it's works, but i dunno how to make people can download it.i hope someone can helps me..
just improve your html,php,javascript and css.. but everything is lot easier if you improve your skill in php,there a lot more to learn..try [url]www.phpacademy.com[/url]
try create a form to register and put 3 textfield for username,password and redirect pages, same as your column in the mysql table. just insert the data and try login. After that,put header. This is really simple. give it a try and think creative.
The End.