[PHP] PHP Phone Number Validation

2005-05-16 Thread IMEX Research
OK, I know this has probably gone aruond the list a few times, but how do I validate a phone number that is in the format ddd-ddd- ?? I can't figure out how. Jeremy White IMEX Research Manager, Online Marketing 408-268-0800 1474 Camino Robles San Jose, CA 95120 [EMAIL PROTECTED]

[PHP] Compress Files

2005-04-08 Thread IMEX Research
How do I compress two or more files using PHP? All I have been able to find information on is compressing strings, or just one file. Jeremy White Manager, Online Marketing IMEX Research 408-268-0800 1474 Camino Robles San Jose, CA 95120 [EMAIL PROTECTED] http://www.imexresearch.com

[PHP] Developer Research Survey

2004-12-06 Thread Research
Starmark Research is conducting a survey of software developers for one of our clients. The survey is very brief and requires only a few minutes to complete. All participants are eligible to win a 20GB Apple iPod. The winner will be randomly selected and contacted on December 17, 2004. To

[PHP] Fw: Greetings.

2004-08-18 Thread Research
sage - From: "Gabor Hojtsy" <[EMAIL PROTECTED]> To: "Research" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 10:46 PM Subject: Re: Greetings. > Hm, you are not reporting a bug, but asking a support question. Please

[PHP] file creation date

2002-11-28 Thread Research and Development
Is it possible to get the creation date of a file that is going to be uploaded? I saw a function that returns the file creation date once on the server, but is it possible to get that information from a file that is not yet on the server? Thanks in advance. -- PHP General Mailing List (http:/

[PHP] WAP resources for PHP

2002-11-07 Thread Research and Development
I need to make a site WAP ready in less than a month. What books or internet resources do you recommend for development of WAP in PHP. Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] $html_code .= include ("filetoinclude.txt");

2002-10-13 Thread Research and Development
Should this work? $html_code .= include ("filetoinclude.txt"); I am populating a variable with html to be printred later as usual: $html_code .= "html". But I have some static html files that I want included in the html that I am storing in the variable. The HTML is in text files. The abo

[PHP] Who is online script example

2002-09-25 Thread Research and Development
Hello. Has anyone noticed that some sites can display a list of users currently looking at their site? I would like to see the code to do such things. Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] backup script

2002-09-23 Thread Research and Development
Hello. Can someone point me to an example of a script that backs up de database and the web directory and its files? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail problem with more than 1k users

2002-09-23 Thread Research and Development
Hello. I wrote a PHP script that will pull records from a database (emails) and then mail something to the emails in the result set. Pretty simple and it worked. Now that the database has over 1 thousand records I began to experience performance problems. I figured that my problem was that Sen