MySQL - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

MySQL

Description:

MySQL & PHP. Miroslav Georgiev, FN: Course: Modern Software Technologies. MySQL & PHP ... ???? ????????? ????????, ????? ?? ?????? ?? ????????? ?????! ????????? ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 10
Provided by: sst56
Category:
Tags: mysql | miroslav

less

Transcript and Presenter's Notes

Title: MySQL


1
MySQL PHP
  • Miroslav Georgiev, FN
  • Course Modern Software Technologies

2
MySQL PHP
  • 1. ?????????? ?? ????????
  • 2. ?????????? ?? ???? ?????
  • 3. ??????
  • 4. ????????? ?? ???????? ?? ????????
  • 5. ??????

3
MySQLPHP ?????????? ?? ????????
  • int mysql_connect(
  • ??? ?? ???? ???? /??? ??? socket,
  • ??????????,
  • ??????)
  • int mysql_close(
  • ????????????? ?? ????????)

4
MySQLPHP ?????????? ?? ???? ?????
  • int mysql_create_db()
  • int mysql_drop_db()
  • int mysql_select_db()
  • ??? ?? ?????? ?????,
  • ????????????? ?? ????????

5
MySQLPHP ??????
  • int mysql_query(
  • ?????? ?? ????????,
  • ????????????? ?? ????????)
  • int mysql_list_dbs(
  • ????????????? ?? ????????)
  • int mysql_list_tables(
  • ??? ?? ?????? ?????,
  • ????????????? ?? ????????)

6
MySQLPHP ?????????
  • string mysql_num_rows(
  • ????????????? ?? ?????????)
  • string mysql_fetch_array(
  • ????????????? ?? ?????????)
  • string mysql_free_result(
  • ????????????? ?? ?????????)

7
MySQLPHP ??????
  • int myslq_errno(
  • ????????????? ?? ?????????)
  • int myslq_error(
  • ????????????? ?? ?????????)

8
MySQLPHP ??????????
  • ??????? ?????? ?? ???????? ??
  • MySQL ? PHP
  • http//marinam.hit.bg
  • ???? ????????? ????????, ????? ?? ?????? ??
    ????????? ?????!
  • ????????? ?? ??????????!

9
??????
  • http//www.mysql.com/
  • http//www.php.net/
  • PHP/MySQL Tutorial
Write a Comment
User Comments (0)
About PowerShow.com