Search found 387 matches

Search found 387 matches Page 4 of 39
by Mark
Tue Sep 01, 2015 2:32 pm
Forum: Help & Support
Topic: table help
Replies: 6
Views: 3551

Hi that worked but is there anyways that i can put only so many per line?
by Mark
Tue Sep 01, 2015 2:14 pm
Forum: Help & Support
Topic: table help
Replies: 6
Views: 3551

Hello, Im needing some help please i want my table to displat like this Mark Mark Mark but at the moment its going like this Mark Mark Mark Can anyone help me please this is the code i have for them to go like Mark Mark Mark <?php $query = mysql_query("SELECT * FROM users WHERE online='1' ORDER...
by Mark
Thu Aug 27, 2015 2:29 pm
Forum: Help & Support
Topic: Access Pages
Replies: 3
Views: 2699

Hello, Got that sorted thanks. One more thing how do i get this in to a table so it displays the records along the way? <?php if( ($user_level != 1) && ($user_level != 2) ){ echo "You dont have access to this page sorry! Please register an account today to support the club <a href='regi...
by Mark
Thu Aug 27, 2015 1:19 pm
Forum: Help & Support
Topic: Access Pages
Replies: 3
Views: 2699

Hello Codenstuff,

I tried what you said and it didnt work lets everyone view the page

if i put this code

if($user_level != 2)

it lets people with user_level 2 view it but not with people with user_level 1?
by Mark
Wed Aug 26, 2015 2:35 pm
Forum: Help & Support
Topic: Access Pages
Replies: 3
Views: 2699

Hello, I use the code below to allow members that have the user level 2 to view the page but is there away so that i can allow people with user level 1 to view the page aswell? <?php if($user_level != 2){ echo "You dont have access to this page sorry! Please register an account today to support...
by Mark
Wed Aug 19, 2015 3:46 pm
Forum: Help & Support
Topic: Under Construction
Replies: 1
Views: 2161

Hello,

Can anyone help me with a script for maintenance mode using mysql and php please?.
by Mark
Mon Jul 13, 2015 7:13 pm
Forum: Help & Support
Topic: Updating Records
Replies: 1
Views: 1961

Hello, I'm having problems with updating my records when i change from admin to member can anyone help me please this is my admin page code <?php if (isset($_GET['test']) && !empty($_GET['test'])){ ?> <table> <tr> <td width='150px'>Users</td><td>Settings</td></tr> <td width='150px'></td><td>...
by Mark
Thu Jun 25, 2015 3:33 pm
Forum: Help & Support
Topic: php username help
Replies: 2
Views: 2316

Nope i got that resolved. I'm having problems here this is the code i have <?php if ($username){ echo "<p>Hello, $username | </p>"; require("scripts/connect.php"); $query = mysql_query("SELECT user_level FROM users WHERE user_level='1'"); $numrows = mysql_num_rows($quer...
by Mark
Tue Jun 23, 2015 5:52 pm
Forum: Help & Support
Topic: php username help
Replies: 2
Views: 2316

Hello, I use this code to display my users [PHP]echo "<b>Select Username</b>"; $users = mysql_query("SELECT `id`, `username` FROM `users`"); while ($run_user = mysql_fetch_array($users)){ $user = $run_user['id']; $username = $run_user['username']; echo "<p><a href='start.php...
by Mark
Mon Jun 22, 2015 11:16 pm
Forum: Help & Support
Topic: line brake
Replies: 3
Views: 2891

how do i use that?
Search found 387 matches Page 4 of 39
Go to advanced search