Like what I do on DEVSCREENCAST, let others know here
¿Why you never answer the questions I have done at some videos of the courses?
This course is great but most tools used are outdated.Can we get a rerun of this course please. Most company are in shared hosting. Can we have one for shared hosting?@Ogbemudia Terry Osayawe
I'm stuck in section 2.. setting up environment variables. I have changed the paths many times but I still get the same error.... What are mine doing wrong.. ";="" font-weight:="" 700;="" backgrou...
I'm stuck in section 2.. setting up environment variables.I have changed the paths many times but I still get the same error.... What are mine doing wrong.. ( ! ) Fatal error: require_once(): Failed...
Hi Terry, having trouble with this discussion. Link to files is https://www.dropbox.com/s/gom2cc5ityzup0a/ecommerce.zip?dl=0Regards Shaun
Hi Terry, link to Dropboxhttps://www.dropbox.com/s/gom2cc5ityzup0a/ecommerce.zip?dl=0
Link to dropbox: https://www.dropbox.com/s/gom2cc5ityzup0a/ecommerce.zip?dl=0I hope it works this time!
When I hit the submit button without any fields filled in I do not get any warning messages, the page does not do anything until I hit refresh, then I get Token Mismatch. I have returned to the b...
Hi Terry, After doing the error message blade and reloading I get: count(): Parameter must be an array or an object that implements Countable , I had a look in StackOverflow and they suggest eith...
Hi Terry,tried to download carbon but it failed, saying requirements could not be resolved to an installable set of packages. Is there another pakage I could install in its place? Maybe...
! ) Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'updated_at' in 'field list'' in C:\wamp64\www\DevScreenCast\ecommerce\ve...
Hi Terry,When i was try open site Login System without database server, the error message "connection failed" not showing. The header.php have include_once resource/Database.php.What should i do?
I have a custom button in Froala (rich text editor like tinyMCE) that initiates a callback routine.I want this button to addClass 'big' to the element where the cursor is blinking on in the ...
Sir I am a developer .Sir please can you send me the login system php source code on my email.
Good day Terry. I will like you to guide me on step by step course to kick start my journey into PHP programming. I do understand that you can just jump into it like that. Thanks, awaiting your sincer...
Would like to get your opinion on best practices for data retrieval through jQuery/Ajax calls to a mySQL/PDO database. Get HTML formatted data, or get JSON data ...
I am developing a blogging system where images can be added to the article. The image filenames are stored in a database and are retrieved each time the particular blog is requested for display....
Would you consider adding Twitter as a fourth social media login option? Seems like many websites offer FB, Google, Twitter together as social logins.
Concerning using PDO/MySQL procedures, I have read some people saying do not use try/catch blocks every where but rather use the error logging features of the database system, others say use it everyw...
Can you tell me the proper syntax for this PDO query? I seem to be getting syntax errors on the first line.PROBLEM QUERY:$stmt = $db->query("SELECT * FROM flags WHERE postID = ? AND userID = ...
Hi all,If you noticed I have not published any new lecture in the past 1 week, this is because I had just relocated from Malaysia to Germany, my computers are still with customs because they need some...
Post below
When is it OK to use PDO operations without parameter binding? If we're not dealing with sensitive information? Or use parameter binding always for userIDs and userNames for privacy protection?&...
Hi Terry, hope you can shed some insight to my issue. The PDO SQL code for Next fetches the next record, but for Previous always returns the first record. Don't understand why Previous does not wo...
Would you consider adding an admin panel to the Login System Course? This would enable an administrator to delete/modify user details or suspend/release user, etc.
The Login system does not seem to be remembering me for the specified time of 30 days. I seem to have to log back in every 15 minutes or so if I am inactive on the web browser. Can you gui...
This channel is for random post, feel free to share them here
I have been working on creating a framework called Legato. Legato is a simple yet powerful PHP framework for rapid application development that is suited for small to medium scale apps and APIs. Leg...
Hi Terry, would you consider adding Twitter as a fourth Social Type to the Social Media Login course? Seems like many others group FB, Google, Twitter together as social logins.
I noticed in your videos when you do a "var_dump()", the output on your browser looks very nice, one line per item. However, on my implementations, it outputs one long string without any line br...
For the login system, I get the sweet alert, as well as a windows "confirm password change" pop-up box, which seems unnecessary. How do I suppress it? See imag...
Many sites now only require a unique email address and allow for any username, even if they are duplicates. For example, there may be many "John Smith's", and their names should all be allowed, ...
I'm reviewing the Login project. In parseProfile.php file, there is the "$_GET['u']" code near the top of the page.Can you point me to where this 'u' originated from? Normally these are ge...
Hi TerryCan you please create a course on zend php certification ? There is no course at all out there on this. I'm preparing for zend php certification and I'm really hard pressed for any good books ...
Could you recommend a simple free wysiwyg editor to use? Would be for users to create blogs with images and be able to save the data into the mySQL database and retrieve/edit anytime. Woul...
Hey There! My name is Terry and I'm your instructor. Thanks for joining this community if you have any questions or topic create a new thread here. Happy coding!
PHP Basic String Functions substr In JavaScript there is a “substr”, but the modern form is “subverting”. In PHP the substr is illustrated below: $string=&...
contact form <!--<?php include_once('database.php'); include_once('utilities.php'); include_once('session.php'); if(isset($_POST['feedbackBtn'])){ &n...
feedback <!-- <?php include_once('database.php'); $sqlQuery = "SELECT * FROM feedback"; $statement = $db->prepare($sqlQuery); $statement->execute(); ...
hi mr osayawe can we verify also that the email provided is really belong to mail provider like gmail,yahoo,hotmail to be accepted , because now i can putanything@anything.com and it will be a...
i didn't find smtp extension in php.ini i am using mac , can you help me with that
hi mr osayawe this is how i login to my cPanel
HI, i have an issue with the login form in the course "Login and registration" When i enter a correct Username in the username field, but wrong password the "Invalid Username/Password" error message...
Hi, My name is Christian and i am from Norway. Just wanted to say hi and introduce my self and say thank you for making such good tutorials, i am subscribed :) Best regards Christian ...
Hello Mr Osawaye this is Alaa, I had problem design my page which contain sections but when you refresh the page there will be chaos i have a picture for that this is section#32 before refreshing &...
Hi guy, use this link https://devscreencast.slack.com/signup to join devscreencast slack group, this will serve as anothe medium of real time communiocation if you are facing any issues.
Hey proffessor do you have any tutorials on storing and retrieving sessions? Im trying to update user count and last active using sessions I did an update Set when user logs in but if the user uses th...
Hey terry I incorperated the time ago successfully, but its always an hour behind the time zone is set to new york and we are on the same time zone so what would be the best way to handle date and tim...
Hi, I don't see where the links are to download the code that goes with each lesson? Or is this only available to paid members?