Posts by Foloni • 61 points
9 posts
-
-2
votes2
answers35
viewsQ: How to not show junk value when pulling a data from a null PHP database
I’m pulling a value VARCHAR from the bank , I convert it to appear in DATA format , as long as the value is white in my bank, it pulls me a number "31/12/1969" . How can I fix this ? How I’m turning…
-
-2
votes2
answers412
viewsQ: How to use BETWEEN and LIKE together in a Query?
Well I have a table that contains some tables being them ( DATA_INICIAL , DATA_FINAL ) however I’m trying to generate a report that contains the data between the initial and final dates , and who…
-
1
votes1
answer122
viewsQ: I need to save the value of a form after refresh
Good , I have a page with form that contains some data that I show users, so when you search it changes page. I wanted the information that the user was searching to be "saved" in case he wanted to…
-
0
votes1
answer80
viewsQ: Table for Excel taking too long
Good , I have a query in the database , that returns me to depend on this query 5k lines to 30k lines , I’m generating already in excel through the code below , however when brings me about 5k of…
-
-2
votes1
answer31
viewsQ: How to treat the cable according to the level of access?
I have a login system and I have the access level variable and some information is restricted to certain employees. I wanted to know how to do according to this level appear only certain fields .…
-
-1
votes1
answer702
viewsQ: How to rename DEFAULT in the <input type ="date" > tag
I’m putting in a form one input type=date , with this he returns to me mm/dd/aaaa. I would like that, instead of appearing this, appeared anything else that I typed, as for example "Initial Date".…
-
1
votes1
answer445
viewsQ: ACCESS LEVELS - PHP + SQL SERVER
I have a table in my DB with the following columns : User , Password , Level and I need to make each level related to the person be redirected to different pages . How can I accomplish that ? Follow…
-
1
votes2
answers121
viewsQ: How to put two buttons inside a form where each one sends the data to different pages?
I have a form , where in the action I send the information to a PHP page , however , I need that when the user click a button send this form data to a page x and when click the other button go to…
-
1
votes1
answer103
viewsQ: How to pull data from a login
I need to pull the value of the 'level' that is in the bank because I am setting in some pages the question of access permission , only that I am not able to pull this data from the table . Can…