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] Pulling data - stops at spaces

2006-05-24 Thread Andres Figari
ee 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

[PHP-DB] pagination problem

2003-07-12 Thread Andres
echo "$i "; } } // next link if($page < $total_pages){ $next = ($page + 1); echo "Next>>"; } ?> 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, visit: http://www.php.net/unsub.php

[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 , b

[PHP-DB] mysql database function problem

2003-06-26 Thread Andres
p with ISS 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

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 pos

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

2002-06-11 Thread Andres Petralli
roperability between Win2k and common Unix systems. 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

RE: [PHP-DB] Re: Retrieving data woes

2001-12-10 Thread Andres Sulleiro
Thanks to Hugh and DL Neil for their answers. I got it working now with your help. Makes me feel dumb now! -- Andrés > > In your SQL request, sort by date. When printing the output, > keep track of the previous date - only print the date if it > changes. Something like > > $conn = my

[PHP-DB] Retrieving data woes

2001-12-10 Thread Andres Sulleiro
y row, but not like above. Can any of you help me? Thanks, Andres. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] MySQL Connection FailedL

2001-09-16 Thread Andres Figari
ere is a miscommunication between the php page and mysql in that php says "Using 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 Databas