Forums

PHP

This topic is locked

PHP In UltraDev

Posted 26 Nov 2001 22:23:26
1
has voted
26 Nov 2001 22:23:26 RJ Skypala posted:
Hey, im kind of new to server scripting in ultra dev. How would I go about making PHP in Ultra Dev, would I use recordsets just like in ASP or is it different? any help would be appreciated. Thanks

thanks
-RJ

Replies

Replied 27 Nov 2001 00:59:08
27 Nov 2001 00:59:08 Tim Green replied:
Well your first step is to download the PHP Server Model for UltraDev from www.interakt.ro/phakt

As for using it, the process is essentially the same as you would use the other server models. So you would create a recordset etc as you did previously.

I would suggest that you give the PHP Server Model a try, and if you run into specific problems then look on these forums for the solution. If you don't find the solution, to your particular problem then post a new thread.

Happy PHP-ing!!!

Tim Green

Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
Replied 27 Nov 2001 01:47:11
27 Nov 2001 01:47:11 RJ Skypala replied:
thanks alot. I have one more question. Do I need to make a database the same as ASP?

thanks
-RJ
Replied 27 Nov 2001 17:10:36
27 Nov 2001 17:10:36 Tim Green replied:
I'm not exactly sure what you mean by this. If you mean, can you use the same database as your ASP site, then the answer to that is probably 'Yes'.

PHAkT uses a wrapper library (called adodb) to handle all database interaction at run-time. In plain english, this means that adodb handles all the communication between Your web page, PHP, and your database, regardless of whether it is MySQL, PostgreSQL, MaxSQL, SQL Server, Oracle, Sybase and more....

The one, and only thing you have to ensure, is that you have installed the appropriate JDBC or ODBC driver for your database so that you can use it at design time within UltraDev.

Perhaps if you let me know what webserver you are using and which database management system you are using, I can be of further help.


Regards,

Tim Green

Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>

Reply to this topic