• Courses
  • Search
  • Discussions
  • GO PRO
  • Sign In  
  • Create Free Account  
All Discussion
  • Introductions
  • General Discussion
  • Submit Feedback
  • Random Post
  • Request A Course
  • Submit Feedback
    Submit Feedback

    Posted by Terry Ogbemudia 2 years ago

    Like what I do on DEVSCREENCAST, let others know here

    4
  • ¿Why you never answer the questions I have done at some videos of the courses?
    Request A Course

    Posted by Angie Corredor Cely 1 week ago

    ¿Why you never answer the questions I have done at some videos of the courses?

    1
  • PHP: The Complete PHP MVC Course
    Request A Course

    Posted by Jeff 1 year ago

    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

    10
  • complete php mvc course build a modern php ecommerce-store
    General Discussion

    Posted by John 3 months ago

    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...

    3
  • the complete php mvc course build a modern php ecommerce-store
    General Discussion

    Posted by John 3 months ago

    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...

    4
  • Lecture: 58 Move Image Link
    General Discussion

    Posted by Shaun Collins 10 months ago

     Hi Terry, having trouble with this discussion. Link to files is https://www.dropbox.com/s/gom2cc5ityzup0a/ecommerce.zip?dl=0Regards Shaun

    1
  • Lecture: 58 Move Image Link
    General Discussion

    Posted by Shaun Collins 10 months ago

    Hi Terry, link to Dropboxhttps://www.dropbox.com/s/gom2cc5ityzup0a/ecommerce.zip?dl=0

    1
  • Image Upload
    General Discussion

    Posted by Shaun Collins 10 months ago

    Link to dropbox: https://www.dropbox.com/s/gom2cc5ityzup0a/ecommerce.zip?dl=0I hope it works this time!

    1
  • Lecture: 58 Move Image
    General Discussion

    Posted by Shaun Collins 10 months ago

    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...

    2
  • count(): Parameter must be an array
    General Discussion

    Posted by Shaun Collins 10 months ago

    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...

    3
  • Tried to download carbon but failed
    General Discussion

    Posted by Shaun Collins 10 months ago

    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...

    7
  • {The Complete PHP MVC Course: Build a Modern eCommerce Store }
    General Discussion

    Posted by Wendell 1 year ago

    ! ) 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...

    46
  • Login System: Notice: Undefined variable: db in headers.php
    General Discussion

    Posted by MOHAMED ARIFIN 1 year ago

    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?

    4
  • JQuery - how to addClass only to item where cursor is at in textarea (Froala rich text editor)
    General Discussion

    Posted by Hder 1 year ago

    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 ...

    6
  • Request for source code
    Request A Course

    Posted by Amul Gandhiwala 1 year ago

    Sir I am a developer .Sir please can you send me the login system php source code on my email.

    1
  • Need your guide on how to begin PHP course wit Devscreencast
    Request A Course

    Posted by Bernard Obianke 1 year ago

    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...

    1
  • jQuery Ajax - best method for data retrieval - JSON vs HTML data
    General Discussion

    Posted by Hder 1 year ago

    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 ...

    1
  • Best Way to Store Images for Blogs?
    General Discussion

    Posted by Hder 1 year ago

    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....

    3
  • Social Media Login Course - add Twitter?
    General Discussion

    Posted by Hder 1 year ago

    Would you consider adding Twitter as a fourth social media login option?  Seems like many websites offer FB, Google, Twitter together as social logins.

    1
  • PDO - When to use try/catch block and when not to?
    General Discussion

    Posted by Hder 1 year ago

    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...

    1
  • PDO with placeholders with AND clause
    General Discussion

    Posted by Hder 1 year ago

    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 = ...

    1
  • UpdatesPublishing new lectures
    General Discussion

    Posted by Terry Ogbemudia 1 year ago

    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...

    1
  • What do you want to learn?
    Request A Course

    Posted by Terry Ogbemudia 2 years ago

    Post below

    23
  • PDO and parameter binding question
    General Discussion

    Posted by Hder 1 year ago

    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?&...

    4
  • PDO Get Previous and Next Record Question
    General Discussion

    Posted by Hder 1 year ago

    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...

    2
  • Login System Course Suggestion - Admin Panel
    General Discussion

    Posted by Hder 1 year ago

    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.

    2
  • Login System - Help to troubleshoot the remember me cookie time
    General Discussion

    Posted by Hder 1 year ago

    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...

    6
  • Just a random post
    Random Post

    Posted by Terry Ogbemudia 2 years ago

    This channel is for random post, feel free to share them here

    2
  • Legato PHP Framework
    General Discussion

    Posted by Terry Ogbemudia 1 year ago

    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...

    1
  • Social Media Login - Add Twitter?
    General Discussion

    Posted by Hder 1 year ago

    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.

    1
  • var_dump() output format
    General Discussion

    Posted by Hder 1 year ago

    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...

    1
  • Login System - how to suppress windows pop-up for password change?
    General Discussion

    Posted by Hder 1 year ago

    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...

    3
  • Login System - Consider Code Update Lesson for Allowing Duplicate Usernames
    General Discussion

    Posted by Hder 1 year ago

    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, ...

    5
  • Login System parseProfile.php Question
    General Discussion

    Posted by Hder 1 year ago

    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...

    1
  • Zend PHP Certification
    Request A Course

    Posted by Atindra Kumar Singh 1 year ago

    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 ...

    3
  • wysiwyg editor recommendation
    General Discussion

    Posted by Hder 1 year ago

    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...

    1
  • Welcome to the DEVSCREENCAST Forum
    General Discussion

    Posted by Terry Ogbemudia 2 years ago

    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!

    0
  • PHP Basic String Functions
    Random Post

    Posted by Terry Ogbemudia 2 years ago

    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=&...

    0
  • {php login homeword}
    General Discussion

    Posted by Alaa 2 years ago

    contact form <!--<?php   include_once('database.php');   include_once('utilities.php');   include_once('session.php');   if(isset($_POST['feedbackBtn'])){   &n...

    1
  • {php login homework}
    General Discussion

    Posted by Alaa 2 years ago

    feedback <!-- <?php   include_once('database.php');   $sqlQuery = "SELECT * FROM feedback";   $statement = $db->prepare($sqlQuery);   $statement->execute(); ...

    1
  • {Question about php sign up}
    General Discussion

    Posted by Alaa 2 years ago

    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...

    1
  • {smtp}
    General Discussion

    Posted by Alaa 2 years ago

    i didn't find smtp extension in php.ini i am using mac , can you help me with that  

    1
  • {online issues}
    General Discussion

    Posted by Alaa 2 years ago

    hi mr osayawe this is how i login to my cPanel

    8
  • my login.php page in course "Login and Registration" has issues!
    General Discussion

    Posted by Christian Haugland 2 years ago

    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...

    3
  • Hello Terry, my name is Christian
    Introductions

    Posted by Christian Haugland 2 years ago

    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 ...

    3
  • {design issue}
    General Discussion

    Posted by Alaa 2 years ago

    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 &...

    1
  • Join Slack Group
    General Discussion

    Posted by Terry Ogbemudia 2 years ago

    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.

    0
  • store and retrieve sessions
    General Discussion

    Posted by Will 2 years ago

    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...

    16
  • Time Ago
    General Discussion

    Posted by Will 2 years ago

    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...

    1
  • Where to download the code?
    General Discussion

    Posted by Hder 2 years ago

    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?

    4
  • 1
  • 2
Select a Color for this Discussion (optional) Cancel