[PHP] Cgi modules

2002-04-23 Thread Richard Thomas
I have php compiled as both a module and cgi on my server... Running php from the command line works just fine, no unexpected output.. However running it as cgi from the webserver is really wierd... The very first line #!/usr/bin/local/php ALWAYS shows up on the webpage... Its driving me nuts.

[PHP] current date query

2002-04-27 Thread Thomas Goeminne
Hi, I am a beginning programmer and I am missing my Mysql/php book for some days so I can't look up what i need. i need a query something like this: query= SELECT from calender WHERE ('$day','$month','$year')= current date i need a script that looks in my database for events that are going do

[PHP] compiling extensions from "HEAD" for 4.1.1?

2002-04-27 Thread Thomas Seifert
Hi folks, I would like to use a extension from the php4-cvs for my current php4.1.1-production-system. Is it possible to use such an extension? if so, how? using phpize produces error messages about the m4-macros. thanks a lot, Thomas -- PHP General Mailing List (http://www.php.net/) To

[PHP] Bug #16747

2002-05-10 Thread Shaun Thomas
n our devel systems, we have to turn off E_ALL, because of one notice that shouldn't even really be a notice. I can't be the only one this affects. Can one of the developers support this behavior, or is it some kind of arbitrary decision? -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: [PHP] Alternating Table Rows, Part Deux..

2002-05-10 Thread Shaun Thomas
ot;\n". "\t$aRow[somecolumn]\n". "\t$sCompanyName\n". "\t$line[anothercolumn]\n". "\n"; } - CUT HERE ----- And done. Infinitely more maintainable. -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: [PHP] Send html email

2002-05-12 Thread Thomas Seifert
On Sun, 12 May 2002 00:07:57 -0500 (CDT) [EMAIL PROTECTED] (Miguel Cruz) wrote: > On Sat, 11 May 2002, Alex Shi wrote: > > Thanks for all of you who answered my question. But another of > > my stupid question is: what is RTFM? > > RTFM == Read The Flurking Manual Or Read the fine manual (or r

Re: [PHP] Newbie - Spot the error

2002-05-15 Thread Shaun Thomas
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Shaun M. ThomasINN Database Administrator | | Phone: (309) 743-0812 Fax : (309) 743-0830| | Email: [EMAIL PROTECTED]AIM : trifthen

[PHP] Compiling PHP on Solaris 7

2002-05-15 Thread Thomas Finley
or directory make[1]: *** [zend_language_parser.lo] Error 1 make[1]: Leaving directory `/usr/share/src/php-4.2.1/Zend' make: *** [all-recursive] Error 1 Thomas Finley [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mysql error

2002-05-17 Thread Thomas Seifert
also try to: echo mysql_error(); after the select-query, it will tell you what went wrong. Thomas On Fri, 17 May 2002 18:45:07 +0100 [EMAIL PROTECTED] (Randum Ian) wrote: > Hi all, > > I have got this code but I can get it to work, it doesnt make sense! > > > &

Re: [PHP] ******************* Secure product download *******************

2002-05-29 Thread Shaun Thomas
t root, the download location can't even be reverse-engineered. This script is the only way to get that file. -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Shaun M. ThomasINN Database Administrator | | Phone: (309) 743-0812

[PHP] mysql_db_query and the future?

2002-02-23 Thread Thomas Seifert
connection parameters). Is there a speed penalty in using the combination of mysql_select_db();mysql_query ... compared against mysql_db_query? Thanks a lot for already reading this ;-) Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] unzip with php

2002-02-28 Thread Thomas Franz
that are only 8 characters allowed for the docname. My docnames are longer and often the first 8 characters are the same. I think i need an other zip-program. Is there anybody who can help me or give an idea. Thanx Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] create a file

2002-02-28 Thread Thomas Franz
good morning, i want to create a new file and save it in the current dir. I look in the manual but only i found how to create a dir. Thanks for help. Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: create a file

2002-02-28 Thread Thomas Franz
I found it. "Thomas Franz" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED].; > good morning, > > i want to create a new file and save it in the current dir. I look in the > manual but only i found how to create a dir. > > Thanks for help.

[PHP] Global Variable Change

2002-03-01 Thread Thomas Brodkorb
uot;) ) { $lang= "1031"; } $Language = $lang; if (session_is_registered('Language')) { session_unregister('Language'); } session_register('Language'); } ?> But it doesnt change ANYTHING Please Help Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Bizarre mail() problem

2002-03-02 Thread andy thomas
I have written a script to do some massmailing - it extracts an email address from a MySQL database and uses it to send a text file as a mail message. It works but there is a 75 second delay between each message being sent out! This is baffling - there are no delays built into the script and noth

Re: [PHP] Bizarre mail() problem

2002-03-02 Thread andy thomas
ending a message a second, so that sendmail was handling 10 messages/second and load average hit 3.5. It must have been a network related problem but it's all running fine now with 1 message a second going out from the original script. cheers, Andy > - Original Message - > From: &q

[PHP] PHP4.1.2

2002-03-02 Thread Thomas Holton
Hello, I upgraded my PHP to 4.1.2 from 4.0.6. Now, twig, which uses imap, does not work just returns a popup that says the document contained no data. I have checked other applications using php and they all seem fine. Also, pine, which uses the imap, is functioning normally as well. There

Re: [PHP] Bizarre mail() problem

2002-03-02 Thread andy thomas
ut it will be interesting to see what happens in about half an hour's time. Andy > - Original Message - > From: "andy thomas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, March 02, 2002 11:04 AM > Subject: [PHP] Bizarre ma

Re: [PHP] Bizarre mail() problem

2002-03-03 Thread andy thomas
On Sun, 3 Mar 2002, andy thomas wrote: > > > On Sat, 2 Mar 2002, Andrey Hristov wrote: > > > check you php.ini if you need to change sendmail -t -i to something other. > > We are still having problems with this. Doing another mailshot, the script > crawled at 1 mess

[PHP] Re: cursor focus

2002-03-03 Thread Thomas Seifert
yeah, but what you want to do can only be accomplished with JavaScript. PHP is a serverside language and you need a clientside-lang like JS. Thomas Ralph Jarvis wrote: > I am not running Javascript, just PHP/HTML... > THe particular script I am having problems with has several decision

Re: [PHP] permissions

2002-03-04 Thread andy thomas
On Mon, 4 Mar 2002, John Gurley wrote: > Can someone pleas tell me if there is something funny when it comes to unix > permissions and PHP. When php creates a file in unix the owner is > nobody...does this raise any issues, and if it does could someone please > tell me a web site where I could

[PHP] Running PHP scripts from the shell

2002-03-11 Thread andy thomas
Just wondering but is there any way PHP scripts can be run from the command line from a standard Unix shell like, for example, perl rather than being invoked via a browser and running web server, etc? Such a feature would be very nice as there are a number of things that can be done better from P

Re: [PHP] Running PHP scripts from the shell

2002-03-11 Thread andy thomas
On Mon, 11 Mar 2002, Jason Wong wrote: > On Monday 11 March 2002 20:18, andy thomas wrote: > > Just wondering but is there any way PHP scripts can be run from the > > command line from a standard Unix shell like, for example, perl rather > > than being invoked via a br

Re: [PHP] What is needed to test php mail on a local testserver

2002-03-14 Thread andy thomas
On Thu, 14 Mar 2002, andy wrote: > Hi there, > > I am wondering, how I could test the mail functions of php on a local > machine. Do I have to install something like a mailserver, or does this come > with php? If you are using a Unix/Linux type server for your local system, sendmail (or an equ

Re: [PHP] CLI through PHP

2002-03-14 Thread andy thomas
On Thu, 14 Mar 2002, Liam wrote: > 14/03/2002 10:51:10 PM > > Hi, I was wondering how I'd go about manipulating some command line > software through PHP. For instance, I have an FTP program installed > that allows you to add users through the command line, but it's in this > format: > > -

Re: [PHP] Re: Why?

2002-03-30 Thread andy thomas
On Sat, 30 Mar 2002, Michael Kimsal wrote: > Alberto Wagner wrote: > > Why everyone uses $foo or $foobar as examples? > > > > > > > > Why not? They are relatively benign words that are simply to > type and aren't terribly language centric. > > $moo and $moocow would work just as well, or $asdf

[PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
order starting with shipping info in the database and merely pass the order number that is assigned to them. What is the opinion, are sessions reliable enough to go through the step process? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst ht

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
URL on every page so whether or not cookies are set, the session stays intact. I'm thinking that I solved my old problem and I'm going to do it in the database and pass the order number. That's probably the best way. I only have to provide for order clean-up for those that started the

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
e I do my link Of course, the sessfield function is for passing the session ID via a form. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
me and id passed through > the url every single time. There is absolutely no reason to use those > functions since php takes care of that stuff for you. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -

[PHP] file seems b0rken

2002-04-09 Thread Thomas Wentzel
Hi! $test=@file("some_non_existing_file"); Can somebody explain why count($test) is 1. When $test doesn't hold any data (which ofcourse is correct). Regards Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: file seems b0rken

2002-04-09 Thread Thomas Wentzel
Arhh man, that was embarrasing... Thanks! I guess I didn't get enough coffee this morning :/ T. Cc Zona wrote: > > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Thomas Wentzel) wrote: > > > $test=@file("some_non_existing_file"); > > > >

Re: [PHP] Classified Ad system (was: MySQL vs Flat File)

2001-10-17 Thread Thomas Deliduka
On 10/17/2001 6:11 PM this was written: > Thomas Deliduka wrote: > >> On a related note, does anyone here know of a GOOD program in PHP to do >> classified ads? >> > I just picked up November 2001 Web Techniques today and it has an > article you can check out

Re: [PHP] getting data from form...

2001-10-18 Thread Thomas Deliduka
make it that form.php3 will read all the data that was submitted > (i'm mean the name and the value) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Looking for a text editor for Mac

2001-10-25 Thread Thomas Deliduka
#x27;s also ready for OS X (as is BBEdit). http://www.hekkelman.com/pepper.html It also can be used in conjunction with other programming applications (as I think BBEdit, not sure) like Code Warrier. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet

[PHP] compile error

2001-10-26 Thread Thomas Holton
find any references to this type of error, so any help or ideas are greatly appreciated. I can also send out my config.log file to anyone if they want. Thanks in advance, thomas holton .. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Searchengine friendly URLs

2001-10-26 Thread Thomas Deliduka
for subject topic "Submitting variables via > /'s"... > > You may also want to read the following article: > > http://www.zend.com/zend/spotlight/searchengine.php -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Int

Re: [PHP] PHP Highlighting Text Editors

2001-11-02 Thread Thomas Buck
There's vim/gvim for Windows and Mac. Personally I use gvim 6 on Windows Thomas. >these are the editors given by you guys, thanks for the replies. If somebody >could put this online on php.net it would be great. If you have anything to >add please feel free to email

Re: [PHP] read file

2001-11-23 Thread Thomas Fischbach
hi, andrey hristov told me how to read a file and put it into a table (thx) but now i see that i need the data in an array. can somebody help me please? thx On Friday 23 November 2001 10:16, Andrey Hristov wrote: > $content = file('file_name.txt'); > $HTML .=''; > foreach ($content as $v){ >

[PHP] Zend Optimizer Gui?

2001-12-11 Thread Thomas Deliduka
I am looking at the documentation for the zend optimizer and I see nothing about this (perhaps not looking hard enough?) The installation had me set a password for the Optimizer gui Interface. What is this? How can I get to it? -- Thomas Deliduka IT Manager - New

Re: [PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Thomas Deliduka
On 12/11/2001 4:22 PM this was written: > Yeah, and waiting till Zend is bringing out a working version of Optimizer > for > that PHP version ! :) It's out Version 1.2.0 -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Inter

[PHP] PHP called recursively?

2001-12-21 Thread Thomas Karcher
lem is to do it with fopen(http://localserver/...), but this is not very good I think because I have loops in my script, so for every loop an HTTP request is called ... very heavy for the webserver ... Thanks a lot, Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

[PHP] Re: PHP called recursively?

2001-12-23 Thread Thomas Karcher
se ... And yes, at this time, I am parsing the content for substituting image paths, CSS paths and so on ... In the meantime, I had to solve the problem, so I did it via fopen(http://server/php-script.php4), but I am interested why it doesn't work with an "embedded" PHP script. Tha

[PHP-CVS] cvs: php4 /pear/DB STATUS ifx.php

2001-03-24 Thread Thomas V.V.Cox
cox Sat Mar 24 10:56:25 2001 EDT Modified files: /php4/pear/DB STATUS ifx.php Log: Minor fixes Index: php4/pear/DB/STATUS diff -u php4/pear/DB/STATUS:1.16 php4/pear/DB/STATUS:1.17 --- php4/pear/DB/STATUS:1.16Fri Mar 23 23:00:45 2001 +++ php4/pe

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB pgsql.php

2001-03-26 Thread Thomas V.V.Cox
cox Mon Mar 26 15:31:50 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB pgsql.php Log: pgsql.php * connect() always use pg_connect string instead of the deprecated params mode * removed duplicated functions prepare() and execute() (n

[PHP-CVS] cvs: php4 /pear/DB common.php ifx.php pgsql.php

2001-03-26 Thread Thomas V.V.Cox
cox Mon Mar 26 16:57:25 2001 EDT Modified files: /php4/pear/DB common.php ifx.php pgsql.php Log: ifx.php * Changed default fetchmode to ORDERED * Remove extra checks in connect and added $dns property * fetchRow() now uses fetchInto() common.p

[PHP-CVS] cvs: php4 /pear/DB ibase.php oci8.php

2001-03-27 Thread Thomas V.V.Cox
cox Tue Mar 27 16:54:05 2001 EDT Modified files: /php4/pear/DB ibase.php oci8.php Log: oci8.php * added not capable for fetchInto when $rownum !== null (feature not supported yet) * fix fetchInto to return null on no more data * Removed extra che

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB ifx.php mysql.php pgsql.php

2001-03-28 Thread Thomas V.V.Cox
cox Wed Mar 28 15:52:21 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB ifx.php mysql.php pgsql.php Log: pgsql.php * better handling of $rownum param in fetchInto() * changed property numrows[] to num_rows[] DB.php * $rowmun in

[PHP] Array in Session-Vars?

2001-03-29 Thread Thomas Häger
i proove the entries with count($HTTP_SESSION_VARS["xy"]) , there are only one entry. Have somebody an idea? Thanks, Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-CVS] cvs: php4 /pear/DB odbc.php sybase.php

2001-04-02 Thread Thomas V.V.Cox
cox Mon Apr 2 17:23:46 2001 EDT Modified files: /php4/pear/DB odbc.php sybase.php Log: odbc.php - spaces & idents - new temporary fetchInto() - removed extra checks in connect() Note: in fetchRow this line looks very strange (isn't 3 params

[PHP] array in Session-Vars?

2001-04-03 Thread Thomas Häger
i proove the entries with count($HTTP_SESSION_VARS["xy"]) , there are only one entry. Have somebody an idea? Thank, Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP] OT Regular Expression [grep]

2001-04-03 Thread Thomas Deliduka
just the PID's? How can I do this quickly and easily? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] OT Regular Expression [grep]

2001-04-03 Thread Thomas Deliduka
hat to grep somehow and get just the PID's? > > (1) look up system / backtick operator / ... to get the output of the > grep call as array, one line per entry > > (2) do a > > foreach ($TheOutput as $Line) { > if (preg_match ('/^\s*(\d+)/', $Line, $Matches)) {

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread Thomas Deliduka
On 4/4/2001 1:32 PM this was written: > > If you're using PHP, you're already a winner (in my book anyway!) > LOL -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General

[PHP] CGI ver. showing exec line

2001-04-04 Thread Thomas Deliduka
file looks like this: #!/usr/local/php4/bin/php -q And the first line is displayed to the screen when the script is ran. Why is that and does anyone know how to stop that? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst

[PHP-CVS] cvs: php4 /pear/DB pgsql.php

2001-04-04 Thread Thomas V.V.Cox
cox Wed Apr 4 15:55:10 2001 EDT Modified files: /php4/pear/DB pgsql.php Log: as the row counter starts with 0, last row is before numrows Index: php4/pear/DB/pgsql.php diff -u php4/pear/DB/pgsql.php:1.36 php4/pear/DB/pgsql.php:1.37 --- php4/pea

Re: [PHP] CGI ver. showing exec line

2001-04-05 Thread Thomas Deliduka
every script is displayed (the > execution line) > > I.e. The file looks like this: > > #!/usr/local/php4/bin/php -q > > Code. > ?> > > And the first line is displayed to the screen when the script is ran. Why is > that and does anyone know how to stop that? --

[PHP] can't restart apache, help needed

2001-04-10 Thread Thomas Angst
version of the suse linux and PHP4, if anyone has an idea how to rerun the apache without a completly new compilation of it please tell me thanks and best regards Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Thomas Angst
ine 0 PHP Warning: Basic Functions: Unable to register functions, unable to load in Unknown on line 0 and /sbin/init.d does no more exist Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: Lists are back up

2001-06-18 Thread Thomas Deliduka
On 6/18/2001 3:15 PM this was written: > We have re-enabled the PHP mailing lists. They are now running from a > temporary machine sitting on the floor of my spare bedroom. A more > permanent home is in the works. LOL, ya hoo!! -- Thomas Deliduka I

Re: PHP version?

2001-06-18 Thread Thomas Deliduka
there any changes in the version which could be causing these problems? Not sure, any mysql-related stuff here:  http://www.php.net/ChangeLog-4.php -- Thomas Deliduka IT Manager  - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: [PHP] logout

2001-06-20 Thread Thomas Deliduka
x27;s http authentication I'm not sure. -- Thomas Deliduka IT Manager  - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

[PHP] imap_status

2001-06-26 Thread Thomas Ferte
I I use imap_status, but i want the information on the mail (Subject,Size). Thanks -- 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 PROTECTE

[PHP] mssql and uniqueidentifier's

2001-06-27 Thread Thomas Häger
Result shown in the browser, queried by php : ÑgdIFv"@?pfê"2 Can somebody help me, thanks, Thomas -- 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 administrato

Re: [PHP] Pricing Advice Needed

2001-06-29 Thread Thomas Deliduka
= fobar($foo); } else { $dofoo = foobar($bar); } Or If ($foo == "bar") { $dofoo = fobar($foo); } else { $dofoo = foobar($bar); } I would never trust someone who charged by line. I think in general it's about $100-$150/hour for programmi

[PHP] Question on Commercial Offerings

2001-06-30 Thread Thomas Deliduka
olution to their hosting. Well, we want to migrate this to PHP/MySQL and I don't know how to protect the source code. My boss is suggesting to make a DSO but I really am not a C programmer to do all that. I want to make it all in PHP but somehow protect the code. Any ideas? -- Thomas Deli

Re: [PHP] can I fopen an https url?

2001-07-09 Thread Thomas Deliduka
PHP (http://www.php.net/manual/en/ref.curl.php) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

[PHP] option value

2001-07-15 Thread Michael Thomas
how can i populate an dropdown box useing php & postgresql. Thanks in advance -- 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]

Re: [PHP] Example high-profile PHP sites

2001-07-26 Thread Thomas Deliduka
a list of big, > impressive-sounding, high-profile sites using PHP. I went looking > for the list on PHP.net, and the closest I could find is > http://pt2.php.net/sites.php which, as you'll see, is suffering from > a fatal error. -- Thomas Deliduka IT Manager --

Re: [PHP] Teen Hobos having sex? ..no.. but MAYBE

2001-07-26 Thread Thomas Deliduka
would > like to be removed from this mailing list please href="mailto:[EMAIL PROTECTED]";>Click Here! > > --- > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To conta

[PHP] Looking for Portal/Directory code

2001-08-01 Thread Thomas Deliduka
I've been looking in several places and can't find a good PHP code resource site. The ones I have found have stuff that isn't very good. Anyway, I'm looking for a PHP app with MySQL back-end that will do a Portal/directory listing like Yahoo or the Open Directory Project.

[PHP] YA Session Problem

2001-08-01 Thread Thomas Deliduka
other file sess_777 Contained in sess_777 is my second variable. Is this too abstract? Do I need to give code? I even do session_name($PHPSESSID); before session_start() and get the same results. 8 months ago, nobody had an answer for me. Does anyone now? -- Thomas Deliduka

Re: [PHP] URGENT!!! Can't start Apache with php4 and mysql

2001-08-02 Thread Thomas Deliduka
R6/lib > /usr/kerberos/lib > /usr/lib > /usr/local/mysql > /usr/local/mysql/lib/mysql <--This is were libmysqlclient.so.10 is > > > I really need to get this working -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Interne

Re: [PHP] Display the weather on my site

2001-08-06 Thread Thomas Deliduka
On 8/6/2001 2:38 PM this was written: > Put a webcam in your window. Put the city names in a database. Rotate through > the city names randomly. They will be None The Wiser. LOL yeah right! -- Thomas Deliduka IT Manager - New Eve Media The Solution T

[PHP] Hi all! How to rite a cmp function for usort()?

2001-08-07 Thread Thomas Schmid
Hallo, my ISP doesn´t support natcasesort(), can anybody tell me how to write a cmp function? I couldn´t find a documentaton about it. Sorry for my bad english I´m german. Greetings Dyo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP] Looking for link system

2001-08-14 Thread Thomas Deliduka
I'm looking for a yahoo-style link system done in PHP. Anyone know if a good one exists out there and where I can find it? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing

Re: [PHP] Looking for link system

2001-08-15 Thread Thomas Deliduka
On 8/15/2001 9:36 AM this was written: > what kind of a link system do you mean? Like the categories search, or > something else? Yeah, I found one: http://www.in-link.net/ -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angs

Re: [PHP] Listing files from a directory

2001-08-21 Thread Thomas Deliduka
On 8/21/2001 11:42 AM this was written: > I am trying to find a way to list files alphabetically. Try putting the filenames into an array and sort the array. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.

Re: [PHP] Re: PHP indexOf()?

2001-08-21 Thread Thomas Deliduka
On 8/21/2001 3:43 PM this was written: > For someone used to Java & JavaScript.. what function would replace > myString.indexOf(myStringPiece) ?? Strstr() Or stristr() for case insensative search http://www.php.net/manual/en/function.strstr.php -- Thomas Deliduka

[PHP] The future of PHP

2001-08-22 Thread Thomas Deliduka
it's still a viable option that will be around for at least another 6-7 years. This kid thinks it's shelf life is another 3. What do ya'll think? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.new

Re: [PHP] Re: The future of PHP

2001-08-22 Thread Thomas Deliduka
On 8/22/2001 10:52 PM this was written: > I don't know if you refer to this list or other one, but I've been a > webmaster since 1993 and in computers in general since 1988 and I also > consider myself of the "advanced" type. It definitely wasn't this li

Re: [PHP] The future of PHP

2001-08-23 Thread Thomas Deliduka
ould see JSP at 19.9% and PHP at 11.2 and say that proves his point. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] PHP vs CGI Search ?

2001-08-24 Thread Thomas Deliduka
is an archive on this list but I forget where it is. Perhaps the support page on www.php.net will give it. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] The future of PHP

2001-08-24 Thread Thomas Deliduka
networking market. I don't think this affected much non-technological > companies, big or small. So I don't think your anti-big corporations > speech has much to do with this. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet

Re: [PHP] The future of PHP

2001-08-24 Thread Thomas Deliduka
d > built one in a couple > minutes with PHP. I don't think it would have been that painless under > Java.) > But we use PHP on some very large projects too - it requires you to > plan ahead - > but that should be the basis for any project, regardless of technology. :)

[PHP] building PHP on/for win32

2001-08-29 Thread Thomas Carey
I'm trying to locate instructions for building on/for win32 platform. Can someone supply a pointer? thanks tom -- 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-

[PHP] Sessions in classes dosn't work!?

2001-08-30 Thread Thomas Watson
How come that I cannot store a varible in the session when I do this from within another object? This is my code: Click here\n"); } } } new MyClass($state); ?> /watson -- PHP General M

Re: [PHP] Sessions in classes dosn't work!?

2001-08-30 Thread Thomas Watson
> This is because $foo is local to the member functions of the class. > declare global $foo at the start of every function. Ok thnx... it worked... but how do you then explain this?: *** foo = $bar; } function getFoo() {

Re: [PHP] Sessions in classes dosn't work!?

2001-08-30 Thread Thomas Watson
> Hmmm, it seems that "obj" is not saved to the session file. > > > I don't thik that & before new is needed. This is weird :) It worked when I removed the & (thought that I tried that ;). Now I just can't remember why I put it there in the first place. I hope it wasn't importent ... well I w

Re: [PHP] The future of PHP

2001-08-31 Thread Thomas Deliduka
he wait will pay off with the volume of users in > 10-12 years. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP] global $HTTP_SESSION_VARS not global ???

2001-09-10 Thread Thomas Watson
Hi all, After a bit of testing, I've noticed, that the $HTTP_SESSION_VARS array isn't as global as the manual makes it. The following piece of code should produce 2 blank lines and a "click here" link the first time it's loaded. When you click on the link, I would expect two lines saying "som

Re: [PHP] cURL support

2001-09-10 Thread Thomas Deliduka
should be fine... I had cURL w/SSL with PHP 4.0.6 and it wouldn't work. I don't know what the errors are so I can't really help with this conversation. I will probably try a later version of cURL to see how it works. -- Thomas Deliduka IT Manager - New

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Thomas Deliduka
ode that one can use in ASP that will print to the browser the >> contents of an ascii file: >> >> >> >> Can anyone tell me what the PHP equivelant might be? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your In

[PHP] Have y'all seen this?

2001-09-14 Thread Thomas Deliduka
This is a pretty funny article: http://www.bbspot.com/News/2000/6/php_suspend.html -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] closing persistance connection

2001-09-20 Thread Thomas Deliduka
On 9/20/2001 5:56 PM this was written: > How to close persistance connection to MySQL server ? You don't, they stay open for a certain amount of time, not sure how long.. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet An

Re: [PHP] fired!

2001-09-21 Thread Thomas Deliduka
ght, they're going to need extra help in the coming years! It should be interesting, it probably won't come to anything. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List

[PHP] num2string wish list

2001-09-22 Thread Thomas Deliduka
I don't know if this exists already, I'm looking for it but I'm not coming up with much of anything. Basically, a function to take a number and convert it to a string: 1 converts to "one" 365 converts to "three hundred sixty-five" This would be awesome for m

[PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Thomas Deliduka
et the SSID. It gives the SSID a name or something. I have been told this is all setup correctly, yet, you can see it doesn't work. The permissions on my /tmp directory look like this: drwxrwxrwt /tmp Does this have anything to do with this? I don't know much about the permission

Re: [PHP] Sessions just don't work on my machine. (Trying thisagain)

2001-09-24 Thread Thomas Deliduka
/ Which requires them. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

<    1   2   3   4   5   6   7   8   9   >