[PHP-WIN] REMOVE :::IMPORTANT FOR YOU

2001-11-28 Thread Corn Vollney-R7019C
Hey Jack Azz, This is a SERIOUS list for REAL people who need help with php and windows, take your SPAM and put it where the sun dont shine. Sincerely, Vman -Original Message- From: Zeynab [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 7:30 PM To: [EMAIL PROTECTED] Subj

RE: [PHP-WIN] how do you determine how many people are on your webpage right now!

2001-11-20 Thread Corn Vollney-R7019C
Sessions and some kind of counter variable. Check the documentation for more info on sessions. Basically it would go like this: 1) User loads page and a session is created, this increments the counter by one 2) When the session is destroyed the counter is deincremented. Then create a nifty litt

RE: [PHP-WIN]How to know how long a person stay

2001-11-20 Thread Corn Vollney-R7019C
Patrick, A couple of ways you could do this: 1. Using jscript, set a cookie on the users machine with the time stamp of when they opened the page, using the onload event. Then when the user exits the page, using the onUnload event, read the cookie data, and send it to a php script to write it

RE: [PHP-WIN] Re: Boy Makes $71,000 in 3 Weeks. You Can Too!!

2001-10-23 Thread Corn Vollney-R7019C
This is basically another multi-level marketing scam. You pay the guy 5 bucks to 5 reports that basically tell you to send out X number of emails to all your friends, who then (supposedly) pay you 5 bucks to get the 5 reports, etc. Its a total scam and provides no value add for our country, the

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Corn Vollney-R7019C
Ross, A better way to validate your form is to use javascript on the client side, once the form is validated (using the clients computer power) you can then send the data to a php script via get or post, and have it processed further. V -Original Message- From: Ross Fleming [mailto:[E

RE: [PHP-WIN] Data from local PC MySQL (or MSAccess) to remote UNIX ISP MySQL

2001-10-10 Thread Corn Vollney-R7019C
What you need to do is download DBTools for windows at http://dbtools.vila.bol.com.br . You can then connect to your ISP's Mysql server and transfer you access database. Voll -Original Message- From: Tome [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 10:11 PM To: [EMAIL

RE: [PHP-WIN] Setting up MySQL for PHP

2001-10-04 Thread Corn Vollney-R7019C
Olivier, I simply installed MySQL on an NT 4 server, and then php, then set up your scripting aliases in you web server and wa la, your set. Now you can use the Mysql api that is built into PHP and call the db right from your code. If your webserver is on another machine, then you need the MyS

RE: [PHP-WIN] Does anyone know any sites where a PHP programmer can find job?

2001-02-23 Thread Corn Vollney-R7019C
Sorry for cluttering your email box with job info but I sense a fellow programmer in need. Check out these sites as well: Flipdog.com ComputerJobs.com Guru.com Bullhorn.com Good luck. Voll -Original Message- From: Phillip Bow [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001

[PHP-WIN] Fatal Error?

2001-02-05 Thread Corn Vollney-R7019C
Hello All, I have just set up PHP3.0 on a linux box w/ Apache. User rights are correct and php works with a simple test script but I keep getting this error when using a script to insert form data into a mysql db, Fatal error: Call to unsupported or undefined function mysql_connect() in /home/we

RE: [PHP-WIN] DOM

2001-01-13 Thread Corn Vollney-R7019C
James, If you are the owner of the dowloaded html page you could use WDDX. Check it out at WDDX.org. Voll -Original Message- From: James Duncan [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 8:11 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] DOM Hi