Jump to content

Build Theme!
  •  
  • Infected?

WE'RE SURE THAT YOU'LL LOVE US!

Hey there! :wub: Looks like you're enjoying the discussion, but you're not signed up for an account. When you create an account, we remember exactly what you've read, so you always come right back where you left off. You also get notifications, here and via email, whenever new posts are made. You can like posts to share the love. :D Join 93083 other members! Anybody can ask, anybody can answer. Consistently helpful members may be invited to become staff. Here's how it works. Virus cleanup? Start here -> Malware Removal Forum.

Try What the Tech -- It's free!


Photo

clarification regarding nomenclature!


  • Please log in to reply
3 replies to this topic

#1 vijay.gupta

vijay.gupta

    Silver Member

  • Authentic Member
  • PipPipPip
  • 400 posts

Posted 05 July 2011 - 03:46 PM

I read it somewhere "Scripts are used to create db and enter data in db". As far as i know, sql is used to create db and enter data in it. Is script another name for sql?

    Advertisements

Register to Remove


#2 Nahumi

Nahumi

    Advanced Member

  • Visiting Tech
  • PipPipPipPip
  • 688 posts
  • Interests:Technical Support
    Software Development

Posted 05 July 2011 - 04:28 PM

It really depends what language you're talking about and in what context.

SQL is not really a scripting language. SQL is a semantic interface language between a database and a script.

A script, therefore, is a bit of code in any language which is interpreted and executed, although they do not necessarily have to be compiled.

You're probably talking about PHP, a language which is often used to interact with a SQL Database. Most languages can, either through native support or additional libraries, interact with a wide variety of database structures and formats.

This glossary is very extensive and will help you understand some of the jargon :

http://www.w3schools...te_glossary.asp


I hope that helps,
Nahumi

Visiting Tech
@jamescpegg | FreeTrakr
The help you receive here is free.
If you wish, you may Donate to help keep us online..

#3 vijay.gupta

vijay.gupta

    Silver Member

  • Authentic Member
  • PipPipPip
  • 400 posts

Posted 06 July 2011 - 06:57 AM

Thanks Nahumi, I know that php is a server side scripting language. but i didn't knew that it can also be used to create db and entering values in db. So, can you please confirm if it can be done with php?

#4 Nahumi

Nahumi

    Advanced Member

  • Visiting Tech
  • PipPipPipPip
  • 688 posts
  • Interests:Technical Support
    Software Development

Posted 06 July 2011 - 07:59 AM

Yes, you can manipulate a MySQL database with PHP. You will have to create the database first, along with a user. You can then use PHP to create and populate the tables.
Nahumi

Visiting Tech
@jamescpegg | FreeTrakr
The help you receive here is free.
If you wish, you may Donate to help keep us online..

Related Topics



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users