Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~1K People Reached
Interests
FOOTBALL!!!
PC Specs
core 2 duo 2.6ghz window 7
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for amie900218

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) …

Member Avatar for amie900218
0
251
Member Avatar for jacob21

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 = …

Member Avatar for riseguim
0
235
Member Avatar for simirnov

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 …

Member Avatar for simirnov
0
267
Member Avatar for amie900218

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 …

Member Avatar for McLaren
0
102
Member Avatar for amie900218

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"; } …

Member Avatar for amie900218
0
130
Member Avatar for amie900218

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..

Member Avatar for amie900218
0
119
Member Avatar for rkayd

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]

Member Avatar for diafol
0
222
Member Avatar for gazzy1

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.

Member Avatar for amie900218
0
160

The End.