Sinisterly
PHP Login - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: PHP Login (/Thread-PHP-Login)

Pages: 1 2 3 4 5


RE: PHP Login - The Real Slim Shady - 11-21-2013

(11-21-2013, 05:31 AM)ImMe Wrote: I'm new to coding, and I'd really appreciate it if you actually helped me instead of making fun of my errors.

it doesnt matter if you are new or have 10 years experience coding. You are expected to use code formatting tags when posting code here. I dont see any one here making fun of your errors.


RE: PHP Login - The Real Slim Shady - 11-21-2013

(11-21-2013, 05:31 AM)ImMe Wrote: I'm new to coding, and I'd really appreciate it if you actually helped me instead of making fun of my errors.

it doesnt matter if you are new or have 10 years experience coding. You are expected to use code formatting tags when posting code here. I dont see any one here making fun of your errors.


RE: PHP Login - ImMe - 11-21-2013

(11-21-2013, 05:47 AM)Geoff Wrote:
(11-21-2013, 05:31 AM)ImMe Wrote: I'm new to coding, and I'd really appreciate it if you actually helped me instead of making fun of my errors.

it doesnt matter if you are new or have 10 years experience coding. You are expected to use code formatting tags when posting code here. I dont see any one here making fun of your errors.

I honestly don't know what these tags are. I am also pretty new to this site. Tips?


RE: PHP Login - ImMe - 11-21-2013

(11-21-2013, 05:47 AM)Geoff Wrote:
(11-21-2013, 05:31 AM)ImMe Wrote: I'm new to coding, and I'd really appreciate it if you actually helped me instead of making fun of my errors.

it doesnt matter if you are new or have 10 years experience coding. You are expected to use code formatting tags when posting code here. I dont see any one here making fun of your errors.

I honestly don't know what these tags are. I am also pretty new to this site. Tips?


RE: PHP Login - chmod - 11-21-2013

(11-21-2013, 09:08 PM)ImMe Wrote: I honestly don't know what these tags are. I am also pretty new to this site. Tips?

Code tags work like this:
[*code] <- denotes the start of your code
Enter your code here <- keeps the correct formating and sets the code in a block
[*/code] <- denotes the end of your code

just remove the *'s


RE: PHP Login - chmod - 11-21-2013

(11-21-2013, 09:08 PM)ImMe Wrote: I honestly don't know what these tags are. I am also pretty new to this site. Tips?

Code tags work like this:
[*code] <- denotes the start of your code
Enter your code here <- keeps the correct formating and sets the code in a block
[*/code] <- denotes the end of your code

just remove the *'s


RE: PHP Login - ImMe - 11-22-2013

(11-21-2013, 09:22 PM)chmod Wrote:
(11-21-2013, 09:08 PM)ImMe Wrote: I honestly don't know what these tags are. I am also pretty new to this site. Tips?

Code tags work like this:
[*code] <- denotes the start of your code
Enter your code here <- keeps the correct formating and sets the code in a block
[*/code] <- denotes the end of your code

just remove the *'s

I think you for the help, but my issue still isn't resolved. If you could PM me an instance of the working code that would be nice. (Thank you for remembering I'm new at coding, and to this site.)


RE: PHP Login - ImMe - 11-22-2013

(11-21-2013, 09:22 PM)chmod Wrote:
(11-21-2013, 09:08 PM)ImMe Wrote: I honestly don't know what these tags are. I am also pretty new to this site. Tips?

Code tags work like this:
[*code] <- denotes the start of your code
Enter your code here <- keeps the correct formating and sets the code in a block
[*/code] <- denotes the end of your code

just remove the *'s

I think you for the help, but my issue still isn't resolved. If you could PM me an instance of the working code that would be nice. (Thank you for remembering I'm new at coding, and to this site.)


RE: PHP Login - chmod - 11-22-2013

(11-22-2013, 12:40 AM)ImMe Wrote:
(11-21-2013, 09:22 PM)chmod Wrote:
(11-21-2013, 09:08 PM)ImMe Wrote: I honestly don't know what these tags are. I am also pretty new to this site. Tips?

Code tags work like this:
[*code] <- denotes the start of your code
Enter your code here <- keeps the correct formating and sets the code in a block
[*/code] <- denotes the end of your code

just remove the *'s

I think you for the help, but my issue still isn't resolved. If you could PM me an instance of the working code that would be nice. (Thank you for remembering I'm new at coding, and to this site.)

I don't code in PHP so I will be unable to help you with the code, however now that your code is correctly formatted and easy to read it will be easier for people to see what is wrong and point you in the right direction.


RE: PHP Login - chmod - 11-22-2013

(11-22-2013, 12:40 AM)ImMe Wrote:
(11-21-2013, 09:22 PM)chmod Wrote:
(11-21-2013, 09:08 PM)ImMe Wrote: I honestly don't know what these tags are. I am also pretty new to this site. Tips?

Code tags work like this:
[*code] <- denotes the start of your code
Enter your code here <- keeps the correct formating and sets the code in a block
[*/code] <- denotes the end of your code

just remove the *'s

I think you for the help, but my issue still isn't resolved. If you could PM me an instance of the working code that would be nice. (Thank you for remembering I'm new at coding, and to this site.)

I don't code in PHP so I will be unable to help you with the code, however now that your code is correctly formatted and easy to read it will be easier for people to see what is wrong and point you in the right direction.