This is a discussion on newbie question for Ruby and/or PHP within the PHP Language forums, part of the PHP Programming Forums category; Hi, with some of your help, I manage to extract a delimited record into mysql database using ruby. I have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, with some of your help, I manage to extract a delimited record into
mysql database using ruby. I have the following structure in my MySQL database: acnum varchar(16) --- unique code description text --- description accode varchar(16) --- secondary code note text --- a note imagepath varchar(255) --- image filename What I'd like to do is using Ruby(and/or PHP) to be able to do some operation on those records such as: add a new one, modify, delete, and display the image in the page as well. I'd love to do it in either one of the language(Ruby/PHP) or if you have better one, please do let me know and may be if you kind enough to give me some example. Thanks |
|
|||
|
Artco News wrote:
> I'd love to do it in either one of the language(Ruby/PHP) or if you have > better one, please do let me know and may be if you kind enough to give me > some example. Look up "SQL tutorial" on google, this should get you started. After that, find a PHP tutorial (there are lots). Once you understand how to do this with PHP, ruby will be no problem. -- luc wastiaux - email: dustpuppy@airpost.net jabber: luc@jabber.4002.org ICQ: 76235870 |