Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: Getting mysql data into gd

by roboticus (Chancellor)
on Sep 04, 2017 at 00:02 UTC ( [id://1198641]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select foo, bar from my_table 
    where col < '''drop table my_table; --' 
      or (col > 'def_val' and col3 < fgh_val)
    
  2. or download this
    insert into my_table
    select ? as foo, ? as bar, c.id as product_id, d.price as product_pric
    +e
    from my_stuff c where c.name=?
    join friend_prices d where d.name=? and c.class=d.class
    
  3. or download this
    my $ST = db->prepare(q{
        insert into my_table
    ...
    
    $ST->execute(123, 456, 'Mouse', 'Joe');
    $ST->execute(149, 357, 'Mousepad', 'Joe');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1198641]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-23 22:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found