Posts by Rodrigo FP • 109 points
5 posts
-
2
votes1
answer121
viewsQ: Alternative to index.php using . htaccess
How do I make for the .htaccess put another file, other than index.php, as primary, i.e., put a file called home.php and make it work as if it were a index.php. I would also like to know some…
htaccessasked Rodrigo FP 109 -
-1
votes1
answer88
viewsQ: How to change alphabetic and numerical pager?
How can I change this code so that it works as follows: in case it puts the initial letters of each item added in $aInitials there if click it filters listing all items with that initial letter with…
-
-1
votes1
answer89
viewsQ: How to fix insert error in table genres?
How can I fix the code below? It takes the spaces between the commas of the genres or if I have these genres "action, adventure, romance" it puts so "action, adventure, romance" right? Only if I do…
-
2
votes5
answers611
viewsQ: How to count items correctly?
How can I change this code further down? It takes the numeric values placed in Mysql in the medial table separated by comma placed in this way in the table 1,2,3,4,5,6,7,8,9,10. Then it counts the…
phpasked Rodrigo FP 109 -
4
votes2
answers199
viewsQ: How to prevent user registration with Login initiated by number or symbol
I would like the help of you to do the following I have in case this function does in case the login verification to be registered of the user. If it starts with number send a warning preventing…
phpasked Rodrigo FP 109