Posts by Felipe Ribeiro • 43 points
4 posts
-
1
votes2
answers495
viewsQ: How do I read an XML with HTML markup
I have an XML where inside it has a complete table. How do I read this XML and already print this structure of Table in html? I am working in PHP XML <document page-count="1"> <page…
-
2
votes2
answers67
viewsQ: Browse an array where the index is a Date
How do I go through one Array where the index is a date that varies with each query in the Database. Just a detail, the dates are dynamic at each consultation. The Array arrives that way: Array (…
-
-1
votes3
answers103
viewsQ: Use BETWEEN together with IN()
I would like to compare several dates within a range of dates. I tried to perform the query below but I cannot find a proper logic. Consultation with Array + BETWEEN in Mysql, or rather use the IN()…
-
0
votes1
answer71
viewsQ: Rewriterule conflict in htaccess
I’ve done several searches but I haven’t found the solution to my problem. I have an htaccess in the following format: RewriteEngine On RewriteRule fotos$ arc_fotos.php RewriteRule fotos/$…