Posts by Carlos Gomes • 35 points
6 posts
-
0
votes2
answers398
viewsQ: Log in with user or email in the same field
Hello! I have a login code but, I can’t get the user to log in with your email or username using the same field! Below follows my code, the email on my base date is named "mail".
-
2
votes1
answer36
viewsQ: How to leave the date in this format 27-Feb-17 at 21:52
quick thing I need to know how I leave the date in this format 27-Feb-17 at 21:52 my code is this <?php echo date('d/m/Y H:i', $news['published']); ?>
-
1
votes1
answer634
viewsQ: Login via facebook SDK
Well recently I made a login page where you have the normal login and the by facebook, only when login by facebook when you click redirects to the application to allow access, ok so far so good,…
-
0
votes0
answers24
viewsQ: Select option as per base date
I currently have a selection field where there are several options and only one that the user chose, only I wanted to search the one that he automatically chose by the database. I use the code:…
-
0
votes2
answers97
viewsQ: Form system by base date how to pick up data in $_POST
how to format put returns between paragraphs for line break add 2 spaces at the end ► italic or bold indent the code in 4 spaces leaks of severe accents parecido _portanto_ highlighting placing >…
-
0
votes1
answer73
viewsQ: Remove last comma from pagination
I created a pagination, which is displayed like this 1,2,3, I wonder how I can remove the last comma from the last page? And another, the first pages show 1,2,3, and when step 3, shows 1,2,3,4, can…