[PHP-DB] Fwd: Marketing Request

2001-09-08 Thread
Below is the result of your feedback form. It was submitted by () on Saturday, September 8, 2001 at 16:15:05 --- message: ATTENTION: ANY SERIOUS NETWORK MARKETER TAKE A LOOK AT THE FOLLOWING OPPORTUNITIES I CAME ACROSS!!

[PHP-DB] Re: postgresql groups and users

2001-09-08 Thread Michiel_Lange
I finally had the time to check it out, your solution should be really close... to clarify: - one user can be the member of groups - one group can have members I thought that was n on m relation, but oh well :) Anyways: there's no relation groups, but instead a pg_group and pg_user (real datab

[PHP-DB] Re: ODBC and SQL Server

2001-09-08 Thread Ron Litzenberger
Are u still having password problems? What I did was use a sql account and not the NT account. So create a user account is SQL then set the odbc driver to connect using that account. I belive the reason the NT account wont work is because the account running PHP has permissions set to everyone

[PHP-DB] Re: Does PHP work with Sybase ASA?

2001-09-08 Thread Davor Pleskina
It is commented with ";". Will ASA be accessible via standard Sybase functions when I uncomment that line? TIA. "Bruno Franx" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Yes! > > I'm working fine with ASE, Php4 and Apache web-server, > check your php.ini f

[PHP-DB] Re: Does PHP work with Sybase ASA?

2001-09-08 Thread Bruno Franx
yes, but you have to use sybase ct_library and in php-code: sybase_query() other than mysql_query() and so on bye "Davor Pleskina" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It is commented with ";". Will ASA be accessible via standard Sybase > fun

[PHP-DB] mail() - is there a limit?

2001-09-08 Thread olinux
I am using a script that grabs about 100 emails from a database, loops thru and writes them to $bcc Then I use a single mail() to send a msg to everyone in the $bcc Is there a maximum nuber of emails that i can mail to this way? Thanks, olinux __

[PHP-DB] URL checking

2001-09-08 Thread Larry \"RedCobra\" Linthicum
I have a database with lots of urls stored I would like to build a script the retrieves them ... then somehow checks each one to see if the link produces a "error 404" and is no longer good, then ideally write a file of "bad links" for me this seems like it would be possible with PHP, could so

[PHP-DB] Step through an array

2001-09-08 Thread Dave Carrera
Hi all I have a list of images that i way to step through at 5 second intervals. I think i need to create a timed loop. So i have a list of images: image01 image02 image03 etc: I want to be able to have the script start at image01 and wait 5 seconds then goto image02 and so on. Any ideas