<?php //Checking if the submit button is clicked if(isset($_POST['submit'])){ //Defining the variables $username= $_POST['username']; $password...
Trying to access files in my drive using Google drive api, at first it worked fine and retrieved the files but on refreshing after some time I get this error Fatal error: Un...
<?php if(isset($_POST['register'])){ $connection = mysqli_connect('localhost','root', 'Simon29507222123#@!', 'barikiwa_db'); if($connection){ echo "you're succ...
I am getting problems trying to connect to postgres database from heroku cli. I am getting this error : Connecting to postgresql-defined-687987 psql: error: could not connect ...
I am trying to iterate through results fetched from api but it its throwing a typeError:cannot read property of undefined. What am I doing wrong? for(i=0; i=data.items.length...
event.preventDefault(); not working. What's wrong with my code? It's an electron app. I want that when submit button on form is clicked, it should not submit so I can run some...
$KEY_SESSION = "opnop1"; $KEY_TRX = 'trx_id'; $str = "do::".$json[$KEY_SESSION]."::".$json[$KEY_TRX]."::".$this->salt; for($i=1; $i<=45; $i++) { ...
I have a laravel application running on the main domain which is https://website.com and I have another node js app which is running on port 8080 on a subdomain like t...
Hello guys. I am working on API which sends data to my callbackURL through POST method. Now I am using Laravel and I have set the route to handle that request as Route::post('...
I am trying to use a book entry form, which is only accessible to admin to make changes in a html table accessible by everyone logged onto the website. the problem is that whe...
I am new to css grid layout. I have found some resources on the web that explains how to apply it on the real website but they don't explain the way the should. My question is...
What's the best language combination for a full stack developer?
I am able to send email from one website to email addresses using this script but if I try the same script on another website it doesn't send email. What maybe the problem?
I have created a script for adding books to a website. I want the books to appear in the table according to the id in the database. but as at now, the books doesnt autoincreme...
Hello all, can someone help me find out why I am getting this error while including collective forms in my project? I have tried doing research on the net but the suggested s...
Hello world ! I am learning php. How do I upload a file to the server using php and view it in the browser?
Let's say I want to change a css property's value on a sass file on a button click, how do I achieve that? I want to change the color on the .scss file on a button click
Today @yerst isn't speaking?
Simon: I created a subdomain of a website in go daddy but I can't access the site. It tells me that the DNS' ip address could not be found. Any help?
Any expert in wordpress? I need some assistance.