Recent content by Chance Black

  1. C

    PHP & MySQL: Help Me?

    Does anyone know *FREE* website host that will let me use PHP files and SQL Files? I keep finding sites that wont let me create databases from scratch by using something like: CREATE TABLE `db`.`users` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY , `first` VARCHAR( 32 ) NOT NULL ...
  2. C

    PHP and MySQL - Help Please?

    Let me get to the point. I learned PHP and MySQL and I want to create a website for "Note-Sharing" so students at school can share there "Notes" with other students, sounds simple enough... but how do I create a form that has a "Title" and a "Body" that can be edited by the creator of the "Note"...
  3. C

    PHP and MySQL: Help Me?

    Hey. I need help creating a PHP Website. I want to make something close to Facebook's Note's App. How would I go about creating something like this. I need it so I can create a website for my school to share note with each other. Thanks
Back
Top