Posts by João Gutierre • 23 points
3 posts
-
1
votes1
answer457
viewsA: Git error: "remote: Repository not found. "
First check that the remote repository is already being identified with the command git remote -v. If it is not listed, link the remote repository to your local repository with the command git…
-
0
votes1
answer246
viewsA: How to upload a file with PHP?
Have you tried implementing the $_GET method to send the information to an intermediate file treating the data, then rescue it and give the desired end to the data? Maybe it can work, since you want…
-
1
votes1
answer168
viewsQ: Error adding foreign key, how to proceed?
I am trying to reference the column id of a table in another table in my database, but I am told an error that is not very specific. The engine being used is Innodb and the database is in Mysql. It…