Posts by Francklyn Souza • 63 points
7 posts
-
0
votes0
answers6
viewsQ: How to customize wp_nav_menu according to html?
Well, I don’t know much in WP but I’m struggling to learn the most every day, it’s been a few days that I research and do tests and something goes wrong even including filters, could anyone guide me…
wordpress-themeasked Francklyn Souza 63 -
0
votes1
answer21
viewsA: Wordpress - Paging in custom posts
Could you take a look here well, I think it might help you with your doubt.
-
0
votes1
answer19
viewsQ: Mail to same page in php
People I am with a certain doubt and wanted more updates I have the following code // VALIDAÇÃO DE DADOS $chCC_Nome=$_POST['chCC_Nome']; $chCC_Assunto=$_POST['chCC_Assunto'];…
-
-1
votes1
answer308
viewsQ: how to put a domain checker in php?
Well, I am with a well developed website, however, I want to put a page to check whether the domain is already registered yes or no, I searched a lot before I got here, so none worked, my html code…
phpasked Francklyn Souza 63 -
4
votes3
answers134
viewsQ: Explanation of name in php
Could someone explain to me the difference and where I can change it.: $nome=$_POST['nome']; That one $nome I know it’s standard in case I use <input type="text" name="nome"> More in this…
-
-1
votes1
answer95
viewsQ: Login System with Dominio
Well, let’s see if you can help me! I’m trying to make a basic login system, but I have a problem, I’m still beginner in php and I don’t know much. I’m trying to make this form work properly.…
-
0
votes1
answer91
viewsQ: Login with multiple users
Well, let’s see if someone can better guide me my problem, I’m using a code in JS to login, being it I use the index <script> $(function(){ var $form_inputs = $('form input'); var…