[PHP-DB] Pulling data - stops at spaces

2006-05-24 Thread Andres Figari
these: http://www.php.net/manual/en/ref.msql.php Any suggestions for an alternative method? thank you for your help :) Andres /* Connecting, selecting database */ $link = mysql_connect($mysql_host, $mysql_user, $mysql_password) or die(Could not connect : . mysql_error

Re: [PHP-DB] Pulling data - stops at spaces

2006-05-24 Thread Andres Figari
Awesome, putting quotes worked!!! Thanks a lot Brad and Bastien :) Bastien Koert wrote: -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] pagination problem

2003-07-12 Thread Andres
;; } } // next link if($page $total_pages){ $next = ($page + 1); echo a href=\.$_SERVER['PHP_SELF'].?page=$next\Next/a; } ? I would appreciate any help. I'm a newby, so be the most especific you can...Many thanks guys. Andres -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

[PHP-DB] Re: mysql database function problem

2003-07-02 Thread Andres
Thanks, it works...mysqlerror() told me the exact problem and I could solve it thanks David Robley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Hello Everybody! I tried to connect with a mysql databasem , but It shows

[PHP-DB] mysql database function problem

2003-06-26 Thread Andres
5.0 and I've Installed those programs a lot of times trying to fix it up but the problem remains. I'll really appreciate any help. Andres -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Men enought for this? LDAP, SSL, Active Directory

2002-06-11 Thread Andres Petralli
. Should I be successful in my research, I really would be willing to write a decent documentation about this, so that others wont have to waste so much time again, like others did on this topic. Kind regards to everyone, Andres -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

AW: [PHP-DB] Men enought for this? LDAP, SSL, Active Directory

2002-06-11 Thread Andres Petralli
have you tried yet? $ad = ldap_connect('ldaps://your.ldap.server', 636); $bound = ldap_bind($ad, 'somebinddn', 'somepasswd'); worked out of the box, using it manage over 20,000 users at a university...can authenticate and change passwords, etc. Sure, I tried this. Do you possibly

[PHP-DB] MySQL Connection FailedL

2001-09-16 Thread Andres Figari
password: NO and MySQL says Using password: YES. I cannot remember what I changed unfortunately :( Has anyone encountered this before who can give me a freindly tip? Andres -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e