Jump to content

Prince_Jobless

Members
  • Posts

    4
  • Joined

  • Last visited

About Prince_Jobless

  • Birthday October 12

Previous Fields

  • Languages
    PHP, SQL, HTML and JAVASCRIPT

Profile Information

  • Location
    Nigeria
  • Interests
    Web Applications
    Mobile Applications
    Android and iOS Apps

Contact Methods

  • Yahoo
    ayoodedere@yahoo.com

Prince_Jobless's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Good afternoon to everyone here, I have been improving myself with the tutorials on this site for a long time now but I am not moving as fast as I want. The problem with my country is that internet is very expensive. I have only a few minutes to stay online. I am seeking for a way to use all the javascript tutorial offline. I am already used to the approach of w3schools and I can't go anywhere else. Please is there a pdf version of the w3schools.com js tutorial?
  2. I am not sure if this is the right place to ask this question so forgive me if it is not. I am having some challenges encrypting/decrypting and even using passwords in plaintext. I noticed that "the use of passwords" was not included in the PHP/mySQL tutorial examples (I am still wondering why since most websites require passwords). Please can someone direct me to a section where the use of passwords was explained? The way w3schools.com explains basics makes it very easy for me to understand and get a firm foundation that is why I will love if it was explained in this website. Thank you.
  3. Thank you. I can now update the database from my HTML form and not only through SQL. I was just impatient and over-curious about it.
  4. Greetings to everyone here. I have a little challenge which I will try to relay for more enlightenment on the issue. Let me start by saying that although I am very familiar with C/C++/Java, I actually began creating web applications in early December 2014 through the use of this very wonderful and easy-to-understand website (w3schools.com). I completed the basic HTML tutorial, glanced through the HTML5 innovations then added some perfections with my understanding of the HTML forms examples. I have also gone through the basic tutorials for CSS, PHP and Javascript (still on js and php). My problem is that although I understand how to link my created HTML pages (with CSS and Js) with PHP, especially when I need to submit a form, but I am still yet to get how I can link my HTML/CSS/Js with SQL despite finishing the SQL section of the PHP tutorial. I understood the section on its own but it is how to go about its usage that I don't understand. I understand that SQL is a database for storing client information but its the relationship with other web-lnguages that I don't fully understand. Let's say I am creating a simple web-application that stores name and phone numbers of my friends this is how I understand it works in plain English. 1. Use HTML for the basic things needed for the website (HTML) 2. Use CSS to add colours and stylings to the website. (CSS) 3. Use Javascript to add a few more functionalities to the site (Js) 4. Create a submit button that when clicked will use POST attribute then send the inputed information to a specified location (PHP) 5. Where does SQL come in????? I understand that it is meant to hold all the submitted information but how is it linked to the website? Is it through the HTML document? Or is it automatically added? I use Xamp, and I know a little on how to use phpmyadmin to create databases and tables but I can't link them with my HTML pages. Thanks. I will really appreciate responses even though I have a feeling it might be difficult to understand what I am really saying. Prince_Jobless Lagos, Nigeria.
×
×
  • Create New...