Search found 34 matches

by bumple
Sat Apr 17, 2004 3:40 pm
Forum: PHP - Code
Topic: PHP Upload...with MySQL?
Replies: 2
Views: 445

PHP Upload...with MySQL?

Hi all, I have a website for friends of mine to come, register, log in, and access a few members pages (all working very well). However, my latest project for the members section is to add a upload documents page for my friends to upload Word documents (.doc) to my website. Since there will be many ...
by bumple
Wed Feb 25, 2004 1:09 am
Forum: PHP - Code
Topic: Small Syntax Error!
Replies: 0
Views: 327

Small Syntax Error!

Hi all, I am currently having a syntax error problem with a bit of php code I made with a for loop. I have the tables in my database: class1, class2, class3,..., class10. On one page I have 10 textfields for each class of games users want to see, and when they submit, it should store their text into...
by bumple
Mon Feb 23, 2004 3:21 am
Forum: PHP - Code
Topic: Textbox Database Storage Problem!
Replies: 1
Views: 558

Textbox Database Storage Problem!

Hi all, I currently have a blog website I made for fun... I store users information in databases, but when I want to store a textbox, similar to the one I am filling out right now for this post, in a database, it saves the text without returns...just commonplace, ugly text. Is there any way I can ha...
by bumple
Mon Feb 23, 2004 12:35 am
Forum: PHP - Code
Topic: PHP Website Creator...Almost done!
Replies: 14
Views: 2951

true dat foo
by bumple
Sat Feb 21, 2004 7:29 pm
Forum: PHP - Code
Topic: GET statement?
Replies: 1
Views: 717

GET statement?

Hey all...

Let's say I have a user signed up at my site with the username gyro, and they visit http://www.site.com/hello.php?user=gyro . How would I fetch all of gyro's information in the database using a $_GET statement?

Thanks a lot guys!
-Anonymous.
by bumple
Sat Feb 21, 2004 10:14 am
Forum: PHP - Code
Topic: Mod Rewrite quick help!
Replies: 6
Views: 1669

I'm getting there...but take for example xanga's website.

If you type in:

http://www.xanga.com/ilovecats


it will automatically redirect you to:

http://www.xanga.com/home.aspx?user=ilovecats


How did they do that?

Thanks!
-BUMPle.
by bumple
Sat Feb 21, 2004 3:55 am
Forum: PHP - Code
Topic: Mod Rewrite quick help!
Replies: 6
Views: 1669

BUMPity!
-BUMPle.
by bumple
Fri Feb 20, 2004 11:18 pm
Forum: PHP - Code
Topic: Textfield Database Storage!
Replies: 2
Views: 560

Textfield Database Storage!

Hey all,

I was wondering, for a web site that wants to store about seven fields, all containing 1,000 characters each, what type of variable (TEXT, LONGTEXT?) would I use with MySQL? For example, what does this forum use?

Thanks!
-BUMPle.
by bumple
Fri Feb 20, 2004 11:17 pm
Forum: PHP - Code
Topic: Mod Rewrite quick help!
Replies: 6
Views: 1669

that doesn't seem to be working...
-BUMPle.
by bumple
Fri Feb 20, 2004 9:34 am
Forum: PHP - Code
Topic: Mod Rewrite quick help!
Replies: 6
Views: 1669

Mod Rewrite quick help!

Hi all! I made a user_template.php for displaying any user's information from a database, however, I have a few questions after reading the modrewrite FAQ and the Working with Forms Tutorial. I want users to come to http://www.domain.com/username to be redirected to http://www.domain.com/user_templa...
by bumple
Fri Feb 20, 2004 7:53 am
Forum: PHP - Code
Topic: PHP Website Creator...Almost done!
Replies: 14
Views: 2951

Ignore.
by bumple
Tue Feb 10, 2004 12:16 am
Forum: PHP - Code
Topic: PHP Website Creator...Almost done!
Replies: 14
Views: 2951

alright...so how would i make my site work like xanga? Is there anyway I can do it like xanga...when you type in http://www.xanga.com/idiot ... it redirects you to http://www.xanga.com/home.aspx?user=idiot All it would do is fetch the information for somebody with the username "idiot"...it...
by bumple
Mon Feb 09, 2004 10:22 pm
Forum: PHP - Code
Topic: PHP Website Creator...Almost done!
Replies: 14
Views: 2951

The problem I must first overcome is creating that directory and index.php for the unique users...How would I do that? First I would do something like: "mkdir $_SESSION['username']" (what should the chmod be here? I ONLY WANT THEM TO BE ABLE TO READ IT). Then I would have to create an inde...
by bumple
Mon Feb 09, 2004 10:00 pm
Forum: PHP - Code
Topic: PHP Website Creator...Almost done!
Replies: 14
Views: 2951

well, the problem is, I want it to be easy to access...maybe not grilled spam.com/username/index.php....but users.grilled spam.com/username Is there anyway I can do it like xanga...when you type in http://www.xanga.com/idiot ... it redirects you to http://www.xanga.com/home.aspx?user=idiot is there ...
by bumple
Mon Feb 09, 2004 9:31 pm
Forum: PHP - Code
Topic: PHP Website Creator...Almost done!
Replies: 14
Views: 2951

PHP Website Creator...Almost done!

Ignore.