Posts by Gonçalo Garrido • 56 points
4 posts
-
2
votes1
answer23
viewsA: Error deleting php file
Try this: <?php include("conexao.php"); $arquivo=fopen("emails.txt",'w'); if ($arquivo == false) die('Não foi possível criar o arquivo.'); fclose($arquivo); unlink('emails.txt'); while ($texto =…
phpanswered Gonçalo Garrido 56 -
0
votes1
answer47
viewsA: Access and list files on an FTP server
Try this if it doesn’t work I’ll send another (String Path,String user,String pass): static List<DirectoryItem> GetDirectoryInformation(string address, string username, string password) {…
-
0
votes1
answer268
viewsQ: PHP error connecting database to server
I’m having a doubt when I change my credentials of the database at localhost for the credentials of the database at sql server give me this php error Warning: mysqli::__construct():…
-
1
votes1
answer307
viewsQ: Webbrowser does not load css c#
I tried to create a Simple browser and when I finished I realized that it does not carry css the site gets horrible looks like a website outdated. :\ Can someone help me? Photos from the site, if…