Jump to content

timmy2

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

timmy2's Achievements

Member

Member (2/5)

0

Reputation

  1. A php book I was reading said I could make is so that all the php error's get sent to my email. I dont have the book anymore but was wondering how to do it?
  2. Is there a way I can have php in css?
  3. Q2. I would define it Group1 (table1, table2, table3);
  4. Ok I'll try again I define 20 groups. In each group there are 3 tables php or mysql counts all the rows in one group (3 table's) each group echo's something diffrent the 4 groups that have the most row's echo the things I've defined.
  5. I have 5 pages footer.php, header.php, sidebar.php, login.php and index.php When the page is on login.php I dont want to display the login link however my code's not working Sidebar.php <?php $coologin = 'login.php'; if ($_SERVER['PHP_SELF'] === $coologin) { ?> <?php } else { ?> <h2><a href="#" onclick="toggle_visibility('login');">Login</a></h2> <?php } ?>
  6. I don't know how to do this Basicly I want to have 20 groups of 3. Php or mysql adds all the rows in each group I define the groups from table's eg.(table1, table2, table3 would be a group) then it checks which groups has the most rows and display's the 4 groups that have the most row's and I echo something diffrent about each group hope this makes sense
  7. but will that just show the databse's ? I would like it to show diffrent text for each database
  8. I was wondering how I would Display the top 4 mysql database's? I was thinking of using the <a href="http://us3.php.net/switch">switch function</a> but I don't know what the variable would be Can someone help me?
  9. i had a row called NULL but now it's gone
  10. Is there anyway to delete the mysql column NULL?
  11. Is there a way to move a row from one column to the next?
  12. if you are using cPanel you can upload a zip and then extract it in your folder
  13. timmy2

    echo...

    that's for redirecting pages when you use a new structure and does not have anything about getting the refer
  14. timmy2

    echo...

    that just give me this error Sorry the file you requested Notice: Undefined index: HTTP_REFERER in myfile on line 5 was not found
×
×
  • 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.