Jump to content

s.mujtaba

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

s.mujtaba's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Why? I'm making a script and I need it :(
  2. Thanks, but i want it to move up by pressing a hyperlink
  3. Now you can vote to Notepad2
  4. But if the next id = 4 and the back id = 1 how do i move up the record?
  5. Yes use mysq_fetch_array($call) like what Absorbator says
  6. Hi... How to move up or down records in database by press a button or hyperlink like this: idmenu 1menu1 2menu2 3menu3 when i press move up to menu3, it will be: idmenu 1menu1 3menu3 2menu2 Bye...
  7. Hi No I don't want that I want this like other scripts <?php $dbhost = "localhost"; $dbuser = "root"; $dbpass = ""; $dbname = "data"; ?> Any one help me please
  8. Hi everyone I want to a config.php file to make connection with database but when make it, It's like this: <?php mysql_connect( /*dbhost*/ "localhost", /*dbuser*/ "root", /*dbpass*/ "" ); mysql_select_db( /*dbname*/ "data" ); ?> But I don't want it like that, I want it like this: <?php $dbhost = "localhost"; $dbuser = "root"; $dbpass = ""; $dbname = "data"; ?> Please help me to make it professional..
×
×
  • 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.