thanks, sir for your excellent work. Again am kindly requesting you to create a video on responsiveness using Javascript and css and also advice me on the best resources for learning javascript and php.
you can watch this one for responsive page: ua-cam.com/video/c8EklYtISgM/v-deo.html and this one for a responsive nav bar: ua-cam.com/video/jXlPqP2uINI/v-deo.html
@@taranewstime6909 am not sure how many are remaining coz I don't plan before recording. I simply record while coding in real time, if I were to guess I would say maybe video 200 will be the last
redirection can be done in two ways. with php or with javascript 1. with php you do this: header("Location: index.php");die; 2. with javascript, you echo the javascript like this: echo "window.location.href = 'index.php'";die; both will take you to the index page. use the first one, its better and more secure. but if you fail for some reason, you can use the second one
Image and text are updating in the folder correctly - but the cached image shows up in the browser unless holding SHFT when posting the form. Tried Cache-Control headers but same result. Suggestions?
Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in C:\xampp\htdocs\captcha\login.php:12 Stack trace: #0 C:\xampp\htdocs\captcha\login.php(67): create_capacha(54177) #1 {main} thrown in C:\xampp\htdocs\captcha\login.php on line 12
it means you added less parameters to the imagettext() function than it needs. so check again to make sure you didnt miss one. the line number and file are in the error
The PHP king again!!
Hahaha thanks for the compliment😁☺️😊
You are an excellent teacher. Thanks! You really need a GitHub account and put your source code there.
Thanks, I'll open an account for the channel
thanks, sir for your excellent work. Again am kindly requesting you to create a video on responsiveness using Javascript and css and also advice me on the best resources for learning javascript and php.
you can watch this one for responsive page:
ua-cam.com/video/c8EklYtISgM/v-deo.html
and this one for a responsive nav bar:
ua-cam.com/video/jXlPqP2uINI/v-deo.html
@@QuickProgramming thanks sir.What about the best materials for learning php and javascript(notes)
You're the best bro
Thanks☺️😊
Bro you are so talented
Thank you😊😊😀
@@QuickProgramming my pleasure I am with E-commerce project I am 5 no video and it's continuing and how many videos remaining in E-commerce video
@@taranewstime6909 am not sure how many are remaining coz I don't plan before recording. I simply record while coding in real time, if I were to guess I would say maybe video 200 will be the last
@@QuickProgramming ok ok bro no problem I am continuing your project and it's your project having new approaches so good job bro
@@QuickProgramming I am happy while I write your code thank again
Thank you So Much for properly guide line
Thank you so much
You're very welcome☺️
Thanks....♥♥♥
you're most welcome😊
wy i run this code in localhost cant not display, but in live server can walk
50 minutes video and php programming..
the paradise is not rea...
How can i add an redirection if the captcha is correct?
Please answer me sir if possible
redirection can be done in two ways. with php or with javascript
1. with php you do this: header("Location: index.php");die;
2. with javascript, you echo the javascript like this:
echo "window.location.href = 'index.php'";die;
both will take you to the index page. use the first one, its better and more secure. but if you fail for some reason, you can use the second one
@@QuickProgramming can i contact u teacher?
@@QuickProgramming i just wanna know where to add it
@@QuickProgramming please
@@informaticofull1935 you can contact me on facebook.com/quickcode i check messages there once in a while
Image and text are updating in the folder correctly - but the cached image shows up in the browser unless holding SHFT when posting the form. Tried Cache-Control headers but same result. Suggestions?
Add a random number to the image section like this:
@@QuickProgramming Perfect - thank you!
Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in C:\xampp\htdocs\captcha\login.php:12 Stack trace: #0 C:\xampp\htdocs\captcha\login.php(67): create_capacha(54177) #1 {main} thrown in C:\xampp\htdocs\captcha\login.php on line 12
0:16
Warning: Wrong parameter count for imagettftext() in C:\xampp\htdocs\captcha\login.php on line 18
it means you added less parameters to the imagettext() function than it needs. so check again to make sure you didnt miss one. the line number and file are in the error
53 minute for a captcha is not Quick programming :))
There's no such thing as quick programming. All programming projects take alot of time. So of course the channel title is simple hyperbole