Posts by Alan 007BR • 29 points
6 posts
-
0
votes1
answer201
viewsQ: Warning: mysqli_real_escape_string() expects Exactly 2 Parameters, 1 Given
I’m making a posting system using PHP and Mysqli, but there are some errors that I’m not able to fix. Follow the PHP code below: <?php if (isset($_POST['enviar'])){ $autor =…
-
0
votes1
answer84
viewsQ: open links mo webview without having http://or https://
I’m creating a browser for android, but I’m having trouble running the url without the need for the protocol on the link like opening www.google.com and the app automatically put http:// to stay…
-
0
votes1
answer103
viewsQ: How to create browser tabs in Android Studio
Hello! , I’m creating a browser for Android using Android Studio I’m trying to create a feature that has in all browser that are the multiple tabs like Google Chrome, but I’m out of luck and all my…
-
1
votes1
answer115
viewsQ: How to Create a Browsing History For Android Browser? -Android Studio
Hello I’m creating a browser for Android with webview using Android Studio it already does research now I’m wanting to do a browsing history where are the sites that were entered, just like Google…
-
0
votes1
answer1755
viewsQ: Uncaught Error: Call to Undefined Function mysql_query()
I am doing my login system and is giving the following error when logging in: Fatal error: Uncaught Error: Call to Undefined Function mysql_query() thrown in D: xampp htdocs login.php on line 41 if…
-
0
votes1
answer120
viewsQ: how to align 6 Articles elements in two rows?
I’m making a responsive Mobile Fist site, and in media query I’m trying to align the two-row Articles are 6 Articles, right below will be the codes: /* SERVIÇOS*/ .servicos {width: 100%; text-align:…