Thanks a million, this is exactly what I was looking for!
--
http://www.providenames.com
http://www.erichkolb.com
http://www.kolbsoft.com
http://www.phpquestions.com
"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Erich Kolb wrote:
>>
I think the easiest way is to store your data in MySQL and then create a DSN
via MyODBC and connect to your spreadsheet.
"Matt M." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>> Can PHP work with Excel files as database ?
>> If not, how can I conver it to MySQL format and
>> reco
Is there an easier way to assign all post data from a form to session data?
Eg.,
$_SESSION['first_name'] = $_POST['first_name'];
$_SESSION['last_name'] = $_POST['last_name'];
$_SESSION['email'] = $_POST['email'];
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
Kennedy
>
> -Original Message-
> From: Erich Kolb [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 26, 2003 10:55 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Search Submission Tool
>
>
> Im putting together a free web based tool available to anyone who wan
and
I will be adding some additional search engines, but I was wondering if
anyone would be willing to take a look and offer any suggestions for
improvement.
I apoligize if this is in the incorrect forum, but im looking for as much
feedback as possible.
Thanks,
Erich Kolb
--
PHP General Mailing
The company that I work for is currently looking for an additional web
developer. If you are interested, please send your resume and a link to at
least 3 of your most recent projects. Qualified candidates should have at
least 4 years of experience with HTML/Javascript Design, PHP, MySQL, Apache,
Does anyone know of a PHP user group near Gurnee, IL. I found one in
Chicago, but its a little far to go and they meet in the middle of the day
on Sat.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am already running MySQL 4, how would I go about adding indexes?
"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> On 06/27/2003 04:55 PM, Erich Kolb wrote:
> > Can anyone offer some suggestions as to how I can speed up MyS
Can anyone offer some suggestions as to how I can speed up MySQL query
results? I have a simple database with 3 fields in 1 table. The thing is
that there are over 11 million records. Average query time is about 25
seconds. The machine itself is pretty fast(P4 1.8ghz/ 1gb ram). Any
suggestions
Nevermind. Duh, I can do it by:
include ("xmlrpc.inc");
or
include ("xmlrpcs.inc");
"Erich Kolb" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What do I have to do in order to use the XML-RPC functionality on a
Windows
> based machine?
What do I have to do in order to use the XML-RPC functionality on a Windows
based machine? It was fairly easy to drop the .inc files into the PHP
include directory on a Linux box, but I am not sure if it is possible to do
the same on a Windows machine.
--
PHP General Mailing List (http://www.p
How do I get a value from an array thats inside of an array?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How do I grab the first X characters of a string?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am somwhat aware of the ability to access email using php and IMAP, but is
it at all possible to download email via pop3?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How can I get statistics from a remote file?
I am trying to get info on:
FileSize
Date Created
Date Modified
when:
fopen ("http://somedomain.com/somefile.ext";, "r")
Also, I am unable to use filesize function where $fp =
fopen("http://somedomain.com/somefile.ext";, "r").
Is it possible to do t
How can I clean this up?
$in_file = http://somedomain.com/somefile.php;
$out_file = ereg_replace("http://";, "", $in_file);
$out_file = ereg_replace("/","-", $out_file);
$out_file = "/www/dev/".$out_file;
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
I am working on some logic where users are categorized based on the results
from a few questions. So far everything is working properly, but I would
like to be able to assign multiple categories to each user. Any ideas on
how to accomplish this?
I am assuming that an array would be in order, but
I am going to be dealing with a ton of data shortly and my goal is to make
it accessible via the web. I am curious about the performance differences
between using a database or leaving the data in the individual files they
originated in. Can anyone offer any recommendations?
--
PHP General Mai
Does anyone have an example of how to download newsgroup headers from a NNTP
server and insert them into a MySQL DB?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
:
www.kolbsoft.com.
Thanks,
Erich Kolb
President - KolbSoft Technologies
http://www.kolbsoft.com
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am trying to install php-4.2.3-Win32 on MS WinXP using
apache_2.0.43-win32-x86-no_ssl.
I have followed instructions included in the php package only I have
changed:
LoadModule php4_module "C:/php/sapi/php4apache.dll"
to
LoadModule php4_module "C:/php/sapi/php4apache2.dll"
I am receiving:
apache
Ok, I have removed the http://www.phpdiscuss.com
> >
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry for the ID10T, the address is: http://www.phpdiscuss.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have setup a web-frontend to the PHP.net Usenet/Mailing List Groups.
Could anyone take a look and give me some recommendations on enhancements?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What is the PHP equivalent to javascript: back?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Why cant I use more than 1 variable in a cookie?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please see below. I have posted the entire script.
"Bogdan Stancescu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Then you're doing something wrong. Can you post a piece of code?
>
> Bogdan
>
> Erich Kolb wrote:
> > I have already
Is there a way to "pause" a script?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How can I remove all \n and \r from a txt file?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there any way to determine if someone is logged in to a Samba Domain
using PHP? If so, how?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there any way to speed up MySQL queries?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have started a new website devoted strictly to discussing development with
PHP. If anyone is interested, you can see it at http://www.phpdiscuss.com.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have developed a simple login script. Right now it will check a submitted
username and password and verify it against a database. This part works
fairly well, however I want to know how to assign a variable that will pass
through to the next page(s) to do something like:
if verified == 1 then
How do I download a file with PHP? I have a few hundred .xml and .rdf files
that I want to download on a regular basis.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrat
Just out of curiosity, is there anyone here that is using phpwebhosting.com
to host their site? Due to ALL the problems with the DSL in my area, I am
thinking about not hosting my own site anymore and phpwebhosting.com seems
to be what I need, I am just looking for some input about any problems t
I am a total newbie, so please forgive the simplicity!
I have a huge list of email addresses in a text file and also in a MySQL DB
that I would like to use PHP to loop through and send an email to each one
of them. How do I loop through a text file using each email in the txt file
as a seperate e
When you query a MySQL Database, how do you set the order alphabetically?
--
PHP General 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]
Does anynone know where I can find a database of "general information" like
country abbreviations -> country, zip codes, state names? I am also looking
for a database that has generic topic lists, sort of like how you see on
Yahoo.com or DMOZ? If there is no database, would anyone be interested
Does anyone know where to obtain instructions on how to upgrade to PHP
4.04pl1? Has anyone done this yet? What kind of problems did you run into?
Does anyone know of a script that will take data from XML/RDF news feeds and
automatically INSERT into a MySQL database? I have a news script that I can make
changes to, but I would also like to be able to automatically insert data into the
database that my news script is running on.
40 matches
Mail list logo