beautypg.com

Grandstream GXV3140 GMI Guide User Manual

Page 31

background image

Grandstream Networks, Inc.

GMI HTML SDK and API Guide

Page 31 of 43

www.grandstream.com

Last Updated: 09/2010

<

td

width

=

"40px"

>

td

>

tr

>

table

>

body

>

Figure 5: Vote Example illustration 2

文件: myvote.php

//Database configuration

$

mysqlserver

=

"

localhost

";

// hostname of mysql server

$

mysqldb

=

"

test

";

// database containing table

$

mysqluser

=

"

root

";

// user with priveledges to add/modify table

$

mysqlpass

=

"

s1ptest

";

// password for above user

$

mysqltable

=

"

myvote

";

// table containing data

//Categories

$

option

[

0

]

=

'

IM

';

$

option

[

1

]

=

'

Twitter

';

$

option

[

2

]

=

'

Facebook

';

$

option

[

3

]

=

'

Skype

';

$

option

[

4

]

=

'

Web Browser

';

$

option

[

5

]

=

'

Internet Radio

';

$

option

[

6

]

=

'

Online Music

';

$

option

[

7

]

=

'

Online Video

';

//Background color for the category statistics bar

$

bgcolor

[

0

]

=

'

#04F9FA

';

$

bgcolor

[

1

]

=

'

#E76F48

';