Exemple MYSQL+PHP

Hi,

I need a basic example using backbase with php+mysql. I did not obtain to make, to understand rssreader.

Rogerio

Exemple MYSQL+PHP

Hi Rogerio,
here an simple example how to retrieve and update some data from mysql:
http://www.backbase.com/download/php_example.zip

You'll need to setup database (see included users.sql file), and change databse_settings.php
You can add more functionality (like delete, add) as an excersize.
let me know if you need any help with above example,
m.j.milicevic

the example has gone. could

the example has gone.
could somebody upload it again?

Repost please

Hi,

can somebody repost this example?

thanks

Repost please

Sorry guys but this is from two years ago and the examples are gone. Will try and look if there is still a way to get them. But remember this is for our release 3.

php_example.zip is not available

Is it possible to have php_example.zip again available to download?

Exemple MYSQL+PHP

Debtor! Now I obtained to understand. I started to study backbase now and still I do not know much thing. Debtor again.

Obrigado! Agora consegui entender. Comecei a estudar o backbase agora e ainda não sei muita coisa. Obrigado novamente.

Exemple MYSQL+PHP

Hi Marijan Milicevic,

i got this example and understand it all. But i have a few questions and if u could help me i ll love it! =)

There's my questions:
1. I'd like that the rows change the colors when i pass the moude (something like blue) and when i click on a user the rows stay like red.

2. The name "update users" only appear when i click in any user (when the form apper).

3. When i press the button to update the user, the infos change in real time, beacause in this sample we have to press F5 (reload) to the info be update in the screen.

4. Create an option to remove users.

That's all!
Thank you and happy new year! =)

Exemple MYSQL+PHP

Hi Tibério,
I've updated above example. I added auto refresh and table row coloring (look for coloring changes within list_of_users.php. Auto-refresh code is located at the bottom of execute-update.php file.
I havent't implemented deletion: I believe it is good exercise for you. If you have problems implementing it, let me know which parts you don't understend and I'll help you out.
m.j.milicevic
backbase

Exemple MYSQL+PHP

I just downloaded this example and got it running. I am using version 3.1.7 and the screen takes about 5 minutes to load. Is there somtething that I'm doing wrong? I've already ruled out any problems with the server, etc. The examples provided in the 3.1.7 download package work perfectly. Thanks for anyone who can help.

Help!!!!

People:
Where could I find examples using backbase with php+Msql..? or any topics about this subject..??

PHP and MySQL example

In the Beginner Tutorial there is an example of a simple PHP script that gives a reply on a form submit. The code is in the latest Backbase version 4 package. This should help you to understand how to use PHP with Backbase.

How to use PHP with MySQL is another matter, but there are dozens of books about it, and plenty of online information. Using Backbase does not change anything here.
Cheers, Ghica.