Jump to content

helbom

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

helbom's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. try google. search for: php email validation.. you'll find tons of tutorials on how to do it
  2. ahh ok... first output the main menu.. then pull out the child id's that's linked to the main menu id then continue the looping trough everything
  3. tbl_menu -id -name -link -cid ------------------------------------ | id | name | link | cid | ------------------------------------ | 1 | home | home.php | 0 | | 2 | sub | hsub.php | 1 | | 3 | new | new.php | 0 | |4 | newsub| nsub.php | 2 | ------------------------------------ did it make any sense?
  4. this <?php "This is a php section"; ?> should be <?php echo "This is a php section"; ?> you forgot echo
  5. may we please see the code?
  6. you want to store the username and password in index.php?
  7. to count files in a folder you can use the readdir() function. On how to do the other stuff i'm not sure
×
×
  • 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.