|
|
| |||||||
| roScripts related discussions If there's anything that you hate, love or wish seing please say it here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Aug 2008
Posts: 2
Rep Power: 0 ![]() | Hi if i use the checklogin function its denies ALL access to the page |
| | |
| Sponsored Ads | #1.5 |
| Sponsored posting Join Date: The beginning
Posts: lots
| Sponsored by... WM Media - Sell Your Website at above market prices!
|
| |
| | #2 (permalink) |
| Junior Member Join Date: Aug 2008
Posts: 7
Rep Power: 0 ![]() | Hi , pls help,i have some errors. Before showing u my errors i'd like to ask few questions: 1. Those 3 external funtions(checkUnique, randomStrings and vali_email), shud i create a "funtions.php" file for them? 2. Can i take the "checkLogin" function and paste at the top of "members.php"?. 3. In "register.php" i see this line: require_once('db.php'); is the "db.php" the connection script? i.e: <?php mysql_connect("localhost", "$username", "$paassword")or die("cannot connect"); mysql_select_db("$database"); ?> 2. Again where it is "localhost", do i put my website url or leave it as it is..im using cpanel to create my database and tables. Now these are the errors i've got: Firstly my register.php always comes with the error msg: There was an error in your data. Please make sure you filled in all the required data, you provided a valid email address and that the password fields match And when i try to input the values (username,password and email address) here comes the error msg: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/statson/public_html/test/functions.php on line 7 The "funcions.php" is where my checkUnique function is. The above error msg happened just after i've solved an error which pointed to this line: function checkUnique($table= 'users', $field= 'Username', $compared= 'Username') As u can see what i've assigned to the fiels"$table","$field","$compared", just did it with the hope that it was gonna fix the error. Can u please help me, having a deadline for this tuesday. Thanx |
| | |
| | #4 (permalink) | |
| Junior Member Join Date: Aug 2008
Posts: 14
Rep Power: 0 ![]() | Quote:
| |
| | |