Embeding php apps onto other websites?

Cow Lover

New member
well first web apps are not using php. you might need javascript.
but all you have to do is copy and paste the code and add it in to your HTML.
 
i have information stored onto a database, and i want to offer users the ability to embed onto thier own websites.

For example, xbox makes it possible to embed your gamertag onto your own website: http://www.xbox.com/en-us/myxbox/embedgamercard.htm

Im kinda having difficulty to explain it. Hopefully you will understand
If i have information in a mysql database i would need to use php to access the information. And i wouldnt want to give out my username and password to everyone. There must be some way of doing this.
 
well first web apps are not using php. you might need javascript.
but all you have to do is copy and paste the code and add it in to your HTML.
 
Back
Top