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
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
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
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
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
> 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
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
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
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]
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
10 matches
Mail list logo