[PHP] preg_match_all()

2003-03-03 Thread Vania Smrkovski
of a match? How do I parse out only up to the first instance of endcommand? I am not certain if I am subscribed directly to this list, so in answering, would you be so kind as to cc: [EMAIL PROTECTED] Thanks! _ Vania Smrkovski Internet Design and Programming [EMAIL PROTECTED

[PHP] security documentation

2002-09-07 Thread Vania Smrkovski
Can someone please tell me specifically who can answer if http://www.php.net/manual/en/security.php is based on the most recent PHP 4.2.3? Or are there new bits of information that have not been added to this chapter, yet? Vania _ Vania Smrkovski Internet Design

Re: [PHP] PHP editor for windows

2002-04-23 Thread vania
HTMLEDITOR is very good. I use it and i catch beatifull results. - Original Message - From: .ben [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Monday, April 22, 2002 9:36 AM Subject: [PHP] PHP editor for windows Other than notepad, interdev, ultraedit, etc (which i currently use

[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

[PHP] i need mssql(beginer)

2002-01-13 Thread Vania Lavielle Castro
Hi: I need some php functions with sql server and I don't have access to internet, I connected with my server but I can not to execute any query. at the moment I am working with odbc but it is not what I want :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] php and sqlserver2000

2002-01-13 Thread Vania Lavielle Castro
i have many problems with my web site. i have sql server 2000 and php4 but i not connect with my server and the result pages don't show. somebody help me :-( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] out memory

2002-01-13 Thread Vania Lavielle Castro
when trying to show a field of type varchar(200) in my web pages I have an error: Fatal: emalloc(): Unable to allocate 1073741824 bytes it seems being of memory capacity That you think? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[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

[PHP] principiante(beginer)

2002-01-11 Thread vania
quiero conectarme con un servidor sql server 2000 y hasta ahora no he podido. lo intentado con la funcion mssql_connect(server name, user name, contraseƱa) y en el browser recibo el siguiente mensaje Fatal error: Call to undefined function: mssql_connect() in