Re: [PHP] beginer | SQL PHP Tutorial/Training

2002-01-15 Thread TD - Sales International Holland B.V.
On Sunday 13 January 2002 18:32, you wrote: For all you out there just getting started, on the MySQL site there is atleast I training I know of, I haven't checked there in a while and you might find some others there now too. Anyways, the one I read, and pretty much liked as it will give you

[PHP] beginer

2002-01-13 Thread Vania Lavielle Castro
Hi! somebody say me how work with sql server and code php? i try with the functions and the results are bad i need examples, please :( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP] beginer

2002-01-13 Thread mike cullerton
on 1/13/02 10:32 AM, Vania Lavielle Castro at [EMAIL PROTECTED] wrote: how work with sql server and code php? i try with the functions and the results are bad i need examples, please :( http://www.php.net/links.php -- mike cullerton -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] beginer

2002-01-13 Thread Miles Thompson
Tutorials at http://www.thickbook.com. There are also tutorials at DevShed and WebMonkey, and links at http://www.php.net (or one of its mirrors) Miles Thompson At 12:32 PM 1/13/2002 -0500, Vania Lavielle Castro wrote: Hi! somebody say me how work with sql server and code php? i try with

[PHP] beginer

2002-01-12 Thread Vania Lavielle Castro
i have a sql server and i connected with my database but the query no execute on server. my code is it $conexion = @mssql_connect(servername,username,userpass); // this work if($conexion){ $db = mssql_select_db(Estudiante,$conexion); $qr = mssql_query(select * from

[PHP] beginer

2002-01-12 Thread Vania Lavielle Castro
I need a file php.ini and some advices about configuration of a web server as internet information server to use php. Also i need to know how use the sqlserver 2000 on my php's pages. i use Dreamweaver UltraDev 4 too and i think that i must configurate it. thanks vania. -- PHP General