Search found 7 matches

by Scotty1207
Sun Sep 09, 2012 7:58 pm
Forum: PHP
Topic: Adding User and Data to Database when user logs in.
Replies: 4
Views: 802

Re: Adding User and Data to Database when user logs in.

Ok thanks I'll give it a try
by Scotty1207
Sun Sep 09, 2012 7:49 pm
Forum: PHP
Topic: Adding User and Data to Database when user logs in.
Replies: 4
Views: 802

Re: Adding User and Data to Database when user logs in.

Ok thanks, is it possible to only execute this if the user logs in for the first time or does it not matter because I will want to add aditional data to that user through various forms on my site.
by Scotty1207
Sat Sep 08, 2012 8:36 pm
Forum: PHP
Topic: Adding User and Data to Database when user logs in.
Replies: 4
Views: 802

Adding User and Data to Database when user logs in.

I know the title is long but it's not really long enough to describe what I need help with. I'm working on a little site which uses the SMF SSI.php method of using the SMF Forums user details for the login, so my users don't have to create another account. However I want to on the first time the use...
by Scotty1207
Mon May 28, 2012 2:50 pm
Forum: PHP
Topic: Editing Script Via Text Field
Replies: 3
Views: 487

Re: Editing Script Via Text Field

So how would I impliment this into a form, my form code is below Form: [syntax=text]<form class="well" form action="Scripts/IronDonator" method="post"> <label>Minecraft Player Name</label> <input type="text" name="playername" class="span3" ...
by Scotty1207
Sun May 27, 2012 5:22 pm
Forum: PHP
Topic: Editing Script Via Text Field
Replies: 3
Views: 487

Editing Script Via Text Field

Hi, I'm currently I have a script which once a user pays via paypal the name which they put in the box will be used in the script. Below is part of the script: [syntax=php] $playername = "thenameoftheplayer";[/syntax] So a user will come to a page it will have a text field and a button and...
by Scotty1207
Wed Apr 11, 2012 7:38 pm
Forum: PHP
Topic: Activation Code System!
Replies: 3
Views: 593

Re: Activation Code System!

Thanks
by Scotty1207
Wed Apr 11, 2012 5:49 pm
Forum: PHP
Topic: Activation Code System!
Replies: 3
Views: 593

Activation Code System!

First I would just like to say hi, this is my first time on this forum. Second of all down to my question. I need some help, I run a Minecraft Server and I want to make a donation system where a user will come onto my site, built using php and twitter bootstrap and chose what donation package they w...