Jump to content

how I send data to my mysql


python
 Share

Recommended Posts

Hello every body

I have a php site with mysql database

when any body wont to send any question to my he can use an application page

So .. my question is

how I can make 2 text in my project and 1 button

in first text enter some email

and is second text enter any message

and when I click on button text(1) and text(2) send to my mysql database

I just need an example

Link to comment
Share on other sites

Is this so called application page is viewed in browser(HTML code)? or application page run by AUTOIT GUI?

[font="Palatino Linotype"][size="2"]*** The information contained in this post should be considered and certified WORKS ON MY MACHINE ***[/size][/font][font="Palatino Linotype"][size="2"] [/size][/font]
Link to comment
Share on other sites

Hello every body

I have a php site with mysql database

when any body wont to send any question to my he can use an application page

So .. my question is

how I can make 2 text in my project and 1 button

in first text enter some email

and is second text enter any message

and when I click on button text(1) and text(2) send to my mysql database

I just need an example

you could have it so the button does something like...

$oIE=_IECreate("yourdomain.com/yourpage.php?email=myemail%40hotmail.com&?message=if+you+already+have+a+page+that+does+the+work%2C+just+submit+the+values+to+the+page+and+let+it+do+the+work");requires #include<ie.au3>
_IEQuit($oIE)

you'd of course have to replace the domain, page, and parameter names with the correct ones, but it would work. you could also play with the _IECreate() parameters and not even have it visible

Link to comment
Share on other sites

I still don't get your question. You may use cameronsdad if you had site with html page to send comment but if you want your autoit project have a GUI with button to send comments/data directly to your mysql database server, then you may use mysql connector and mysql UDF, just search here on mysql UDF for samples.

That's my answer based on my understanding on your question here.

Correct me if I'm wrong..

[font="Palatino Linotype"][size="2"]*** The information contained in this post should be considered and certified WORKS ON MY MACHINE ***[/size][/font][font="Palatino Linotype"][size="2"] [/size][/font]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...