306,126
Top Comments
see all
All Comments (692)
-
Where do you save all your files?
-
what i would like to no is there away if someone has a registered with us,that they can delete there account,so they dont have to email me to take them off the database? just saves me from going into phpadmin and deleting the user ,if so what script would i attach for this thanks
-
@sultneulven it 80% safe
-
@bumrang there is POST and GET, POST sends information using a separate package and GET uses the URL
-
One tip: If you want MySQL to get up and going fast download easyphp. Easyphp configures the basic stuff and you'll have myphpadmin ready to go
-
is it possible to use db4free?
-
What is POST?
Loading...
@text2121 for making websites and stuff, like, layout of a page and adding images and all that
GrettyBoyCustoms 2 months ago 11
Just a couple things I wanted to point out:
- The inputs and breaks don't have end tags.
- You probably should use char data types instead of varchar in this case, so your table has fixed-length records. It takes marginally more space, and SIGNIFICANTLY speeds up searches.
- You don't have a uniqueness constraint on username, which you probably want.
Mycha31 1 month ago 6