Loading...
Uploaded by EmbarcaderoTechNet on Oct 20, 2010
http://embarcadero.com/products/radphp, Learn how to connect to InterBase using the RadPHP Data Explorer and also, how to connect from PHP. It is very straightforward to connect with InterBase from RadPHP.
People & Blogs
Standard YouTube License
How to insert a row into a table. I use mysql database.
Connection to database is successful on localhost and the server.
The insert is done in localhost, but when I run on a server (I tried some free web hosting server) the row does not added.
No error message no exception.
I use this code:
$this->MySQLDatabase1->execute("insert into table_name (id, name, age) values ('0', 'test', '1')");
What is the problem?
ps: sorry my bad english
robcaa 1 year ago
Load more suggestions
How to insert a row into a table. I use mysql database.
Connection to database is successful on localhost and the server.
The insert is done in localhost, but when I run on a server (I tried some free web hosting server) the row does not added.
No error message no exception.
I use this code:
$this->MySQLDatabase1->execute("insert into table_name (id, name, age) values ('0', 'test', '1')");
What is the problem?
ps: sorry my bad english
robcaa 1 year ago