Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: User Input to mySQL database
Post: RE: User Input to mySQL database

(Aug-25-2020, 01:16 PM)buran Wrote: your line 8 query = ("SELECT f.family_name, f.family_description, f.family_address, f.family_phone FROM Family f WHERE f.family_name like "%+user_input+"% or f.fa...
newbie1 Web Scraping & Web Development 3 4,199 Aug-26-2020, 10:42 AM
    Thread: User Input to mySQL database
Post: RE: User Input to mySQL database

(Aug-25-2020, 01:16 PM)buran Wrote: your line 8 query = ("SELECT f.family_name, f.family_description, f.family_address, f.family_phone FROM Family f WHERE f.family_name like "%+user_input+"% or f.fa...
newbie1 Web Scraping & Web Development 3 4,199 Aug-25-2020, 03:38 PM
    Thread: User Input to mySQL database
Post: User Input to mySQL database

Hi, I have some issues while writing my query and specially how to "secure" de user_input in the query I'm trying to use the user input and pass it in a query to get some results. I have this Error:...
newbie1 Web Scraping & Web Development 3 4,199 Aug-25-2020, 12:57 PM
    Thread: Creating tables with pymysql using Xampp
Post: Creating tables with pymysql using Xampp

I'm trying to build a webapp using Flask and the part with the database is a little bit confunsing since and want to wrap the creation of the tables in my main app file. I could create tables without ...
newbie1 Web Scraping & Web Development 0 2,134 Jul-15-2020, 11:10 AM
    Thread: How to make data coming from a database clickable giving more details
Post: RE: How to make data coming from a database clicka...

(May-29-2020, 12:50 PM)nuffink Wrote: newbie1 sorry if I am misunderstanding you here, but let me get this straight in my head and if it is as i believe then the below should guide you. Objective -...
newbie1 Web Scraping & Web Development 8 3,770 May-29-2020, 11:19 PM
    Thread: How to make data coming from a database clickable giving more details
Post: RE: How to make data coming from a database clicka...

(May-26-2020, 12:52 PM)nuffink Wrote: As ndc85430 has said there is nothing in the code you have presented that shows the retrieval of the rows form your database only the code that shows the insert...
newbie1 Web Scraping & Web Development 8 3,770 May-27-2020, 12:05 PM
    Thread: How to make data coming from a database clickable giving more details
Post: RE: How to make data coming from a database clicka...

(May-27-2020, 04:44 AM)ndc85430 Wrote: I don't see any code in your handler that's doing a query and passing the results to the template, so families (on line 17) isn't set. you are right ... just f...
newbie1 Web Scraping & Web Development 8 3,770 May-27-2020, 10:49 AM
    Thread: How to make data coming from a database clickable giving more details
Post: RE: How to make data coming from a database clicka...

(May-26-2020, 11:43 AM)ndc85430 Wrote: Where is the handler that serves the template? Are you actually retrieving the data from the database and passing it to the template? @home.route('/') def home...
newbie1 Web Scraping & Web Development 8 3,770 May-26-2020, 07:42 PM
    Thread: How to make data coming from a database clickable giving more details
Post: How to make data coming from a database clickable ...

There is no results in the dashboard.html and even if the result was given how can I make the name clickable so that I can see the details? "views.py" def add_family(): """ Add a family to t...
newbie1 Web Scraping & Web Development 8 3,770 May-26-2020, 10:52 AM
    Thread: Build a simple Webapp with Python Flask and mariaDB
Post: RE: Build a simple Webapp with Python Flask and ma...

(May-25-2020, 03:57 AM)ndc85430 Wrote: What have you tried? Do you know how to read from a CSV file? Do you know how to insert into the database? Have you already installed the MySQL Connector libra...
newbie1 Web Scraping & Web Development 3 3,405 May-26-2020, 10:48 AM
    Thread: Build a simple Webapp with Python Flask and mariaDB
Post: Build a simple Webapp with Python Flask and mariaD...

Hi, I've done a little PHP and Python Programming in the past. Now as a newbie in this field (Thread subject) I want to build a simple webapp for a private purpose and I was wondering how to move forw...
newbie1 Web Scraping & Web Development 3 3,405 May-21-2020, 12:37 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020