Posts by angelfmf • 115 points
6 posts
- 
		1 votes1 answer54 viewsQ: Uncaught Typeerror: Cannot call method "playFlash" of UndefinedThis server program to pop up a website and autoplay a few songs, the code has run smoothly on windows and android, and the browsers tested form the IE, Firefox, Chrome and Opera. However, I have… 
- 
		5 votes4 answers58320 viewsQ: Error: Access denied for user 'root'@'localhost' (using password:NO) accessing WebsiteGood afternoon, I’ve been trying to run a website through a Raspberry to access with remote access. I installed OS Pipplware, along with Lamp and phpmyadmin. I sent through Filezilla the website… 
- 
		1 votes0 answers80 viewsQ: What is causing this error? jquery.php? version=1.3.2&gzip=0&farfuture=0:1I’m having trouble identifying this error that appears on one of the pages of a website: Uncaught Syntaxerror: Unexpected Identifier jquery.php? version=1.3.2&gzip=0&farfuture=0:1 I’ve done… 
- 
		0 votes1 answer87 viewsQ: Code problem ( Find values between a date and another in the database )Okay, here’s the problem. I’m working on a code that picks up a series of flights that are available between a date and another date entered by the user. Dates are entered through the datepicker in… 
- 
		3 votes1 answer124 viewsQ: Is it possible to change a word from one string to another in the database via php?I have been working on a method that will fetch all dates containing "2014" and replace that value with "2016" without changing the rest of the date. I’ve been able to return all columns containing… 
- 
		1 votes2 answers71 viewsQ: I can’t access my databaseI have the following problem, I am trying to change the year of the dates I have in my database, and for that I am using: mysqli_fetch_row But I am not succeeding, it always returns failed. I also…